forked from phoedos/pmd
Update documentation
This commit is contained in:
@ -5,12 +5,12 @@ permalink: pmd_rules_java_security.html
|
||||
folder: pmd/rules/java
|
||||
sidebaractiveurl: /pmd_rules_java.html
|
||||
editmepath: ../pmd-java/src/main/resources/category/java/security.xml
|
||||
keywords: Security, InsecureCryptoIv, HardCodedCryptoKey
|
||||
keywords: Security, HardCodedCryptoKey, InsecureCryptoIv
|
||||
language: Java
|
||||
---
|
||||
## HardCodedCryptoKey
|
||||
|
||||
**Since:** PMD 6.3.0
|
||||
**Since:** PMD 6.4.0
|
||||
|
||||
**Priority:** Medium (3)
|
||||
|
||||
@ -64,7 +64,6 @@ public class Foo {
|
||||
void alsoBad() {
|
||||
byte[] iv = "secret iv in here".getBytes();
|
||||
}
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user