Java: Fix invalid id in experimental query

The invalid id broke CI here: https://github.com/github/codeql/pull/5703 (see https://github.slack.com/archives/CPSEA0G22/p1618602834224600)
This commit is contained in:
Mathias Vorreiter Pedersen
2021-04-17 09:47:15 +02:00
committed by GitHub
parent 5c2bf68a05
commit e36b42a03f

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
*/