summaryrefslogtreecommitdiffstats
path: root/check-external
diff options
context:
space:
mode:
authorRaphael Geissert <atomo64@gmail.com>2014-03-24 13:47:51 +0000
committerRaphael Geissert <atomo64@gmail.com>2014-03-24 13:47:51 +0000
commit2629980cc7f7f16237ac21793449f3f73b5de001 (patch)
tree4184e62c9168176063f382ea0ce16e082ece1d93 /check-external
parentb32b18b97705e11bb19b7b5901cac605c66e6fb2 (diff)
Report CVE ids that are missing from our list
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@26226 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'check-external')
-rwxr-xr-xcheck-external/lookup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/check-external/lookup.sh b/check-external/lookup.sh
index a0dcd14ebb..e1ddb754a9 100755
--- a/check-external/lookup.sh
+++ b/check-external/lookup.sh
@@ -89,6 +89,10 @@ for cve in $(< $source); do
# Permanent exclusions can be added below
o="$(grep -m1 -A2 ^$cve ../data/CVE/list | sed '1{d;q}')" || continue
+ if [ -z "$o" ]; then
+ echo "$cve: missing from list"
+ fi
+
extra=empty
while read line; do
if [[ $extra = empty ]]; then

© 2014-2024 Faster IT GmbH | imprint | privacy policy