[Git][security-tracker-team/security-tracker][master] Makefile: add an update-cve-descriptions target
Emilio Pozuelo Monfort (@pochu)
pochu at debian.org
Tue Dec 12 15:39:26 GMT 2023
Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits:
d7e47aa0 by Emilio Pozuelo Monfort at 2023-12-12T16:39:13+01:00
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.
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
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
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/d7e47aa04024736d12cb721bbbc5dabd3bbde669
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/d7e47aa04024736d12cb721bbbc5dabd3bbde669
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20231212/698f11c8/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list