Change fixed_version to package_version in query dangerous CVE sql (#19397)

Change fixed_version to package_version
  fixes #19391

Signed-off-by: stonezdj <daojunz@vmware.com>
This commit is contained in:
stonezdj(Daojun Zhang) 2023-10-11 15:57:19 +08:00 committed by GitHub
parent 1f975edb9c
commit 663d0b81a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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