Skip to content

Commit

Permalink
Change fixed_version to package_version
Browse files Browse the repository at this point in the history
  fixes #19391

Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj authored and stonezdj committed Oct 10, 2023
1 parent 950f19e commit 22e2390
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 22e2390

Please sign in to comment.