From 60c6afa1d22950ce02d1d987d55e0239138870b6 Mon Sep 17 00:00:00 2001 From: Dakera Ops Date: Sun, 17 May 2026 10:41:27 +0000 Subject: [PATCH] fix: replace non-existing security@dakera.ai with GitHub Security Advisories The security@dakera.ai email does not exist (DAK-5062). Replace all references with GitHub Security Advisories links per founder directive. Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/SECURITY.md | 6 +++--- CONTRIBUTING.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2be368d..a4c354a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 1cf8a95..a4ca898 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -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 @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1540598..0a120ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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