Skip to content

Commit cdb3834

Browse files
committed
implement security policy
1 parent 0e97ac0 commit cdb3834

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
@@ -47,6 +47,9 @@ Also ensure the following:
4747
- Workflows have read and write permissions in the repository.
4848
- Allow GitHub Actions to create and approve pull requests.
4949

50+
**Privacy:** Zero user data collected. All processing is client-side.
51+
→ See Data Handling in our [Security Policy](https://github.com/Flow-Scanner/lightning-flow-scanner-vsx?tab=security-ov-file).
52+
5053
### Run On Pull Requests
5154

5255
`on:pull_request` will trigger Flow Scanner to scan changed flow files every time a pull request is opened.

SECURITY.md

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

1414
## Data Handling
1515

16-
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.
16+
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.
17+
18+
**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.
1719

1820
## Dependencies
1921

0 commit comments

Comments
 (0)