Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/SECURITY-INSIGHTS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ChainForge Security Insights

contact:
email: security@chainforge.app
disclosure: https://github.com/ChainForgee/ChainForge/security/advisories/new

policy:
url: https://github.com/ChainForgee/ChainForge/blob/main/SECURITY.md

supported_versions:
- version: latest
status: supported
- version: "1.0"
status: unsupported

languages:
- rust
- typescript
- python
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ For component-specific contribution guidelines, refer to the README in each `app

---

## Security

To report a vulnerability, email [security@chainforge.app](mailto:security@chainforge.app) or use [GitHub's private vulnerability reporting](https://github.com/ChainForgee/ChainForge/security/advisories/new). Please do not open public issues for security reports. See [SECURITY.md](SECURITY.md) for details.

---

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ChainForge handles sensitive humanitarian aid data and recipient PII. We take se

### How to Report

1. **Email**: Send a detailed report to [security@chainforge.app](mailto:security@chainforge.app).
1. **Email**: Send a detailed report to the maintainers at security@chainforge.app.
2. **GitHub Private Disclosure**: Use [GitHub's private vulnerability reporting](https://github.com/ChainForgee/ChainForge/security/advisories/new) feature.

Expand Down
Loading