mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
(cherry-pick) Change fixed_version to package_version (#19432)
Change fixed_version to package_version fixes #19391 Signed-off-by: stonezdj <daojunz@vmware.com>
This commit is contained in:
parent
6f85d59c14
commit
82c24eee5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user