Skip to content

Commit 3e4ccaf

Browse files
committed
Move from experimental to standard
1 parent d706d7b commit 3e4ccaf

28 files changed

+2
-2
lines changed

java/ql/src/experimental/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql renamed to java/ql/src/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private predicate isInTestFile(MethodAccess ma) {
190190
|
191191
lowerCasedAbsolutePath.matches("%/test/%") and
192192
not lowerCasedAbsolutePath
193-
.matches("%/ql/test/experimental/query-tests/security/CWE-347/%".toLowerCase())
193+
.matches("%/ql/test/query-tests/security/CWE-347/%".toLowerCase())
194194
)
195195
}
196196

java/ql/test/experimental/query-tests/security/CWE-347/MissingJWTSignatureCheck.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Security/CWE/CWE-347/MissingJWTSignatureCheck.ql

0 commit comments

Comments
 (0)