diff options
author | Micael Karlberg <[email protected]> | 2011-11-01 18:14:58 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-01 18:14:58 +0100 |
commit | 2da7b99f186e7a8f9a74b1c7aa60b1354cbc31ea (patch) | |
tree | e47f27ddf5c4a2846bbe578e18d9f41b9de10c15 /lib/inets/doc | |
parent | f8b20b4a995727f0339074d23a0fae50712683d2 (diff) | |
parent | b6719f7943cbaeb10d5121f360f9540db494b639 (diff) | |
download | otp-2da7b99f186e7a8f9a74b1c7aa60b1354cbc31ea.tar.gz otp-2da7b99f186e7a8f9a74b1c7aa60b1354cbc31ea.tar.bz2 otp-2da7b99f186e7a8f9a74b1c7aa60b1354cbc31ea.zip |
[httpd] XSS prevention did not work for hex-encoded URL's.
OTP-9655
Merge branch 'bmk/inets/httpd/xss_when_erl_encoded/r13/OTP-9655' into bmk/inets/inets536_integration
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index ffbe4bd58f..28d51b4ebd 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,20 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.3.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>[httpd] XSS prevention did not work for hex-encoded URL's. </p> + <p>Own Id: OTP-9655</p> + </item> + </list> + </section> + + </section> <!-- 5.3.6 --> + + <section><title>Inets 5.3.5</title> <section><title>Fixed Bugs and Malfunctions</title> |