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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Security Vulnerability
url: mailto:security@dakera.ai
about: Please report security vulnerabilities via email, not GitHub Issues.
url: https://github.com/dakera-ai/dakera-cli/security/advisories/new
about: Please report security vulnerabilities via GitHub Security Advisories, not GitHub Issues.
- name: Dakera Documentation
url: https://dakera.ai/docs
about: Check the docs before opening an issue.
Expand Down
6 changes: 3 additions & 3 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ If you discover a security vulnerability in this project, please report it respo

### How to Report

Email: security@dakera.ai
Please report security vulnerabilities via [GitHub Security Advisories](https://github.com/dakera-ai/dakera-cli/security/advisories/new).

Please include:
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
Expand All @@ -28,4 +28,4 @@ We actively maintain the latest release. Security patches are applied to the mos

## Scope

This policy applies to vulnerabilities in this repository's code. For the hosted Dakera service, please use the same reporting channel above.
This policy applies to vulnerabilities in this repository's code. For the hosted Dakera service, please use [GitHub Security Advisories](https://github.com/dakera-ai/dakera-cli/security/advisories/new) as well.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Have a feature idea? Use the [Feature Request](https://github.com/Dakera-AI/dake

## Security Vulnerabilities

**Do not open public issues for security vulnerabilities.** See [SECURITY.md](.github/SECURITY.md) for responsible disclosure instructions — email security@dakera.ai.
**Do not open public issues for security vulnerabilities.** See [SECURITY.md](.github/SECURITY.md) for responsible disclosure instructions — report via [GitHub Security Advisories](https://github.com/dakera-ai/dakera-cli/security/advisories/new).

## License

Expand Down
Loading