[Secure-testing-commits] r48680 - conf

Guido Guenther agx at moszumanska.debian.org
Fri Feb 3 10:22:37 UTC 2017


Author: agx
Date: 2017-02-03 10:22:37 +0000 (Fri, 03 Feb 2017)
New Revision: 48680

Modified:
   conf/cvelist.el
Log:
Handle 5 digit CVEs

Modified: conf/cvelist.el
===================================================================
--- conf/cvelist.el	2017-02-03 10:20:22 UTC (rev 48679)
+++ conf/cvelist.el	2017-02-03 10:22:37 UTC (rev 48680)
@@ -26,11 +26,11 @@
    "Keymap for `debian-cvelist-mode'.")
 
 (defvar debian-cvelist-font-lock-keywords
-  '(("^CVE-[0-9]\\{4\\}-[0-9X]\\{4\\}" . font-lock-function-name-face)
+  '(("^CVE-[0-9]\\{4\\}-[0-9X]\\{4,5\\}" . font-lock-function-name-face)
     ("^\tNOTE:" . font-lock-comment-delimiter-face)
     ("^\tTODO:" . font-lock-warning-face)
     ("^\t\\(RESERVED\\|NOT-FOR-US\\|REJECTED\\)" . font-lock-keyword-face)
-    ("^CVE-[0-9]\\{4\\}-[0-9X]\\{4\\}" "\\[\\(.*\\)\\]$" nil nil (1 font-lock-variable-name-face))
+    ("^CVE-[0-9]\\{4\\}-[0-9X]\\{4,5\\}" "\\[\\(.*\\)\\]$" 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))
   "Keyword highlighting for `debian-cvelist-mode'")




More information about the Secure-testing-commits mailing list