From 56ee4d7001a162a7a526a10482c3007a7115539f Mon Sep 17 00:00:00 2001 From: unixsysadmin <36594929+unixsysadmin@users.noreply.github.com> Date: Wed, 20 Feb 2019 21:35:17 +0000 Subject: [PATCH] Fix typo - "do note use guessable names" Fix typo - "do note use guessable names" to "do not use guessable names" --- docs/TEMPORARY_DIRECTORIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TEMPORARY_DIRECTORIES.md b/docs/TEMPORARY_DIRECTORIES.md index 6d67a1bc975..0ea88f8fc60 100644 --- a/docs/TEMPORARY_DIRECTORIES.md +++ b/docs/TEMPORARY_DIRECTORIES.md @@ -30,7 +30,7 @@ directory directly translate into a 🚨 Denial-of-Service (DoS) 🚨 vulnerabil or worse: if some software creates a file or directory `/tmp/foo` then any other software that wants to create the same file or directory `/tmp/foo` either will fail (as the file already exists) or might be tricked into using -untrusted files. Hence: do note use guessable names in `/tmp/` or `/var/tmp/` — +untrusted files. Hence: do not use guessable names in `/tmp/` or `/var/tmp/` — if you do you open yourself up to a local DoS exploit or worse. (You can get away with using guessable names, if you pre-create subdirectories below `/tmp/` for them, like X11 does with `/tmp/.X11-unix/` through `tmpfiles.d/` -- 2.47.3