Skip to content
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,4 +719,6 @@ Weval uses [Plausible Analytics](https://plausible.io) for privacy-first, cookie

## Bug Reports & Feedback

Found a bug? Please [open an issue](https://github.com/weval-org/app/issues/new/choose) using our bug report template. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on what to include.
Found a bug? Please [open an issue](https://github.com/weval-org/app/issues/new/choose) using our bug report template. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on what to include.

Found a security issue? Report it privately following [SECURITY.md](SECURITY.md).
38 changes: 38 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Security

Weval handles API keys, session secrets, user-supplied blueprints, and calls
to external model providers. If you believe you have found a security
vulnerability, please report it privately instead of opening a public issue.

## Reporting

Email `nnojibe@gmail.com` with the subject `[Weval security]`, or use GitHub
Private Vulnerability Reporting on this repository when it is enabled.

Please include:

- A description of the issue and its impact
- Steps to reproduce, including the exact environment when possible
- Any relevant versions or commit SHAs

Do not include live secrets, API keys, session tokens, or personal data in the
report.

## Scope

- Application authentication and session handling
- Secret and key handling
- Blueprint execution and user-supplied input
- Storage and cloud provider configuration
- Dependencies with known vulnerabilities

## Response expectations

- Acknowledgment within 3 business days
- Triage and impact assessment within 7 business days
- Regular status updates until the issue is resolved or intentionally accepted

## Supported versions

Security fixes are targeted at the current `main` branch and the latest
release. Older releases are not guaranteed to receive backports.