summaryrefslogtreecommitdiffstats
path: root/bin/report-vuln
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2012-08-20 01:51:00 +0000
committerRaphael Geissert <geissert@debian.org>2012-08-20 01:51:00 +0000
commit543fbfeaf1ff4af6e5b9ad0fa869c98f403082ad (patch)
treebe65209ab78fa491a4edd0d4c4f2353cd835128d /bin/report-vuln
parent3116267f38fcaeb79cc00ef4521342140c616c83 (diff)
Reword template now that issues without CVE ids may be reported
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@19984 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/report-vuln')
-rwxr-xr-xbin/report-vuln9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/report-vuln b/bin/report-vuln
index 675e20fa2b..8825887c68 100755
--- a/bin/report-vuln
+++ b/bin/report-vuln
@@ -123,12 +123,11 @@ Severity: FILLINSEVERITY
Tags: security
Hi,
-the following CVE (Common Vulnerabilities & Exposures) id%s %s
-published for %s.
-''' % (pkg, cve_suff, time_w, pkg)
+the following vulnerabilit%s %s published for %s.
+''' % (pkg, vuln_suff, time_w, pkg)
footer = '''If you fix the vulnerabilit%s please also make sure to include the
-CVE id%s in your changelog entry.
+CVE (Common Vulnerabilities & Exposures) id%s in your changelog entry.
For further information see:''' % (vuln_suff, cve_suff)
@@ -151,7 +150,7 @@ For further information see:''' % (vuln_suff, cve_suff)
if temp_id_cnt > 0:
print '\nhttp://security-tracker.debian.org/tracker/source-package/%s' % (pkg)
- print '(issues without id are assigned a temporary one that may change over time)\n'
+ print '(issues without CVE id are assigned a TEMP one, but it may change over time)\n'
def error(msg):
print 'error: ' + msg

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