We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897cd53 commit cfb38c4Copy full SHA for cfb38c4
java/ql/src/semmle/code/java/security/JWT.qll
@@ -34,6 +34,7 @@ class JwtParserWithInsecureParseSink extends DataFlow::Node {
34
)
35
}
36
37
+ /** Gets the method access that does the insecure parsing. */
38
MethodAccess getParseMethodAccess() { result = insecureParseMa }
39
40
@@ -86,7 +87,7 @@ private class SigningKeySourceModel extends SourceModelCsv {
86
87
88
89
-/** CSV sink models representing qualifiers of methods that insecurely parse a JWT */
90
+/** CSV sink models representing qualifiers of methods that parse a JWT insecurely. */
91
private class InsecureJwtParseSinkModel extends SinkModelCsv {
92
override predicate row(string row) {
93
row =
0 commit comments