Skip to content

Commit 153a435

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

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Jwt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Jwt {
2121

2222
override DataFlow::Node getKey() { result = this.getArgument(1) }
2323

24-
override predicate signs() {
24+
override predicate signsPayload() {
2525
not (this.getKey().getConstantValue().isStringlikeValue("") or this.getKey().(DataFlow::ExprNode).getConstantValue().isNil())
2626
}
2727
}

0 commit comments

Comments
 (0)