From 902d706264f7a3098cd24016ff41f929628200c7 Mon Sep 17 00:00:00 2001 From: yangwei999 <348134071@qq.com> Date: Tue, 19 Dec 2023 15:30:16 +0800 Subject: [PATCH] add sp4 --- cve-vulner-manager/conf/product_app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve-vulner-manager/conf/product_app.conf b/cve-vulner-manager/conf/product_app.conf index 5cb2b96..76a0745 100644 --- a/cve-vulner-manager/conf/product_app.conf +++ b/cve-vulner-manager/conf/product_app.conf @@ -223,7 +223,7 @@ snsuffix = 1002 # example: openEuler-20.03-LTS@http://119.3.219.20:88/mkb/obs_update_info/openEuler-20.03-LTS.csv; # openEuler-20.03-LTS-SP1@http://119.3.219.20:88/mkb/obs_update_info/openEuler-20.03-LTS-SP1.csv # public sa format: openEuler-20.03-LTS@https;openEuler-20.03-LTS-SP1@https -v_pack_20_03_url = "openEuler-20.03-LTS-SP1@https;openEuler-20.03-LTS-SP3@https;openEuler-22.03-LTS@https;openEuler-22.03-LTS-SP1@https;openEuler-22.03-LTS-SP2@https" +v_pack_20_03_url = "openEuler-20.03-LTS-SP1@https;openEuler-20.03-LTS-SP3@https;openEuler-20.03-LTS-SP4@https;openEuler-22.03-LTS@https;openEuler-22.03-LTS-SP1@https;openEuler-22.03-LTS-SP2@https" release_date_of_version = "openEuler-22.03-LTS-SP2:2023-06-30;" # Time difference in different time zones sa_timestamp_zone = 28810 -- Gitee