Skip to content

Commit 410e50a

Browse files
committed
introduce security policy
1 parent 56a141d commit 410e50a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,16 @@ Customize the scan behavior using the following options:
4646

4747
-p, --files <C:\..\flow1.flow, C:\..\flow2.flow> provide a space-separated list of flow paths to scan.
4848

49-
-u, --targetusername <username> retrieve the latest metadata from the target before the scan.
50-
5149
-d, --directory <C:\..\force-app\main\default\flows> provide a directory to scan.
5250

5351
--json set output format as json.
5452

5553
--loglevel=(trace|debug|info|warn|error|fatal) [default: warn] logging level.
5654
```
5755

56+
**Privacy:** Zero user data collected. All processing is client-side.
57+
→ See Data Handling in our [Security Policy](https://github.com/Flow-Scanner/lightning-flow-scanner-cli?tab=security-ov-file).
58+
5859
## Configuration
5960

6061
Create a .flow-scanner.json file in order to configure:

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 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.
1618

1719
## Dependencies
1820

0 commit comments

Comments
 (0)