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
commitda3a9dbc4ef2bc86a0f38dea305d3959d9996e54 (patch)
tree25a628afbe3c40e5c1071cfee35d163aa9b80813 /bin/report-vuln
parent124dd524b980570ca624111aabc4de2ef0f2c4fb (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