From 96d304124e3474ca4ec8f4edd02110e011212d89 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 10 Dec 2018 20:33:55 +0000 Subject: [PATCH] Update changelog for 3.3.2 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index dee22ac..ae3f9ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ssowat (3.3.2) stable; urgency=low + + * [fix] CVE-2018-11347 http header injection (thanks to Bram for the fix !) + + -- Alexandre Aubin Mon, 10 Dev 2018 21:33:00 +0000 + ssowat (3.3.1) stable; urgency=low * [fix] Use SameSite=Lax in cookies (follow-up of #103)