File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 17
17
~ specific language governing permissions and limitations
18
18
~ under the License.
19
19
-->
20
- <suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1 .xsd" >
20
+ <suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3 .xsd" >
21
21
22
22
<suppress >
23
23
<notes ><![CDATA[ Drupal issues for AWS is not relevant here ]]> </notes >
27
27
<notes ><![CDATA[ Drupal issues for AWS is not relevant here ]]> </notes >
28
28
<cpe >cpe:/a:restful_web_services_project:restful_web_services:7.x-2.1::~~~drupal~~</cpe >
29
29
</suppress >
30
+ <suppress >
31
+ <notes ><![CDATA[ Ignored since we are not vulnerable, see spring-projects/spring-framework/issues/24434]]> </notes >
32
+ <packageUrl regex =" true" >^pkg:maven/org\.springframework/spring.*$</packageUrl >
33
+ <cve >CVE-2016-1000027</cve >
34
+ </suppress >
30
35
</suppressions >
Original file line number Diff line number Diff line change 81
81
82
82
<properties >
83
83
<jacoco .minCoverage>0.7</jacoco .minCoverage>
84
- <dependencyCheck .version>6.5.3 </dependencyCheck .version>
84
+ <dependencyCheck .version>7.1.0 </dependencyCheck .version>
85
85
<jackson .version>2.13.3</jackson .version>
86
86
<slf4j .version>1.7.36</slf4j .version>
87
87
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments