We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153a435 commit d4f6111Copy full SHA for d4f6111
ruby/ql/src/experimental/cwe-347/EmptyJWTSecret.ql
@@ -11,5 +11,5 @@
11
private import codeql.ruby.Concepts
12
13
from JwtEncoding jwtEncoding
14
-where not jwtEncoding.signs()
+where not jwtEncoding.signsPayload()
15
select jwtEncoding.getPayload(), "This JWT encoding uses empty key or none algorithm."
0 commit comments