summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-03 10:22:37 +0000
committerGuido Günther <agx@sigxcpu.org>2017-02-03 10:22:37 +0000
commit4b13e05b33158e848c7536e0886f5d2ef1887633 (patch)
tree70f9ded7969ffe4472e5d09afa7051447bf255ca /conf
parent32844e6d2475f81adfaa9cf1007e8e9872f145de (diff)
Handle 5 digit CVEs
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@48680 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'conf')
-rw-r--r--conf/cvelist.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/cvelist.el b/conf/cvelist.el
index 03b5f56f91..b7eaad39b4 100644
--- a/conf/cvelist.el
+++ b/conf/cvelist.el
@@ -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'")

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