Skip to content

Conversation

ilija-lazoroski
Copy link
Contributor

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

What does this PR do?

Fixes part of #2136 .

It needs small manual test. Travis will fail but it will be fixed in next PRs
And it needs unit tests for the pydantic models itself

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

@ilija-lazoroski ilija-lazoroski force-pushed the 2136-redefine-fingerprinterdata branch from 0494b0c to 7e06152 Compare February 20, 2023 08:22
@shreyamalviya shreyamalviya changed the base branch from 2136-update-TargetHost to 2136-refactor-scanning February 20, 2023 08:30
@ilija-lazoroski ilija-lazoroski force-pushed the 2136-redefine-fingerprinterdata branch from d6b5e48 to 250c676 Compare February 20, 2023 09:51
@@ -32,8 +32,10 @@ class NetworkService(Enum):
"""

HTTP = "http"
HTTPS = "https"
Copy link
Contributor

Choose a reason for hiding this comment

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

Wait, why is this not auto(), but a "member's name in all lower-case characters"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As far as I know, we need the names of the service to be displayed in the report.

@ilija-lazoroski ilija-lazoroski merged commit c7378d9 into 2136-refactor-scanning Feb 20, 2023
@ilija-lazoroski ilija-lazoroski deleted the 2136-redefine-fingerprinterdata branch February 20, 2023 12:10
mssalvatore pushed a commit that referenced this pull request Feb 22, 2023
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.

5 participants