From e36b42a03f3cd7797b548d94ebb5736957804340 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Sat, 17 Apr 2021 09:47:15 +0200 Subject: [PATCH] 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) --- java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql b/java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql index c28af8aaa152..71ee842f1627 100644 --- a/java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql +++ b/java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjection.ql @@ -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 */