Author: seb
Date: 2017-08-10 22:18:11 +0000 (Thu, 10 Aug 2017)
New Revision: 54589

Modified:
   conf/cvelist.el
Log:
Add ignored & postponed to the list of keywords handled by emacs' cvelist-mode

Modified: conf/cvelist.el
===================================================================
--- conf/cvelist.el     2017-08-10 21:59:21 UTC (rev 54588)
+++ conf/cvelist.el     2017-08-10 22:18:11 UTC (rev 54589)
@@ -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 ()


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

Reply via email to