Skip to content

Commit

Permalink
(cherry-pick) Change fixed_version to package_version (#19432)
Browse files Browse the repository at this point in the history
Change fixed_version to package_version
  fixes #19391

Signed-off-by: stonezdj <[email protected]>
  • Loading branch information
stonezdj authored Oct 11, 2023
1 parent 6f85d59 commit 82c24ee
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 82c24ee

Please sign in to comment.