[Git][security-tracker-team/security-tracker][master] check-advisory-cve-ids: ask for input in the same line
Emilio Pozuelo Monfort (@pochu)
pochu at debian.org
Tue Feb 17 15:23:09 GMT 2026
Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits:
8a10c8f4 by Emilio Pozuelo Monfort at 2026-02-17T16:22:03+01:00
check-advisory-cve-ids: ask for input in the same line
Makes it much more obvious that the program is waiting for user
input.
- - - - -
1 changed file:
- bin/check-advisory-cve-ids
Changes:
=====================================
bin/check-advisory-cve-ids
=====================================
@@ -83,7 +83,7 @@ for cve_id in args.cve_ids:
if not valid:
ret = 'n'
try:
- ret = input("Continue? y/N\n")
+ ret = input("Continue? [y/N]: ")
except EOFError:
pass
if ret.lower() != 'y':
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/8a10c8f4e7dfb7f52e0113856a0dcc3fc220c9c8
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/8a10c8f4e7dfb7f52e0113856a0dcc3fc220c9c8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20260217/4eaa7ea0/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list