Skip to content
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

Merged

Conversation

snosratiershad
Copy link
Contributor

As discussed in this PR contains patterns for polarssl fedora added.
There is also a small modification on docstring.

@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

@terriko terriko added the awaiting submitter Need more information from submitter label Jun 16, 2022
Copy link
Contributor

@terriko terriko left a 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)

@terriko terriko added awaiting maintainer Need a maintainer to respond / help out and removed awaiting submitter Need more information from submitter labels Jun 21, 2022
@terriko terriko merged commit 521871e into intel:main Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting maintainer Need a maintainer to respond / help out
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants