AWS quick documentation change
Summary
Added note about anonymous viewer access restrictions in public apps for shared/private storage
Security assessment
The change adds a security consideration about data access controls for public apps, but doesn't indicate resolution of a specific vulnerability.
Diff
diff --git a/quick/latest/userguide/working-with-data-apps.md b/quick/latest/userguide/working-with-data-apps.md index ffc91b2d1..f8eae4ca8 100644 --- a//quick/latest/userguide/working-with-data-apps.md +++ b//quick/latest/userguide/working-with-data-apps.md @@ -54,0 +55,4 @@ Each app has completely separate storage. Data persists across user sessions and +###### Note + +In public apps, anonymous viewers can read from and write to shared storage but cannot access private storage. Design your data model accordingly if you plan to publish your app publicly. +