Skip to content

Commit c43d086

Browse files
Update ruby/ql/src/experimental/cwe-347/EmptyJWTSecret.ql
Co-authored-by: Alex Ford <[email protected]>
1 parent 122881d commit c43d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/cwe-347/EmptyJWTSecret.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ private import codeql.ruby.Concepts
1212

1313
from JwtEncoding jwtEncoding
1414
where not jwtEncoding.signsPayload()
15-
select jwtEncoding.getPayload(), "This JWT encoding uses empty key or none algorithm."
15+
select jwtEncoding.getPayload(), "This JWT encoding uses an empty key or none algorithm."

0 commit comments

Comments
 (0)