Skip to content

Conversation

ilija-lazoroski
Copy link
Contributor

@ilija-lazoroski ilija-lazoroski commented Feb 22, 2023

What does this PR do?

Fixes #2136.

Add any further explanations here.

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?
  • Have you checked that you haven't introduced any duplicate code?

Testing Checklist

  • Added relevant unit tests?
  • Have you successfully tested your changes locally? Elaborate:

    Tested by {Running the Monkey locally with relevant config/running Island/...}

  • If applicable, add screenshots or log transcripts of the feature working

cakekoa and others added 30 commits February 22, 2023 09:19
shreyamalviya and others added 26 commits February 22, 2023 09:19
Config schemas doesn't have `bool` type
@codecov
Copy link

codecov bot commented Feb 22, 2023

Codecov Report

Base: 66.49% // Head: 66.68% // Increases project coverage by +0.19% 🎉

Coverage data is based on head (1cfcc57) compared to base (c3df850).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3002      +/-   ##
===========================================
+ Coverage    66.49%   66.68%   +0.19%     
===========================================
  Files          422      429       +7     
  Lines        12314    12362      +48     
===========================================
+ Hits          8188     8244      +56     
+ Misses        4126     4118       -8     
Impacted Files Coverage Δ
monkey/monkey/infection_monkey/network/tools.py 23.33% <0.00%> (-2.48%) ⬇️
...y/infection_monkey/network_scanning/tcp_scanner.py 44.44% <0.00%> (-0.56%) ⬇️
...onkey/monkey/infection_monkey/master/propagator.py 94.23% <0.00%> (-0.34%) ⬇️
.../unit_tests/infection_monkey/master/mock_puppet.py 82.19% <0.00%> (-0.25%) ⬇️
...y/monkey/infection_monkey/exploit/HostExploiter.py 82.71% <0.00%> (-0.22%) ⬇️
monkey/monkey/infection_monkey/master/exploiter.py 95.94% <0.00%> (-0.06%) ⬇️
monkey/monkey/common/types/networking.py 100.00% <0.00%> (ø)
monkey/monkey/infection_monkey/model/__init__.py 100.00% <0.00%> (ø)
monkey/monkey/infection_monkey/exploit/web_rce.py 0.00% <0.00%> (ø)
...onkey/monkey/infection_monkey/exploit/log4shell.py 0.00% <0.00%> (ø)
... and 25 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@mssalvatore mssalvatore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, pending AppImage ETE tests

@mssalvatore mssalvatore merged commit 6aae2b6 into develop Feb 22, 2023
@mssalvatore mssalvatore deleted the 2136-refactor-scanning branch February 27, 2023 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor HTTP scanning/fingerprinting
4 participants