-
Notifications
You must be signed in to change notification settings - Fork 786
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
Update manual run page #3328
Update manual run page #3328
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this issue was primarily to add the list of IPs as list of servers to the command.
+1 These changes are good. The clarification is needed. But we want to have all Island IPs in the agent command's server list. |
CHANGELOG.md
Outdated
@@ -19,6 +19,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). | |||
- Hard-coded Mimikatz credentials collector to a plugin. #3168 | |||
- Hard-coded Zerologon exploiter to a plugin. #3164 | |||
- Hard-coded SSH credentials collector to a plugin. #3169 | |||
- Manual run page UI. #3328 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the issue number, not the PR number.
b00fa48
to
ec60c40
Compare
We ran into a problem with #2593 where it was improperly resolved. PR #3328 did not fully resolve the issue, but was merged because it made necessary improvements. However, because the PR template contained "Fixes #...", when PR #3328 was merged GitHub automatically closed Issue #2593. This flew under the radar and Issue #2593 was therefore not properly resolved until 2 releases later. By changing this template, we hope to avoid similar sequences of events in the future.
What does this PR do?
Fixes #2593
PR Checklist
Was the documentation framework updated to reflect the changes?Testing Checklist
Added relevant unit tests?Do all unit tests pass?Do all end-to-end tests pass?