summaryrefslogtreecommitdiffstats
path: root/check-external
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2010-12-14 18:07:20 +0000
committerRaphael Geissert <geissert@debian.org>2010-12-14 18:07:20 +0000
commit4c4fef4eeef4c2c24169e2ec62ba652b9af07bf8 (patch)
tree75d46b08f042cd9c96cd7d87aa0912b1ab53ef11 /check-external
parent2b5585f4f5dd2c825ed37b6f252624f3cbd9841d (diff)
Fix some false positives
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@15706 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'check-external')
-rwxr-xr-xcheck-external/lookup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-external/lookup.sh b/check-external/lookup.sh
index 5cb738b00b..9bf495daab 100755
--- a/check-external/lookup.sh
+++ b/check-external/lookup.sh
@@ -86,7 +86,7 @@ for cve in $(< $source); do
fi
# Permanent exclusions can be added below
- o=$(grep -m1 -A1 $cve ../data/CVE/list | grep NOT-FOR-US |
+ o=$(grep -m1 -A1 ^$cve ../data/CVE/list | grep NOT-FOR-US |
grep -vi redhat | grep -vi 'red hat' | grep -vi pre-dating |
grep -vi realplayer | grep -vi acroread | grep -vi acrobat |
grep -viw opera | grep -vi adobe |

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