[Secure-testing-commits] r44582 - check-external

Raphael Geissert atomo64-guest at moszumanska.debian.org
Wed Sep 14 10:00:31 UTC 2016


Author: atomo64-guest
Date: 2016-09-14 10:00:31 +0000 (Wed, 14 Sep 2016)
New Revision: 44582

Modified:
   check-external/update.sh
Log:
Remove duplicates from the mitre-based lists


Modified: check-external/update.sh
===================================================================
--- check-external/update.sh	2016-09-14 10:00:00 UTC (rev 44581)
+++ check-external/update.sh	2016-09-14 10:00:31 UTC (rev 44582)
@@ -59,6 +59,6 @@
 for vendor in SUSE DEBIAN GENTOO FEDORA REDHAT UBUNTU; do
     wget -N http://cve.mitre.org/data/refs/refmap/source-$vendor.html
     sed -rn '/CVE-[12][0-9]{3}-/{s/^.+>(CVE-[12][0-9]{3}-[0-9]{4,})<.+$/\1/;p}' source-$vendor.html |
-	sort > $vendor.list
+	sort -u > $vendor.list
     check_list $vendor.list
 done




More information about the Secure-testing-commits mailing list