Compare commits

...

1 Commits

Author SHA1 Message Date
Mathias Vorreiter Pedersen
23d4a9762d Fix id in experimental JsonpInjection.ql query
The invalid id broke CI here: https://github.com/github/codeql/pull/5703 (see https://github.slack.com/archives/CPSEA0G22/p1618602834224600)
2021-04-17 09:45:52 +02:00

View File

@@ -5,7 +5,7 @@
* @kind path-problem
* @problem.severity error
* @precision high
* @id java/JSONP-Injection
* @id java/jsonp-injection
* @tags security
* external/cwe/cwe-352
*/