From e238d90cd1e2f1641f3c73b1621f82722c59ba55 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 21 Nov 2013 10:23:57 +0100 Subject: [PATCH] fixed to correctly sanitize the input string in the built-in HTTP server which led a number of security vulnerabilities. --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index ec771f5..d4e7e7e 100644 --- a/Changes +++ b/Changes @@ -32,6 +32,8 @@ - Fixed to show the real hostname in the emailreports. - Fixed the 'int' graph in order to be compatible with Excito B3 product. (thanks to Patrick Fallberg, patrick AT fallberg.net for pointing this out) +- Fixed to correctly sanitize the input string in the built-in HTTP server + which led a number of security vulnerabilities. [#30] - Small fixes and typos.