-
Notifications
You must be signed in to change notification settings - Fork 807
2136 redefine fingerprinterdata #2987
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
2136 redefine fingerprinterdata #2987
Conversation
3379578
to
269b68b
Compare
0494b0c
to
7e06152
Compare
d6b5e48
to
250c676
Compare
@@ -32,8 +32,10 @@ class NetworkService(Enum): | |||
""" | |||
|
|||
HTTP = "http" | |||
HTTPS = "https" |
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.
Wait, why is this not auto()
, but a "member's name in all lower-case characters"?
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.
As far as I know, we need the names of the service to be displayed in the report.
2136 redefine fingerprinterdata
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
Testing Checklist