-
Notifications
You must be signed in to change notification settings - Fork 1.8k
JS: promote the js/jwt-missing-verification query out of experimental #7740
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
Conversation
it looks good to me, but I'd like someone else to take a look as well :) |
javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.ql
Outdated
Show resolved
Hide resolved
javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.ql
Outdated
Show resolved
Hide resolved
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.
@erik-krogh - LGTM ✨
A few minor suggestions and a typo.
javascript/ql/src/change-notes/2022-01-25-missing-jwt-verification.md
Outdated
Show resolved
Hide resolved
javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.qhelp
Outdated
Show resolved
Hide resolved
javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.qhelp
Outdated
Show resolved
Hide resolved
javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.qhelp
Outdated
Show resolved
Hide resolved
javascript/ql/src/Security/CWE-347/MissingJWTKeyVerification.qhelp
Outdated
Show resolved
Hide resolved
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
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.
Thanks for addressing my comments 💖
Evaluation looks OK. No change in alerts, and performance that seems to be within the margin of error.
The query flags basically the same issue as this java query.