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
commit79295b3563dd0e9e4962d4a328bdb0369e6c89a1 (patch)
tree23e243e74523ed978d9f8c6fe68eed49c2125d87 /check-external
parente1c093fd45b600663eda5ab7d67c88183afed4de (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