| Detector: | GrouMiner |
| Target: | project ' alibaba-druid ' versione10f28 |
| Misuse: | misuse ' 1 ' |
| Tags: |
Details about the known misuse from the MUBench dataset.
| Description: | An instance of Cipher is used twice (the init() method is called again), which is an invalid operation. |
| Fix Description: | creates a new instance of Cipher before the second init(). (see diff) |
| Violation Types: |
|
| In File: | com/alibaba/druid/filter/config/ConfigTools.java |
| In Method: | decrypt(PublicKey, String) |
| Code with Misuse: |
|