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 bc9563c commit 78998d0Copy full SHA for 78998d0
java/ql/src/semmle/code/java/security/JWT.qll
@@ -48,7 +48,7 @@ class JwtParserWithInsecureParseSink extends DataFlow::Node {
48
/**
49
* A unit class for adding additional flow steps.
50
*
51
- * 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 `.
52
*/
53
class JwtParserWithInsecureParseAdditionalFlowStep extends Unit {
54
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
0 commit comments