Skip to content

Commit

Permalink
edit readme.md table - add security rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Dykov committed Feb 11, 2022
1 parent 2b47126 commit c703d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ We are using the latest stable pmd-java version which is `6.42.0` as a start poi
| [UseObjectForClearerAPI](https://pmd.github.io/latest/pmd_rules_java_design.html#useobjectforclearerapi) | pmd-java | 4.2.6 ||||
| [UseUtilityClass](https://pmd.github.io/latest/pmd_rules_java_design.html#useutilityclass) | pmd-java | 0.3 ||||
| [MutableStaticState](https://pmd.github.io/latest/pmd_rules_java_design.html#mutablestaticstate) | pmd-java | 6.35.0 ||||
| [HardCodedCryptoKey](https://pmd.github.io/latest/pmd_rules_java_security.html#hardcodedcryptokey) | pmd-java | 6.4.0 ||||
| [InsecureCryptoIv](https://pmd.github.io/latest/pmd_rules_java_security.html#insecurecryptoiv) | pmd-java | 6.3.0 ||||

### How to use?
#### Maven (pom.xml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<exclude name="ShortInstantiation"/>˚
</rule>

<!-- @todo #27/DEV category/java/security.xml - add rules details in table defined in readme.md -->
<rule ref="category/java/security.xml"/>

<!-- @todo #27/DEV category/java/errorprone.xml - add rules details in table defined in readme.md -->
Expand Down

0 comments on commit c703d04

Please sign in to comment.