X Tutup
Skip to content

Commit a86cbee

Browse files
committed
introduce PMD/category/java/security.xml/HardCodedCryptoKey rule
1 parent 6ba3072 commit a86cbee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@
122122
<rule ref="category/java/performance.xml/UnnecessaryWrapperObjectCreation" />
123123
<rule ref="category/java/performance.xml/UseIndexOfChar" />
124124
<rule ref="category/java/performance.xml/UseStringBufferLength" />
125+
<rule ref="category/java/security.xml/HardCodedCryptoKey" />
125126
</ruleset>

0 commit comments

Comments
 (0)
X Tutup