From 9d5b102de1c55c066d91121da998c1fb16dff75a Mon Sep 17 00:00:00 2001 From: yangwei999 <348134071@qq.com> Date: Fri, 22 Dec 2023 09:16:10 +0800 Subject: [PATCH] add release date of version --- 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 01de5c7..0c07371 100644 --- a/cve-vulner-manager/conf/product_app.conf +++ b/cve-vulner-manager/conf/product_app.conf @@ -224,7 +224,7 @@ snsuffix = 1002 # 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-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;" +release_date_of_version = "openEuler-22.03-LTS-SP2:2023-06-30;openEuler-20.03-LTS-SP4:2023-12-12" # Time difference in different time zones sa_timestamp_zone = 28810 unaffect_year = 2018 -- Gitee