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
commitd31489a4e8905d6edb28e95fc72190482ba0c0e3 (patch)
tree604a64ba94924df4fdffdb81bccd97ce39dd0674
parentd15c5220e6e108d6c72b1ced36505b022ea860c7 (diff)
parentbeb638adb76c64ef2d9af465f811f4d7e4ec1900 (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