mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Naming change
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ module Jwt {
|
||||
|
||||
override DataFlow::Node getKey() { result = this.getArgument(1) }
|
||||
|
||||
override predicate signs() {
|
||||
override predicate signsPayload() {
|
||||
not (this.getKey().getConstantValue().isStringlikeValue("") or this.getKey().(DataFlow::ExprNode).getConstantValue().isNil())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user