From 6b0262794fa40b1c91f4edc6225ba0cff6baf06f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 23 Sep 2017 22:28:47 +0200 Subject: [PATCH] core: add CVE ID in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 03c96951d..dc6ab9f7f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -54,7 +54,7 @@ Tests:: Bug fixes:: * buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar - * logger: call strftime before replacing buffer local variables + * logger: call strftime before replacing buffer local variables (CVE-2017-14727) * relay: fix send of "PART" command in backlog (irc protocol) [[v1.9]]