Skip to content

Commit 10ecbdd

Browse files
committed
docs: additional note on xss details
1 parent 5bf56c7 commit 10ecbdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/pages/announcements/firebase-storage-2024.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,14 @@ Yes. <u>Some of the latest core deliverables</u> implemented for ACAP in its [2.
148148

149149
This table shows the overall security criteria ensured and accounted for by ACAP's best practices in its recommended [security guidelines](/security).
150150

151+
<Callout type="error">
152+
The reduced enforcement of **Cross-Site Scripting (XSS) protection** particularly affects the <u>WYSIWYG-form Crop Recommendations</u>, leading to a reproducible security vulnerability. A [detailed description](https://github.com/amia-cis/acap-v2/issues/34) is available in the parent **acap-v2** GitHub issues list, with a video demonstration available upon request.
153+
</Callout>
154+
151155
| Criteria | Purpose | ACAP [1.0](/changelog/#version-1-acap-10) | ACAP [2.0](/changelog/#version-2-acap-20) |
152156
| --- | --- | :---: | :---: |
153157
| User authentication | Authorized, allowed, and predictable operations access to resources |||
154-
| Cross-Site Scripting (XSS) Protection | <u>Predictable billing</u>, reliable/authentic website information, <u>user information confidentiality</u>, predictable data manipulation / SMS sending, protection for <u>unvalidated writes that allow tampering with stored data</u>, impacting system reliability, protection for <u>injecting malicious scripts</u> that <u>steal user info</u> or <u>redirect users to phishing sites</u> (and protection for other uncontrolled scenarios that stem from XSS) |||
158+
| **Cross-Site Scripting (XSS) Protection** | <u>Predictable billing</u>, reliable/authentic website information, <u>user information confidentiality</u>, predictable data manipulation / SMS sending, protection for <u>unvalidated writes that allow tampering with stored data</u>, impacting system reliability, protection for <u>injecting malicious scripts</u> that <u>steal user info</u> or <u>redirect users to phishing sites</u> (and protection for other uncontrolled scenarios that stem from XSS) |||
155159
| Cloud storage protection | Authorized, allowed, and predictable operations access to storage, <u>predictable billing</u> |||
156160
| Database integrity | Accuracy, consistency, and <u>reliability</u> of data stored in a database and presented to users |||
157161
| Database protection | Authorized, allowed, and predictable operations access to the (Firestore) database, <u>predictable billing</u> |||

0 commit comments

Comments
 (0)