File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7
7
<packaging >jar</packaging >
8
8
9
9
<prerequisites >
10
- <maven >3.0 </maven >
10
+ <maven >3.1 </maven >
11
11
</prerequisites >
12
12
13
13
<parent >
291
291
<version >1.4.4</version >
292
292
<configuration >
293
293
<failBuildOnCVSS >1</failBuildOnCVSS >
294
+ <suppressionFile >./suppressions.xml</suppressionFile >
294
295
</configuration >
295
296
<executions >
296
297
<execution >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd" >
3
+ <suppress >
4
+ <notes ><![CDATA[
5
+ This suppresses a specific cve for any test.jar in any directory.
6
+ ]]> </notes >
7
+ <filePath regex =" true" >.*\bcommons-fileupload-1.3.2.jar</filePath >
8
+ <cve >CVE-2016-1000031</cve >
9
+ </suppress >
10
+ </suppressions >
You can’t perform that action at this time.
0 commit comments