Author: geissert Date: 2012-08-20 01:51:00 +0000 (Mon, 20 Aug 2012) New Revision: 19984 Modified: bin/report-vuln Log: Reword template now that issues without CVE ids may be reported Modified: bin/report-vuln ==================================================================--- bin/report-vuln 2012-08-20 01:41:26 UTC (rev 19983) +++ bin/report-vuln 2012-08-20 01:51:00 UTC (rev 19984) @@ -123,12 +123,11 @@ 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 @@ 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