mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Update change note; drop unnecessary import
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
lgtm,codescanning
|
||||
* The query "Hard-coded credential in API call" (`java/hardcoded-credential-api-call`) can now detect a hard-coded Apache Shiro cipher key.
|
||||
* The query "Hard-coded credential in API call" (`java/hardcoded-credential-api-call`) now detected hard-coded credentials that are Base64 encoded or decoded before use.
|
||||
|
||||
@@ -14,7 +14,6 @@ import java
|
||||
import semmle.code.java.dataflow.DataFlow
|
||||
import HardcodedCredentials
|
||||
import DataFlow::PathGraph
|
||||
import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
|
||||
|
||||
class HardcodedCredentialApiCallConfiguration extends DataFlow::Configuration {
|
||||
HardcodedCredentialApiCallConfiguration() { this = "HardcodedCredentialApiCallConfiguration" }
|
||||
|
||||
Reference in New Issue
Block a user