Skip to content

Commit c45ca72

Browse files
authored
Merge pull request github#14126 from intrigus-lgtm/patch-9
Java: Fix alert message
2 parents 9340347 + 874f91c commit c45ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ import MissingJwtSignatureCheckFlow::PathGraph
1616

1717
from MissingJwtSignatureCheckFlow::PathNode source, MissingJwtSignatureCheckFlow::PathNode sink
1818
where MissingJwtSignatureCheckFlow::flowPath(source, sink)
19-
select sink.getNode(), source, sink, "This parses a $@, but the signature is not verified.",
19+
select sink.getNode(), source, sink, "This parser sets a $@, but the signature is not verified.",
2020
source.getNode(), "JWT signing key"

0 commit comments

Comments
 (0)