Skip to content

Commit f0f60c3

Browse files
committed
move JWT.qll to experimental
1 parent 8d47a7b commit f0f60c3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

go/ql/src/experimental/CWE-321-V2/HardCodedKeys.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
import go
13-
import semmle.go.security.JWT
13+
import experimental.frameworks.JWT
1414

1515
module JwtPaseWithConstantKeyConfig implements DataFlow::ConfigSig {
1616
predicate isSource(DataFlow::Node source) { source.asExpr() instanceof StringLit }

go/ql/src/experimental/CWE-347/ParseJWTWithoutVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
import go
13-
import semmle.go.security.JWT
13+
import experimental.frameworks.JWT
1414

1515
module WithValidationConfig implements DataFlow::ConfigSig {
1616
predicate isSource(DataFlow::Node source) { source instanceof UntrustedFlowSource }

0 commit comments

Comments
 (0)