summaryrefslogtreecommitdiffstats
path: root/bin/lts-cve-triage.py
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2017-05-22 13:41:02 +0000
committerRaphaël Hertzog <hertzog@debian.org>2017-05-22 13:41:02 +0000
commit6706a83d318271edd49f2de8e2c7360b99434c4b (patch)
treed2614b7313c3813212beae50aab45be8469c3f60 /bin/lts-cve-triage.py
parent49da0f51b9e28515615185d401256968b8b12249 (diff)
Use a color that works on a light background as well
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@51829 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/lts-cve-triage.py')
-rwxr-xr-xbin/lts-cve-triage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index 58d409da02..b23b714544 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -153,6 +153,6 @@ for key, desc in LIST_NAMES:
for x in sorted(lists[key][pkg], key=lambda x: x.name):
url = 'https://security-tracker.debian.org/tracker/{}'. \
format(x.name)
- print(' - {} {}'.format(x.name, colored(url, 'white')))
+ print(' - {} {}'.format(x.name, colored(url, 'blue')))
print('')

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