Skip to content

Commit b397f57

Browse files
committed
change queries id according to new naming
1 parent 300c82a commit b397f57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/ql/src/experimental/Security/CWE-347/decodeJwtWithoutVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity error
66
* @security-severity 8.0
77
* @precision high
8-
* @id js/jwt-missing-verification-jsonwebtoken
8+
* @id js/decode-jwt-without-verification
99
* @tags security
1010
* external/cwe/cwe-347
1111
*/

javascript/ql/src/experimental/Security/CWE-347/decodeJwtWithoutVerificationDoesNotWork.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity error
66
* @security-severity 8.0
77
* @precision high
8-
* @id js/jwt-missing-verification-jsonwebtoken-not-working
8+
* @id js/decode-jwt-without-verification-does-not-work
99
* @tags security
1010
* external/cwe/cwe-347
1111
*/

javascript/ql/src/experimental/Security/CWE-347/decodeJwtWithoutVerificationLocalSource.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity error
66
* @security-severity 8.0
77
* @precision high
8-
* @id js/jwt-missing-verification-jsonwebtoken-local-source
8+
* @id js/decode-jwt-without-verification-local-source
99
* @tags security
1010
* external/cwe/cwe-347
1111
*/

0 commit comments

Comments
 (0)