-
Notifications
You must be signed in to change notification settings - Fork 238
Add file header plugin #80
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
Codecov Report
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
+ Coverage 93.75% 93.78% +0.02%
==========================================
Files 269 271 +2
Lines 12933 13043 +110
==========================================
+ Hits 12125 12232 +107
- Misses 808 811 +3
Continue to review full report at Codecov.
|
weidenba
left a comment
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.
Looks good to me. But it should be shown, which file you are looking at.
| from flask import Markup | ||
|
|
||
| from compare.PluginBase import CompareBasePlugin | ||
| from storage.binary_service import BinaryService |
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.
unused import
|
|
||
| from flask import Markup | ||
|
|
||
| from storage.binary_service import BinaryService |
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.
unused import
| @@ -0,0 +1,29 @@ | |||
| from unittest.mock import patch | |||
|
|
|||
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.
unused import
New compare plugin providing a "binwalk -Ww"-ish view on the first 512 byte block of all compared files