Skip to content

Commit 5f9f857

Browse files
authored
Update java/ql/src/semmle/code/java/security/JWT.qll
1 parent 78998d0 commit 5f9f857

File tree

1 file changed

+1
-1
lines changed
  • java/ql/src/semmle/code/java/security

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class JwtParserWithInsecureParseSink extends DataFlow::Node {
4848
/**
4949
* A unit class for adding additional flow steps.
5050
*
51-
* Extend this class to add additional flow steps that should apply to the `MissingJwtSignatureCheckConf `.
51+
* Extend this class to add additional flow steps that should apply to the `MissingJwtSignatureCheckConf`.
5252
*/
5353
class JwtParserWithInsecureParseAdditionalFlowStep extends Unit {
5454
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);

0 commit comments

Comments
 (0)