summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f122ef7..3d92851 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,10 @@ systemctl restart nginx/apache/…
56 56
57It should now be working. 57It should now be working.
58 58
59You should add `find /var/www/mat2-web/uploads/* -mtime +1 -exec rm {} \;`
60in a crontab to remove files that people might have uploaded but never
61downloaded.
62
59# Threat model 63# Threat model
60 64
61- An attacker in possession of the very same file that a user wants to clean, 65- An attacker in possession of the very same file that a user wants to clean,