File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
java/ql/src/semmle/code/java/security Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
/** Provides classes for working with JSON Web Token (JWT) libraries. */
2
2
3
3
import java
4
- private import semmle.code.java.dataflow.ExternalFlow
5
4
private import semmle.code.java.dataflow.DataFlow
6
5
7
6
/** 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
5
5
import semmle.code.java.security.JWT
6
6
7
7
/**
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.
9
9
* This is used to determine whether a `JwtParser` performing unsafe parsing has a signing key set.
10
10
*/
11
11
class MissingJwtSignatureCheckConf extends DataFlow:: Configuration {
You can’t perform that action at this time.
0 commit comments