summaryrefslogtreecommitdiffstats
path: root/conf/cvelist.el
diff options
context:
space:
mode:
authorSebastien Delafond <seb@debian.org>2017-08-10 22:18:11 +0000
committerSebastien Delafond <seb@debian.org>2017-08-10 22:18:11 +0000
commit636a0f244c4fd3a903d4d6c18ec53eb2c21002c3 (patch)
tree6728fa7a7af5f68bd0ade43aa228ebb5eeef991f /conf/cvelist.el
parentcb6971131a973ce4ebdfbf487b2f90e59113be8a (diff)
Add ignored & postponed to the list of keywords handled by emacs' cvelist-mode
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54589 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'conf/cvelist.el')
-rw-r--r--conf/cvelist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cvelist.el b/conf/cvelist.el
index cf28be27de..0b71319781 100644
--- a/conf/cvelist.el
+++ b/conf/cvelist.el
@@ -32,7 +32,7 @@
("^\t\\(RESERVED\\|NOT-FOR-US\\|REJECTED\\)" . font-lock-keyword-face)
("^CVE-[0-9]\\{4\\}-[0-9X]\\{4,7\\}" "\\[\\(.*\\)\\]$" nil nil (1 font-lock-variable-name-face))
("\\<unfixed\\|undetermined\\>" . font-lock-warning-face)
- ("\\<end-of-life\\|not-affected\\|no-dsa\\>" . font-lock-constant-face))
+ ("\\<end-of-life\\|not-affected\\|no-dsa\\|ignored\\|postponed\\>" . font-lock-constant-face))
"Keyword highlighting for `debian-cvelist-mode'")
(defun debian-cvelist-is-cve ()

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