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 78998d0 commit 5f9f857Copy full SHA for 5f9f857
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 `MissingJwtSignatureCheckConf `.
+ * 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