| Detector: | Findbugs |
| Target: | project ' commons-httpclient ' version4.2.1 |
| Tags: |
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
| Finding: | finding-2 |
| In File: | org/apache/http/impl/auth/NTLMEngineImpl.java |
| In Method: | getNTLM2SessionResponse(String, byte[], byte[]) |
| Code with Finding: |
|
| Hit | Rank | Desc | Type | Violations |
|---|---|---|---|---|
| Yes |
2 |
SECMD5: MD5 is not a recommended cryptographic hash function |
WEAK_MESSAGE_DIGEST_MD5 |
| Reviewer Name: | anna |
| : |
The MD5 hash is used for a challenge which is a vulnerability. |