Skip to content

Commit 51d2e6c

Browse files
committed
add security.md
1 parent 7dbfce2 commit 51d2e6c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

SECURITY.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# Security Policy for Lightning Flow Scanner
3+
4+
## Security Practices
5+
6+
- Code is open-source and peer-reviewed by the community.
7+
- Vulnerabilities can be reported privately via GitHub security features.
8+
- Changes to the repository are scanned and reviewed before merging.
9+
10+
## Reporting a Vulnerability
11+
12+
If you discover a security vulnerability, please report it using [GitHub vulnerability reporting](https://github.com/Flow-Scanner/lightning-flow-scanner-action/security).
13+
14+
## Data Handling
15+
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.
17+
18+
## Dependencies
19+
20+
We actively track and maintain an up-to-date inventory of all third-party dependencies to ensure security and compatibility. Our dependencies include:
21+
22+
| Package | License | Purpose |
23+
| ------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------- |
24+
| `@actions/core` | [MIT](https://github.com/actions/toolkit/blob/main/packages/core/LICENSE) | Toolkit for developing GitHub Actions |
25+
| `@actions/github` | [MIT](https://github.com/actions/toolkit/blob/main/packages/github/LICENSE) | Interact with the GitHub API in Actions |
26+
| `@vercel/ncc` | [MIT](https://github.com/vercel/ncc/blob/main/LICENSE) | Compile Node.js projects into a single file |
27+
| `lightning-flow-scanner-core` | [MIT](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/LICENSE.md) | Core library for scanning Salesforce flows |

0 commit comments

Comments
 (0)