diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2012-01-11 09:26:18 +0100 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2012-01-11 09:26:18 +0100 |
commit | ea18202ce6ecd0ff619f7fbc7c2329db3bd3d086 (patch) | |
tree | f56fe6dfa386fecfc07f890e1f205069dbad44e8 /CHANGES | |
parent | 0c43c8b653065862d6dd10ffd6789b168c138b21 (diff) | |
download | smokeping-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |