Skip to content

Commit

Permalink
Change fixed_version to package_version in query dangerous CVE sql (#…
Browse files Browse the repository at this point in the history
…19397)

Change fixed_version to package_version
  fixes #19391

Signed-off-by: stonezdj <daojunz@vmware.com>
  • Loading branch information
stonezdj committed Oct 11, 2023
1 parent 1f975ed commit 663d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/securityhub/dao/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ WHERE EXISTS (SELECT 1
vr.package,
vr.cvss_score_v3,
vr.description,
vr.fixed_version,
vr.package_version,
vr.severity,
CASE vr.severity
WHEN 'Critical' THEN 5
Expand Down

0 comments on commit 663d0b8

Please sign in to comment.