| Detector: | Findbugs |
| Target: | project ' bctls ' version1.58 |
| Tags: |
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
| Finding: | finding-0 |
| In File: | org/bouncycastle/jsse/provider/ |
| In Method: | engineInit(KeyStore, char[]) |
| Code with Finding: |
|
| Hit | Rank | Desc | Type | Violations |
|---|---|---|---|---|
| Yes |
0 |
SECPTI: java/io/File.<init>(Ljava/lang/String;)V reads a file whose location might be specified by user input |
PATH_TRAVERSAL_IN |
| Reviewer Name: | anna |
| : |
The file (line 69) is created with the variable ksPath. The variable is only not null if the javax.net.ssl.keyStore is checked. |