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

This commit is contained in:
Anders Schack-Mulligen
2021-08-04 16:22:56 +02:00
committed by GitHub
parent bc9563c073
commit 78998d0ca1

View File

@@ -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);