Naming change

Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
This commit is contained in:
Maiky
2023-09-15 11:40:42 +02:00
committed by GitHub
parent aea6eeda38
commit 153a435257

View File

@@ -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())
}
}