File tree Expand file tree Collapse file tree
java/ql/src/semmle/code/java/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/** Provides classes for working with JSON Web Token (JWT) libraries. */
22
33import java
4- private import semmle.code.java.dataflow.ExternalFlow
54private import semmle.code.java.dataflow.DataFlow
65
76/** A method access that assigns signing keys to a JWT parser. */
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import semmle.code.java.dataflow.DataFlow
55import semmle.code.java.security.JWT
66
77/**
8- * Models flow from signing keys assignements to qualifiers of JWT insecure parsers.
8+ * Models flow from signing keys assignments to qualifiers of JWT insecure parsers.
99 * This is used to determine whether a `JwtParser` performing unsafe parsing has a signing key set.
1010 */
1111class MissingJwtSignatureCheckConf extends DataFlow:: Configuration {
You can’t perform that action at this time.
0 commit comments