summaryrefslogtreecommitdiffstats
path: root/data/DTSA/dtsa
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-09-08 15:06:51 +0000
committerJoey Hess <joeyh@debian.org>2005-09-08 15:06:51 +0000
commitdbd7ec5d6b757adc77bf0782b51523a27875d961 (patch)
tree2c61aa80ce74cbcc3749d27eff225139375dae79 /data/DTSA/dtsa
parentfecbbe9606c6688d920cc8b4a6640793c596ce6d (diff)
make the header less wide
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1859 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/DTSA/dtsa')
-rwxr-xr-xdata/DTSA/dtsa8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index 10504fd84b..88575fed83 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -183,11 +183,11 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_
# FIXME: use a nice external template with alignment specifiers
# like it used it.
- ascii.write("------------------------------------------------------------------------------\n")
- ascii.write("Debian Testing Security Advisory "+ id + ((45-len(id)-len(date))*" ") + date + "\n")
- ascii.write("secure-testing-team@lists.alioth.debian.org " + ((34-len(author))*" ") + author + "\n")
+ ascii.write("--------------------------------------------------------------------------\n")
+ ascii.write("Debian Testing Security Advisory "+ id + ((41-len(id)-len(date))*" ") + date + "\n")
+ ascii.write("secure-testing-team@lists.alioth.debian.org " + ((30-len(author))*" ") + author + "\n")
ascii.write("http://secure-testing-master.debian.net/\n")
- ascii.write("------------------------------------------------------------------------------\n")
+ ascii.write("--------------------------------------------------------------------------\n")
ascii.write("\n")
ascii.write("Package : " + src + "\n")
ascii.write("Vulnerability : " + vuln_type + "\n")

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