We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d47a7b commit f0f60c3Copy full SHA for f0f60c3
go/ql/src/experimental/CWE-321-V2/HardCodedKeys.ql
@@ -10,7 +10,7 @@
10
*/
11
12
import go
13
-import semmle.go.security.JWT
+import experimental.frameworks.JWT
14
15
module JwtPaseWithConstantKeyConfig implements DataFlow::ConfigSig {
16
predicate isSource(DataFlow::Node source) { source.asExpr() instanceof StringLit }
go/ql/src/experimental/CWE-347/ParseJWTWithoutVerification.ql
module WithValidationConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node source) { source instanceof UntrustedFlowSource }
go/ql/lib/semmle/go/security/JWT.qll go/ql/src/experimental/frameworks/JWT.qllgo/ql/lib/semmle/go/security/JWT.qll renamed to go/ql/src/experimental/frameworks/JWT.qll
0 commit comments