Java: Further alert message improvement

Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
intrigus-lgtm
2023-09-18 12:25:31 +02:00
committed by GitHub
parent b6417ca212
commit 874f91c7ae

View File

@@ -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 sets 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"