summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2012-01-11 09:26:18 +0100
committerTobias Oetiker <tobi@oetiker.ch>2012-01-11 09:26:18 +0100
commitea18202ce6ecd0ff619f7fbc7c2329db3bd3d086 (patch)
treef56fe6dfa386fecfc07f890e1f205069dbad44e8 /CHANGES
parent0c43c8b653065862d6dd10ffd6789b168c138b21 (diff)
downloadsmokeping-ea18202ce6ecd0ff619f7fbc7c2329db3bd3d086.tar.gz
smokeping-ea18202ce6ecd0ff619f7fbc7c2329db3bd3d086.tar.xz
be more careful in handling input from the web to prevent xss. Thanks to
Russ McRee <holisticinfosec@gmail.com> for pointing this out.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8130241..a4610d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* be more careful in handling input from the web to prevent xss. Thanks to
+ Russ McRee <holisticinfosec@gmail.com> for pointing this out.
+
* Updated TCPPing probe -- Chris Wilson chris aptivate.org
* Make Median matcher work without complaint at startup and if unknown data elements occur in the stream.