Skip to content

Commit cfb38c4

Browse files
committed
QLDocs
1 parent 897cd53 commit cfb38c4

File tree

1 file changed

+2
-1
lines changed
  • java/ql/src/semmle/code/java/security

1 file changed

+2
-1
lines changed

java/ql/src/semmle/code/java/security/JWT.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class JwtParserWithInsecureParseSink extends DataFlow::Node {
3434
)
3535
}
3636

37+
/** Gets the method access that does the insecure parsing. */
3738
MethodAccess getParseMethodAccess() { result = insecureParseMa }
3839
}
3940

@@ -86,7 +87,7 @@ private class SigningKeySourceModel extends SourceModelCsv {
8687
}
8788
}
8889

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. */
9091
private class InsecureJwtParseSinkModel extends SinkModelCsv {
9192
override predicate row(string row) {
9293
row =

0 commit comments

Comments
 (0)