mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Merge pull request #14126 from intrigus-lgtm/patch-9
Java: Fix alert message
This commit is contained in:
@@ -16,5 +16,5 @@ import MissingJwtSignatureCheckFlow::PathGraph
|
||||
|
||||
from MissingJwtSignatureCheckFlow::PathNode source, MissingJwtSignatureCheckFlow::PathNode sink
|
||||
where MissingJwtSignatureCheckFlow::flowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This parses a $@, but the signature is not verified.",
|
||||
select sink.getNode(), source, sink, "This parser sets a $@, but the signature is not verified.",
|
||||
source.getNode(), "JWT signing key"
|
||||
|
||||
Reference in New Issue
Block a user