Skip to content

Commit 099ac9d

Browse files
authored
Update security notes regarding data handling
Clarified note about metadata usage and added information on manual saving of scan results.
1 parent 09a242d commit 099ac9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ If you discover a security vulnerability, please report it using [GitHub vulnera
1414

1515
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.
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)