Skip to content

Commit

Permalink
Update Finding.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Jun 11, 2024
1 parent c936866 commit e5cfb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/dependencytrack/model/Finding.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class Finding implements Serializable {
ON "COMPONENT"."ID" = "COMPONENTS_VULNERABILITIES"."COMPONENT_ID"
INNER JOIN "VULNERABILITY"
ON "COMPONENTS_VULNERABILITIES"."VULNERABILITY_ID" = "VULNERABILITY"."ID"
INNER JOIN "EPSS"
LEFT JOIN "EPSS"
ON "VULNERABILITY"."VULNID" = "EPSS"."CVE"
INNER JOIN "FINDINGATTRIBUTION"
ON "COMPONENT"."ID" = "FINDINGATTRIBUTION"."COMPONENT_ID"
Expand Down

0 comments on commit e5cfb8d

Please sign in to comment.