We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17565cd commit 2ebe46bCopy full SHA for 2ebe46b
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -1268,7 +1268,7 @@ class JwtEncoding extends DataFlow::Node instanceof JwtEncoding::Range {
1268
DataFlow::Node getKey() { result = super.getKey() }
1269
1270
/** Checks if the payloads gets signed while encoding. */
1271
- predicate signs() { super.signs() }
+ predicate signsPayload() { super.signsPayload() }
1272
}
1273
1274
/** Provides a class for modeling new Jwt token encoding APIs. */
0 commit comments