Naming change

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Maiky
2023-09-15 11:40:20 +02:00
committed by GitHub
parent 17565cde75
commit 2ebe46bd05

View File

@@ -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. */