Skip to content

Commit cb4ce36

Browse files
committed
Update change note; drop unnecessary import
1 parent b0983cb commit cb4ce36

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lgtm,codescanning
22
* The query "Hard-coded credential in API call" (`java/hardcoded-credential-api-call`) can now detect a hard-coded Apache Shiro cipher key.
3+
* 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.

java/ql/src/Security/CWE/CWE-798/HardcodedCredentialsApiCall.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import java
1414
import semmle.code.java.dataflow.DataFlow
1515
import HardcodedCredentials
1616
import DataFlow::PathGraph
17-
import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
1817

1918
class HardcodedCredentialApiCallConfiguration extends DataFlow::Configuration {
2019
HardcodedCredentialApiCallConfiguration() { this = "HardcodedCredentialApiCallConfiguration" }

0 commit comments

Comments
 (0)