[Git][security-tracker-team/security-tracker][master] cvelist.el: Default to bullseye
Moritz Muehlenhoff (@jmm)
jmm at debian.org
Mon Aug 1 07:32:58 BST 2022
Moritz Muehlenhoff pushed to branch master at Debian Security Tracker / security-tracker
Commits:
3f0f63d9 by Moritz Muehlenhoff at 2022-08-01T08:32:32+02:00
cvelist.el: Default to bullseye
- - - - -
1 changed file:
- conf/cvelist.el
Changes:
=====================================
conf/cvelist.el
=====================================
@@ -18,6 +18,7 @@
(setq last-nfu "")
(setq bugnum "")
(setq newsrcpkg "")
+(setq default_distro "bullseye")
; TODO: Tab completion for existing NFUs
(defun debian-cvelist-insert-not-for-us ()
@@ -48,7 +49,7 @@
(setq srcpkg (thing-at-point 'filename))
(next-line)
(beginning-of-line)
- (insert (concat "\t[buster] - " srcpkg " <no-dsa> (" reason ")\n" )))
+ (insert (concat "\t[" default_distro "] - " srcpkg " <no-dsa> (" reason ")\n" )))
(defun debian-cvelist-insert-postponed ()
"Insert postponed comment based on the current source entry."
@@ -57,7 +58,7 @@
(setq srcpkg (thing-at-point 'filename))
(next-line)
(beginning-of-line)
- (insert (concat "\t[buster] - " srcpkg " <postponed> (" reason ")\n" )))
+ (insert (concat "\t[" default_distro "] - " srcpkg " <postponed> (" reason ")\n" )))
; TODO: Read supported distros from central config and prompt for applicable suites
(defun debian-cvelist-insert-not-affected ()
@@ -67,7 +68,7 @@
(setq srcpkg (thing-at-point 'filename))
(next-line)
(beginning-of-line)
- (insert (concat "\t[buster] - " srcpkg " <not-affected> (" reason ")\n" )))
+ (insert (concat "\t[" default_distro "] - " srcpkg " <not-affected> (" reason ")\n" )))
; TODO: Parse existing source entries for buffer tab completion
(defun debian-cvelist-insert-srcentry ()
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/3f0f63d9f6fc6b03303518972965f21a889a10e1
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/3f0f63d9f6fc6b03303518972965f21a889a10e1
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/20220801/c607b9b3/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list