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
commit755e7e9345b7d9861b9d586af4aa79021a4f4be8 (patch)
tree9996f5c5cb13f8a199fff6c8773136f196e1b70c /conf
parentb612b74dbfa7cd930182cf1e05a65f4448f3bb52 (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