mirror of
https://github.com/github/codeql.git
synced 2026-02-14 14:11:20 +01:00
This query flags the cookie-parsing middleware in order to consolidate huge numbers of alerts into a single alert, which is more manageable. But simply annotating the cookie-parsing middleware with 'Alert' isn't a very useful, we want to annotate which middlewares are vulnerable.
3 lines
104 B
Plaintext
3 lines
104 B
Plaintext
query: Security/CWE-352/MissingCsrfMiddleware.ql
|
|
postprocess: utils/test/InlineExpectationsTestQuery.ql
|