Skip to content

Commit 2ebe46b

Browse files
Naming change
Co-authored-by: Alex Ford <[email protected]>
1 parent 17565cd commit 2ebe46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ class JwtEncoding extends DataFlow::Node instanceof JwtEncoding::Range {
12681268
DataFlow::Node getKey() { result = super.getKey() }
12691269

12701270
/** Checks if the payloads gets signed while encoding. */
1271-
predicate signs() { super.signs() }
1271+
predicate signsPayload() { super.signsPayload() }
12721272
}
12731273

12741274
/** Provides a class for modeling new Jwt token encoding APIs. */

0 commit comments

Comments
 (0)