This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree 2 files changed +3
-2
lines changed
src/main/java/com/capitalone/dashboard/evaluator
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
<artifactId >api-audit</artifactId >
5
5
<packaging >jar</packaging >
6
6
<name >${project.groupId} :${project.artifactId} </name >
7
- <version >3.7.26 -SNAPSHOT</version >
7
+ <version >3.7.27 -SNAPSHOT</version >
8
8
<description >Hygieia Audit Rest API Layer</description >
9
9
<url >https://github.com/Hygieia/${repository.name} </url >
10
10
60
60
<repository .name>api-audit</repository .name>
61
61
62
62
<!-- Dependencies -->
63
- <com .capitalone.dashboard.core.version>3.15.38 </com .capitalone.dashboard.core.version>
63
+ <com .capitalone.dashboard.core.version>3.15.42 </com .capitalone.dashboard.core.version>
64
64
<spring-security .version>4.2.18.RELEASE</spring-security .version>
65
65
<spring .cloud.version>1.3.1.RELEASE</spring .cloud.version>
66
66
<tomcat .version>8.5.70</tomcat .version>
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ private LibraryPolicyAuditResponse getLibraryPolicyAuditResponse(CollectorItem c
85
85
//threats by type
86
86
Set <LibraryPolicyResult .Threat > securityThreats = !MapUtils .isEmpty (returnPolicyResult .getThreats ()) ? returnPolicyResult .getThreats ().get (LibraryPolicyType .Security ) : SetUtils .EMPTY_SET ;
87
87
Set <LibraryPolicyResult .Threat > licenseThreats = !MapUtils .isEmpty (returnPolicyResult .getThreats ()) ? returnPolicyResult .getThreats ().get (LibraryPolicyType .License ) : SetUtils .EMPTY_SET ;
88
+ //Set<LibraryPolicyResult.Threat> securityCVSS3Threats = !MapUtils.isEmpty(returnPolicyResult.getThreats()) ? returnPolicyResult.getThreats().get(LibraryPolicyType.Security_cvss3) : SetUtils.EMPTY_SET;
88
89
89
90
90
91
boolean isOk = true ;
You can’t perform that action at this time.
0 commit comments