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
commit5370b0419cfa36dec18c0ff6215839d374f065d3 (patch)
tree44c76f584e89639395d61c35c4a4f93e924e2183
parentb53cb812ae475f5f20627fa43aa8d6f03f191e69 (diff)
parentfbd42c01feb22985226637386706c04357e0a60b (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