summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2019-03-06 11:29:02 -0800
committerjvoisin2019-03-06 11:29:02 -0800
commit769bafac0acdf3e0b41f42a60df1029d6e0e3829 (patch)
tree00337ab0add96e630a76e612da8c847a7c2e612b
parent09e14c6d88e698328f35c7bbff26dec425249ac3 (diff)
parent9963793d0872d3ccb28466b1c95c15859933fe1a (diff)
Merge branch 'fix-typo' into 'master'
README: fix typo See merge request jvoisin/mat2-web!7
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f00d86..946f5ec 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ into the directory path that's configured in `app.config['CUSTOM_TEMPLATES_DIR']
92 requesting this file, and getting it before the user. 92 requesting this file, and getting it before the user.
93- An attacker in possession of only the name of a file that a user wants to 93- An attacker in possession of only the name of a file that a user wants to
94 clean can't perform a denial of service attack, since the path to download 94 clean can't perform a denial of service attack, since the path to download
95 the cleaned file is not only dependant of the name, but also the content. 95 the cleaned file is not only dependent of the name, but also the content.
96- The server should do its very best to delete files as soon as possible. 96- The server should do its very best to delete files as soon as possible.
97 97
98# Licenses 98# Licenses