-
Notifications
You must be signed in to change notification settings - Fork 1.8k
REMOVE AGAIN: Introduce some mistakes that should be caught by QL4QL. #20308
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
base: main
Are you sure you want to change the base?
Conversation
8f8e294
to
e7b90e1
Compare
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.
Pull Request Overview
This PR introduces intentional mistakes for testing the QL4QL system, which is designed to catch quality issues in CodeQL queries and libraries. The changes include removing a security severity annotation from a query and adding a deliberate spelling error in a comment.
- Removes security-severity annotation from a CodeQL query
- Introduces a spelling error in library documentation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
csharp/ql/src/Bad Practices/UseOfHtmlInputHidden.ql | Removes the security-severity metadata annotation from the query |
csharp/ql/lib/semmle/code/csharp/exprs/Creation.qll | Adds a deliberate spelling error in a comment |
@@ -177,6 +177,7 @@ class ElementInitializer extends MethodCall { | |||
* } | |||
* } | |||
* ``` | |||
* Introduce a specific spelling error: abbout |
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.
There is a spelling error in the comment. 'abbout' should be 'about'.
* Introduce a specific spelling error: abbout | |
* Introduce a specific spelling error: about |
Copilot uses AI. Check for mistakes.
5e97057
to
bd9d1de
Compare
bd9d1de
to
86adb51
Compare
No description provided.