-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpine name collision prevents adding ability to an adversary #2350
Comments
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/ |
Thank you so much for the quick update! |
No problem! Thanks for the good bug reports. I'm not sure if there were changes in the profiles.html commit that are separate from this issue and should stay in: |
any work arounds? |
Thanks @cyber-arsenull, I gave that a try and while it did fix the problem at hand, a new problem presented itself wherein I can't save the Adversary after adding any ability. I get "! Error saving profile" whenever I click the green "Save Profile" button. In fact, if I just load the Adversary and remove one of the abilities already in it, I get the same error saving. |
OK, nevermind, it seemed to be a problem with only my custom built "Certifiable Adversary", I deleted and recreated and now it is saving. |
Don't know if this is a problem with your branch specifically, but the "create ability" module doesn't get marked complete after adding the "My test ability" ability to the "Certifiable" adversary. I started the training over completely and then found that the "Contact points" module won't complete either, tried to deploy sandcat as http protocol on remote windows vm but it says malformed request comes into the server. |
Describe the bug
As mentioned in part of #2348 you currently cannot add an ability to an adversary.
This is due to the naming collision of
showAbilityModal
inprofiles.html
andabilities.html
. Seems the abilities one always wins this fight, and you end up with the incorrect modal.To Reproduce
Steps to reproduce the behavior:
Expected behavior
An ability selection screen (modal) should appear from
profiles.html
.Additional context
Proof of issue's cause hypothesis: If you change the name of either the issue is resolved.
The text was updated successfully, but these errors were encountered: