Adam Gaudreau
Adam Gaudreau
Thanks for the recommendation! I've made a quick PR that adds the ID to the adversary page: https://github.com/mitre/caldera/pull/2672
Closing as PR addresses issue.
@elegantmoose Correct, we have not updated the Pathfinder plugin to UI v4 which can cause some instability. Let's discuss if it's within scope for us to update it, or just...
The pathfinder plugin is being updated to work with the new UI version, stay tuned in the next week or so for a fix for this.
Thanks for being patient -- Pathfinder's UI has been updated to work with v4. Please try a fresh pull of master in Pathfinder and let me know if you run...
Hi @thanoskoutr, really appreciate the detailed issue and bringing it to our attention. I was able to replicate the problem locally and have identified the source of it. Could you...
I was also able to replicate those bugs, thanks again for letting us know. They were fairly easy to patch to please check out the branch again from the PR...
@clenk On another note, the SonarCloud job is complaining that the Link class has too many parameters in its constructor (cap is 13, we have 16, not including `self`). Any...
@clenk I did a local refactor to try and use `raw_command` instead of adding `plaintext_command`, but all that'd do is un-encode the command which is stored in base64. So if...
Did you leave the port fields blank by chance? You'll get a similar error if all the fields aren't filled out, but we should make those errors a bit more...