-
Notifications
You must be signed in to change notification settings - Fork 127
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
Explicitly check for case where SignatureValue is nil #71
Conversation
@russellhaering-okta @russellhaering Would it possible to merge this so that #48 can be closed? |
Fixed the missing |
Any idea on if/when this will get merged in? I'm having issues with this library being flagged as insecure due to it. |
Please merge this so https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7711 can be addressed |
Any update? Is there a plan to fix the vulnerability CVE-2020-7711 ? |
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.
Good fix, thanks!
Check for the case where SignatureValue is nil in order to explicitly prevent the case reported in #48 and get the CVE closed which is currently preventing those with 'vulnerable dependancy' checks from using the library.
fixes #48