Skip to content

Commit 153a435

Browse files
Naming change
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
1 parent aea6eed commit 153a435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ruby/ql/lib/codeql/ruby/frameworks

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)