-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: handle CWE name suffixed with 'noinfo' #129
Conversation
Faced this issue just today. Push it please! |
Hey ! 2 problems for this MR :
|
This also fixed the issue for me. Thanks! |
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
@daviskirk suggestion Co-authored-by: Davis Kirkendall <1049817+daviskirk@users.noreply.github.com>
@bhamail After fighting for verifying my commit, seems good to go. I guess you'll be the one managing the merge ? |
@JimmyDore I'm planning to merge this now, however, I was hoping to get some other build issues fixed first. Unfortunately, the build issues are more complex than hoped, so after the merge, the release will likely fail. I don't expect to get time to look at it until next week, so please ping me if nothing happens after next week. Thanks for the fix! |
Handles the case where CWE name ==
CWE-noinfo
It relates to the following issue :
cc @bhamail / @DarthHater