We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9340347 + 874f91c commit c45ca72Copy full SHA for c45ca72
1 file changed
java/ql/src/Security/CWE/CWE-347/MissingJWTSignatureCheck.ql
@@ -16,5 +16,5 @@ import MissingJwtSignatureCheckFlow::PathGraph
16
17
from MissingJwtSignatureCheckFlow::PathNode source, MissingJwtSignatureCheckFlow::PathNode sink
18
where MissingJwtSignatureCheckFlow::flowPath(source, sink)
19
-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.",
20
source.getNode(), "JWT signing key"
0 commit comments