-
Notifications
You must be signed in to change notification settings - Fork 469
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
feat(checkers): Add polarssl fedora contains patterns #1695
feat(checkers): Add polarssl fedora contains patterns #1695
Conversation
cve_bin_tool/checkers/expat.py
Outdated
@@ -14,7 +14,7 @@ | |||
http://www.cvedetails.com/vulnerability-feed.php?vendor_id=16735&product_id=0&version_id=0&orderby=3&cvssscoremin=0 | |||
|
|||
Easiest way to check CVEs is currently the Changes.txt file. You can pinpoint the CVEs using grep as follows: | |||
grep 'Release\|CVE' Changes.txt | |||
grep 'Release\\|CVE' Changes.txt |
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.
Can you double check that the grep works as expected on the expat changes file after this change, and update it if it's no longer correct?
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.
Hello @terriko, Sorry, I probably changed this by a mistake. I'm going to revert this change.
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.
I probably changed this because backslash's parsing error on docstring, if it's parsed with __doc__
property the grep command would be correct.
Now I understand why docstring signed as regex before. I'm going to revert this too.
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 now, I'm just letting the CI re-run the failed test (which should be irrelevant but I'm gonna be reviewing PRs for a while so I've got the time to wait)
As discussed in this PR contains patterns for polarssl fedora added.
There is also a small modification on docstring.