AWS quick documentation change
Summary
Clarified temporary directory access exceptions in file access troubleshooting guide
Security assessment
Documents security-relevant exception to file access controls by listing system temp directories that bypass explicit grants. Highlights potential unintended access vectors but doesn't fix a specific vulnerability.
Diff
diff --git a/quick/latest/userguide/desktop-troubleshooting.md b/quick/latest/userguide/desktop-troubleshooting.md index bf3a1d428..bbe5fc38a 100644 --- a//quick/latest/userguide/desktop-troubleshooting.md +++ b//quick/latest/userguide/desktop-troubleshooting.md @@ -151 +151 @@ If Quick can't find a file you reference in chat, verify the following. - 1. The file's parent folder is added in **Settings** > **My computer** > **Local folders**. Quick can only access files in folders you explicitly grant access to. + 1. The file's parent folder is added in **Settings** > **My computer** > **Local folders**. Quick can only access files in folders you explicitly grant access to, with the exception of system temporary directories, which are always accessible. On Windows, these are `C:\TEMP`, `C:\TMP`, `\TEMP`, and `\TMP`. On macOS and Linux, these are `/tmp`, `/var/tmp`, and `/usr/tmp`.