From d7e47aa04024736d12cb721bbbc5dabd3bbde669 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 12 Dec 2023 16:36:31 +0100 Subject: Makefile: add an update-cve-descriptions target This will be used by the tracker service instead of the update-nvd one, which will be removed later. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f866264939..5da44a5bd0 100644 --- a/Makefile +++ b/Makefile @@ -72,12 +72,15 @@ update-backports: $(foreach release,$(BACKPORT_RELEASES),update-$(release)_backp supported-update-targets: @echo -n "main security backports " @echo -n "$(RELEASES) " - @echo -n "packages lists nvd" + @echo -n "packages lists cve-descriptions nvd" # Other custom update rules update-lists: git fetch -q origin && git checkout -f origin/master -- data +update-cve-descriptions: + bin/update-cve-descriptions + # Since October 16, 2015 the XML data feeds are no longer available for # download in an uncompressed format. # As per October 16, 2019, the XML data feeds were discontinued and NVD @@ -102,4 +105,4 @@ update-compare-nvd: done bin/compare-nvd-cve 2> compare-nvd-cve.log -update-all: update-nvd update-lists update-packages all +update-all: update-cve-descriptions update-lists update-packages all -- cgit v1.2.3