You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESIGN.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,9 +206,10 @@ Permanent retention is deliberately not the default. It would eventually exhaust
206
206
207
207
### Public attachment URLs
208
208
209
-
- Each URL contains an identifier with at least 128 bits of cryptographic randomness.
209
+
- Each URL contains a UUID v4 identifier with 122 bits of cryptographic randomness.
210
210
- The service exposes no listing, search, or sequential identifier endpoint.
211
-
- The filename portion of the URL is cosmetic and is not used as the storage key.
211
+
- The filename portion is not used as the storage key, but it must exactly match the stored
212
+
attachment filename.
212
213
- Possession of the URL grants access to the file.
213
214
214
215
Opaque URLs are public capability URLs, not access control equivalent to a private GitHub repository. They are suitable for nonsensitive screenshots and build artifacts. Secrets, customer data, private source archives, and other confidential files must not be uploaded.
0 commit comments