mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
QLDocs
This commit is contained in:
@@ -34,6 +34,7 @@ class JwtParserWithInsecureParseSink extends DataFlow::Node {
|
||||
)
|
||||
}
|
||||
|
||||
/** Gets the method access that does the insecure parsing. */
|
||||
MethodAccess getParseMethodAccess() { result = insecureParseMa }
|
||||
}
|
||||
|
||||
@@ -86,7 +87,7 @@ private class SigningKeySourceModel extends SourceModelCsv {
|
||||
}
|
||||
}
|
||||
|
||||
/** CSV sink models representing qualifiers of methods that insecurely parse a JWT */
|
||||
/** CSV sink models representing qualifiers of methods that parse a JWT insecurely. */
|
||||
private class InsecureJwtParseSinkModel extends SinkModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
|
||||
Reference in New Issue
Block a user