Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 131d604

Browse files
committed
Add java imports
1 parent e27d62b commit 131d604

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

java/ql/lib/semmle/code/java/security/HardcodedCredentialsComparison.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Provides classes and predicates to detect comparing a parameter to a hard-coded credential.
33
*/
44

5+
import java
56
import HardcodedCredentials
67

78
/**

java/ql/lib/semmle/code/java/security/HardcodedPasswordField.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Provides a predicate identifying assignments of harcoded values to password fields.
33
*/
44

5+
import java
56
import HardcodedCredentials
67

78
/**

0 commit comments

Comments
 (0)