summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-27 10:23:12 +0200
committerLoïc Hoguin <[email protected]>2019-09-27 10:23:12 +0200
commit9c173da6bd647a101bacf38aea488f5e2b304c62 (patch)
tree81abd601eeceb1fd92dc26a4922bdc646026edda /docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc
parente39252ae5048156ac33999ce9bb07212798b6b80 (diff)
downloadninenines.eu-9c173da6bd647a101bacf38aea488f5e2b304c62.tar.gz
ninenines.eu-9c173da6bd647a101bacf38aea488f5e2b304c62.tar.bz2
ninenines.eu-9c173da6bd647a101bacf38aea488f5e2b304c62.zip
Gun 2.0.0-pre.1
Diffstat (limited to 'docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc')
-rw-r--r--docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc b/docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc
new file mode 100644
index 00000000..e33430dd
--- /dev/null
+++ b/docs/en/gun/1.3/guide/migrating_from_1.3.asciidoc
@@ -0,0 +1,14 @@
+[appendix]
+== Changes since Gun 1.3
+
+The following patch versions were released since Gun 1.3:
+
+=== Gun 1.3.1
+
+This release backports a fix that will be included in the
+upcoming Gun 2.0 release:
+
+* *POTENTIAL SECURITY VULNERABILITY*: Fix transfer-encoding
+ precedence over content-length in responses. This bug may
+ contribute to a response smuggling security vulnerability
+ when Gun is used inside a proxy.