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
commit4dcec1a10dd9a54021c971ebf4587c34647119c4 (patch)
treed68deee8fa8fc09fb6068123092c65512a766930 /bin/report-vuln
parentcc656093efa2ab63de38770c0ce89730896b15d9 (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