-
Notifications
You must be signed in to change notification settings - Fork 296
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
Remove malwardomains parser #2026
Conversation
95fd2ab
to
df195bc
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2026 +/- ##
===========================================
- Coverage 76.07% 76.03% -0.05%
===========================================
Files 425 423 -2
Lines 22824 22777 -47
Branches 3023 3020 -3
===========================================
- Hits 17364 17319 -45
+ Misses 4754 4753 -1
+ Partials 706 705 -1
|
642a2ae
to
457f329
Compare
b1bbfe6
to
b9c9efe
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.
Please also add a line in the changelog, section documentation, that the feed was removed from the docs.
b9c9efe
to
77bf618
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.
LGTM after that minor fix.
The malwaredomains.com website is down, therefore we remove the corresponding feed and parser. There were also some documentation examples that mentioned that parser, that were changed accordingly. The tests for the parser were removed and an upgrade function points out existing stale malwaredomains parser configurations to the users. Closes #2024
77bf618
to
187ed14
Compare
Also cherry-picked for maintenance in 5c1ed4e |
The malwaredomains.com website is down, therefore we remove the
corresponding feed and parser. There were also some documentation
examples that mentioned that parser, that were changed accordingly.
The tests for the parser were removed and an upgrade function points out
existing stale malwaredomains parser configurations to the users.
Closes #2024