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 aea6eed commit 153a435Copy full SHA for 153a435
ruby/ql/lib/codeql/ruby/frameworks/Jwt.qll
@@ -21,7 +21,7 @@ module Jwt {
21
22
override DataFlow::Node getKey() { result = this.getArgument(1) }
23
24
- override predicate signs() {
+ override predicate signsPayload() {
25
not (this.getKey().getConstantValue().isStringlikeValue("") or this.getKey().(DataFlow::ExprNode).getConstantValue().isNil())
26
}
27
0 commit comments