Skip to content

Commit 874f91c

Browse files
Java: Further alert message improvement
Co-authored-by: Tony Torralba <[email protected]>
1 parent b6417ca commit 874f91c

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 sets 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)