Skip to content

Commit e36b42a

Browse files
authored
Java: Fix invalid id in experimental query
The invalid id broke CI here: github#5703 (see https://github.slack.com/archives/CPSEA0G22/p1618602834224600)
1 parent 5c2bf68 commit e36b42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @kind path-problem
66
* @problem.severity error
77
* @precision high
8-
* @id java/JSONP-Injection
8+
* @id java/jsonp-injection
99
* @tags security
1010
* external/cwe/cwe-352
1111
*/

0 commit comments

Comments
 (0)