mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update java/ql/src/semmle/code/java/security/JWT.qll
This commit is contained in:
committed by
GitHub
parent
bc9563c073
commit
78998d0ca1
@@ -48,7 +48,7 @@ class JwtParserWithInsecureParseSink extends DataFlow::Node {
|
||||
/**
|
||||
* A unit class for adding additional flow steps.
|
||||
*
|
||||
* Extend this class to add additional flow steps that should apply to the `SigningToInsecureMethodAccessDataFlow`.
|
||||
* Extend this class to add additional flow steps that should apply to the `MissingJwtSignatureCheckConf `.
|
||||
*/
|
||||
class JwtParserWithInsecureParseAdditionalFlowStep extends Unit {
|
||||
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
|
||||
|
||||
Reference in New Issue
Block a user