summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2017-01-03 19:55:40 +0000
committerBen Hutchings <benh@debian.org>2017-01-03 19:55:40 +0000
commit2bec66a24444c7739c33d595af7ebdcd35e34c8f (patch)
tree335d1fd5a61de90cdfe6327c380edd7a0c263408 /scripts
parent279c28bd5c5cafdc28e3bdb02498795fc5592062 (diff)
scripts/filter-active.py: Correctly align CVE IDs with last part >= 10000
git-svn-id: svn+ssh://svn.debian.org/svn/kernel-sec@4831 e094ebfe-e918-0410-adfb-c712417f3574
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/filter-active.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/filter-active.py b/scripts/filter-active.py
index 97145d77..6d3f0551 100755
--- a/scripts/filter-active.py
+++ b/scripts/filter-active.py
@@ -152,7 +152,7 @@ if __name__ == '__main__':
sys.stdout.write("\n")
for i in issues:
- sys.stdout.write(" %s:" % i.name)
+ sys.stdout.write("%15s:" % i.name)
for release in options.release:
status = i.status(release) or "unknown"
status_short = status.split(' ')[0]

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