-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add missing security tags #10180
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
Add missing security tags #10180
Conversation
According to #7613, I think the Java queries should have the Also, I think this needs a |
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.
Python 👍 (thanks)
… with missing security-severity tags
* @problem.severity error | ||
* @security-severity 5.8 |
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 think the intention here was to remove the line below instead.
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.
Yes it was 👍
Co-authored-by: Tony Torralba <[email protected]>
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.
Java 👍
I stumbled upon a query that had a missing
@tag security
.So I took a look at the results of
ql/missing-security-metadata
, and added the missing tags were I could.There still some queries with missing @security-severity, but they are also not tagged with any CWEs, so I'm not sure what to set the value to.