mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Move from experimental to standard
This commit is contained in:
@@ -190,7 +190,7 @@ private predicate isInTestFile(MethodAccess ma) {
|
||||
|
|
||||
lowerCasedAbsolutePath.matches("%/test/%") and
|
||||
not lowerCasedAbsolutePath
|
||||
.matches("%/ql/test/experimental/query-tests/security/CWE-347/%".toLowerCase())
|
||||
.matches("%/ql/test/query-tests/security/CWE-347/%".toLowerCase())
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
experimental/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql
|
||||
@@ -0,0 +1 @@
|
||||
Security/CWE/CWE-347/MissingJWTSignatureCheck.ql
|
||||
Reference in New Issue
Block a user