summaryrefslogtreecommitdiff
path: root/cvelist.el
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-03 11:22:57 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-03 11:22:57 +0100
commit4e4039e461c8c5fcbc8b6618c2eb60238cdab748 (patch)
tree606c99adf04fac0741f4d4701963e718677c700b /cvelist.el
parente63d4fd448ca93d5c484932396142571afa41b0a (diff)
Update from secure-testing repo
Diffstat (limited to 'cvelist.el')
-rw-r--r--cvelist.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cvelist.el b/cvelist.el
index 03b5f56..b7eaad3 100644
--- a/cvelist.el
+++ b/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'")