File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/main/resources/net/sourceforge/pmd Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 56
56
<version >${pmd.version} </version >
57
57
<scope >test</scope >
58
58
</dependency >
59
+ <dependency >
60
+ <groupId >net.sourceforge.pmd</groupId >
61
+ <artifactId >pmd-xml</artifactId >
62
+ <version >${pmd.version} </version >
63
+ <scope >test</scope >
64
+ </dependency >
59
65
<dependency >
60
66
<groupId >net.sourceforge.pmd</groupId >
61
67
<artifactId >pmd-test</artifactId >
102
108
<artifactId >pmd-java</artifactId >
103
109
<scope >test</scope >
104
110
</dependency >
111
+ <dependency >
112
+ <groupId >net.sourceforge.pmd</groupId >
113
+ <artifactId >pmd-xml</artifactId >
114
+ <scope >test</scope >
115
+ </dependency >
105
116
<dependency >
106
117
<groupId >net.sourceforge.pmd</groupId >
107
118
<artifactId >pmd-test</artifactId >
Original file line number Diff line number Diff line change 511
511
512
512
<!-- <rule ref="category/java/security.xml/InsecureCryptoIv" /> -->
513
513
514
+ <rule ref =" category/xml/bestpractices.xml/MissingEncoding" >
515
+ <priority >1</priority >
516
+ </rule >
514
517
515
518
<!-- Note: These are the custom rule ported to PMD 7 -->
516
519
You can’t perform that action at this time.
0 commit comments