Skip to content

Commit e71689e

Browse files
authored
Update data handling section in SECURITY.md
Clarified language regarding data handling and user control over scan results.
1 parent 1b468c4 commit e71689e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SECURITY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ If you discover a security vulnerability, please report it using [GitHub vulnera
1212

1313
## Data Handling
1414

15-
This project collects zero user data. No credentials, PII, payment info, health data, or user content is ever stored, transmitted, or shared. All analysis runs 100% client-side with no network calls to external services.
15+
This tool collects zero user data. No credentials, PII, payment info, health data, or user content is ever stored, transmitted, or shared. All analysis runs 100% client-side with no network calls to external services.
1616

17-
**Note:** We temporarily use metadata (e.g., Flow metadata, timestamps) in-memory only for real-time functionality during your session. This data is never stored, logged, or transmitted and is discarded immediately when the session ends.
17+
We temporarily use metadata (e.g., Flow metadata, timestamps) in-memory only for real-time functionality during your session. This data is never stored, logged, or transmitted and is discarded immediately when the session ends.
18+
19+
**Note:** You may manually save scan results (e.g., reports, CSV, JSON) to your local filesystem. These files are created at your request and remain **under your full control. The tool does not access, upload, or retain them.
1820

1921
## Dependencies
2022

0 commit comments

Comments
 (0)