We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122881d commit c43d086Copy full SHA for c43d086
ruby/ql/src/experimental/cwe-347/EmptyJWTSecret.ql
@@ -12,4 +12,4 @@ private import codeql.ruby.Concepts
12
13
from JwtEncoding jwtEncoding
14
where not jwtEncoding.signsPayload()
15
-select jwtEncoding.getPayload(), "This JWT encoding uses empty key or none algorithm."
+select jwtEncoding.getPayload(), "This JWT encoding uses an empty key or none algorithm."
0 commit comments