Skip to content

Commit d4f6111

Browse files
Naming change
Co-authored-by: Alex Ford <[email protected]>
1 parent 153a435 commit d4f6111

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
@@ -11,5 +11,5 @@
1111
private import codeql.ruby.Concepts
1212

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

0 commit comments

Comments
 (0)