Skip to content

Commit 1ab75eb

Browse files
authored
Merge pull request github#5708 from github/fix-id-in-JsonpInjection-1
Java: Fix id in experimental JsonpInjection.ql query
2 parents 118840d + e36b42a commit 1ab75eb

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)