-
Notifications
You must be signed in to change notification settings - Fork 13
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 CORS query to C# pack #90
Conversation
csharp/lib/ghsl/ConstExpressions.qll
Outdated
@@ -0,0 +1,67 @@ | |||
import csharp |
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.
As a follow up it would be nice, if this module is imported in https://github.com/GitHubSecurityLab/CodeQL-Community-Packs/blob/main/csharp/src/security/JsonWebTokenHandler/JsonWebTokenHandlerLib.qll and then the code duplication can be deleted.
@@ -0,0 +1 @@ | |||
experimental/CWE-942/CorsMisconfiguration.ql |
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.
Path needs to be adjusted.
@@ -0,0 +1 @@ | |||
experimental/CWE-942/CorsMisconfigurationCredentials.ql |
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.
Path needs to be adjusted.
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.
Looks good to me!
Thank you! 👍
github/codeql#18120