mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 16:49:59 -05:00
Add a small threat model
This commit is contained in:
parent
aee0940b51
commit
f436da0539
10
README.md
10
README.md
@ -93,6 +93,16 @@ systemctl restart nginx/apache/…
|
||||
|
||||
It should now be working.
|
||||
|
||||
# Threat model
|
||||
|
||||
- An attacker in possession of the very same file that a user wants to clean,
|
||||
along with its names, can perform a denial of service by continually
|
||||
requesting this file, and getting it before the user.
|
||||
- An attacker in possession of only the name of a file that a user wants to
|
||||
clean can't perform a denial of service attack, since the path to download
|
||||
the cleaned file is not only dependant of the name, but also the content.
|
||||
- The server should do its very best to delete files as soon as possible.
|
||||
|
||||
# Licenses
|
||||
|
||||
- mat2-web is under MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user