aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-12-26 00:37:43 +0100
committerOmar Polo <op@omarpolo.com>2020-12-26 00:37:43 +0100
commit00781742c5578afa15d0b2dbc86adf47870fb94f (patch)
treed4e6d0cb60fdee4b1eb72e3e7dce68284bc04da9 /README.md
parentdf6ca41da36c3f617cbbf3302ab120721ebfcfd2 (diff)
reject %00
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c9b75f..16a1b39 100644
--- a/README.md
+++ b/README.md
@@ -220,3 +220,6 @@ since it's relative to the document root.
* a %2F sequence in the path part is indistinguishable from a literal
slash: this is not RFC3986-compliant.
+* a %00 sequence either in the path or in the query part is treated as
+ invalid character and thus rejected.
+