mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Naming change
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
@@ -1268,7 +1268,7 @@ class JwtEncoding extends DataFlow::Node instanceof JwtEncoding::Range {
|
||||
DataFlow::Node getKey() { result = super.getKey() }
|
||||
|
||||
/** Checks if the payloads gets signed while encoding. */
|
||||
predicate signs() { super.signs() }
|
||||
predicate signsPayload() { super.signsPayload() }
|
||||
}
|
||||
|
||||
/** Provides a class for modeling new Jwt token encoding APIs. */
|
||||
|
||||
Reference in New Issue
Block a user