mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Add java imports
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* Provides classes and predicates to detect comparing a parameter to a hard-coded credential.
|
||||
*/
|
||||
|
||||
import java
|
||||
import HardcodedCredentials
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
* Provides a predicate identifying assignments of harcoded values to password fields.
|
||||
*/
|
||||
|
||||
import java
|
||||
import HardcodedCredentials
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user