Skip to content

Commit 2f2a865

Browse files
committed
introduce security policy in readme
1 parent b9e8995 commit 2f2a865

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Use our side bar or the **Command Palette** and type `Flow Scanner` to see the l
1818
* `Fix Flows` will apply available fixes automatically.
1919
* `Open Documentation` can be used to reference the documentation.
2020

21+
**Zero user data collected.** All analysis runs 100% client-side.
22+
→ See Data Handling in our [Security Policy](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx?tab=security-ov-file).
23+
2124
## Configuration
2225

2326
| Key | Description | Default Value |

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ 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, or health data is ever stored, transmitted, or shared. All analysis runs 100% client-side with no network calls to any external services.
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.
16+
17+
**Note:** We temporarily fetch 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.
1618

1719
## Dependencies
1820

0 commit comments

Comments
 (0)