summaryrefslogtreecommitdiffstats
path: root/conf
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
commit2326a2e81a2e5c8c3d898c68bbce1c52ceb48189 (patch)
treeffe18d3cafc99bd0a40f0785e1c1228ae39cff9d /conf
parenta21949932453d171a40783e1284c45bbe7d314dc (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')
-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