summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-08-08 13:58:50 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-08-08 13:58:50 +0200
commitb5779b8b5367f410daff37daf37b16348572d771 (patch)
tree64ea36e7883bdbc9825141e1e81ce0c0cf591696
parent7b897db1bcc03b6a5456808b2b01e2fa6fc800ba (diff)
parent3119a568fd7e0c564be6c8c731eea020ce60cc09 (diff)
Merge branch 'felixonmars/security-tracker-patch-1' into master
-rwxr-xr-xbin/compare-nvd-cve2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compare-nvd-cve b/bin/compare-nvd-cve
index 707ac839ea..bcee148ab5 100755
--- a/bin/compare-nvd-cve
+++ b/bin/compare-nvd-cve
@@ -87,7 +87,7 @@ for my $year (reverse 2002 .. (gmtime())[5]+1900) {
print STDERR "warning: $cve in Debian refer to $cpe, while NVD do not (found $cpelist).\n"
} elsif (2 == $info{$cpe}) {
if (exists $cperevmap{$cpe}) {
- print STDERR "warning: $cve in NVD is not refering to $cpe found in Debian.\n"
+ print STDERR "warning: $cve in NVD is not referring to $cpe found in Debian.\n"
}
} elsif (3 == $info{$cpe}) {

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