-
Notifications
You must be signed in to change notification settings - Fork 807
1961 decouple dropper and wormconfig #1973
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
Conversation
* Remove dropper_set_date, dropper_date_reference_path_windows dropper_date_reference_path_linux from internal config in the Island * Remove all references to these options from data for tests
* Dropper target paths are now part of infection_monkey.model
Codecov Report
@@ Coverage Diff @@
## develop #1973 +/- ##
===========================================
+ Coverage 56.44% 56.50% +0.06%
===========================================
Files 461 463 +2
Lines 13006 12986 -20
===========================================
- Hits 7341 7338 -3
+ Misses 5665 5648 -17
Continue to review full report at Codecov.
|
Looks good, except fix the comments |
monkey/tests/unit_tests/infection_monkey/exploit/test_powershell.py
Outdated
Show resolved
Hide resolved
* Make dropper date reference path from strings to Path objects * Fix try/except block logic and indentation
monkey/tests/unit_tests/infection_monkey/exploit/test_powershell.py
Outdated
Show resolved
Hide resolved
57b694d
to
015ff8a
Compare
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.
Approved pending testing.
015ff8a
to
5555ffb
Compare
5555ffb
to
f13a25d
Compare
f13a25d
to
09958c2
Compare
What does this PR do?
Fixes #1961 .
PR Checklist
Testing Checklist
Explain Changes
Are the commit messages enough? If not, elaborate.