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
commit7d74d61a21588a3d8d13c2cfeae35a50fe46d91e (patch)
tree5fb6f1976b5ed394987e7aa67a21ebc3d55cd193 /check-external
parente2b3162d879b69203888d062b03acac149cf549a (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