From 1701d1a68685613ddb67eab3d2627cf60d277f49 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 22 May 2026 17:40:55 -0700 Subject: [PATCH 1/2] chore: delete duplicate security issue templates --- .github/ISSUE_TEMPLATE/config.yml | 5 ----- .github/ISSUE_TEMPLATE/security.md | 14 -------------- 2 files changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/security.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ed838244..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: Security vulnerability - url: https://github.com/connectbot/cbssh/security/advisories/new - about: Please report vulnerabilities privately. diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md deleted file mode 100644 index ef314988..00000000 --- a/.github/ISSUE_TEMPLATE/security.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Security report -about: Report a vulnerability or sensitive security issue. -title: "Security: " -labels: security ---- - -Please do not open a public issue for vulnerabilities or sensitive security reports. - -Use GitHub's private vulnerability reporting for this repository: - -https://github.com/connectbot/cbssh/security/advisories/new - -Contact the maintainers privately if private reporting is unavailable. From cfef846151ca9419c65d8e0c0bef11a5d412a6fc Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 22 May 2026 17:43:03 -0700 Subject: [PATCH 2/2] chore: add note to release issue templates --- .github/ISSUE_TEMPLATE/release-branch.yml | 2 +- .github/ISSUE_TEMPLATE/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-branch.yml b/.github/ISSUE_TEMPLATE/release-branch.yml index d6be6dec..a7f8b2e7 100644 --- a/.github/ISSUE_TEMPLATE/release-branch.yml +++ b/.github/ISSUE_TEMPLATE/release-branch.yml @@ -1,4 +1,4 @@ -name: Release branch +name: (Maintainers only) Release branch description: Create a maintenance release branch. title: "Create release branch " labels: [] diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index 53ba39d8..c5b5fb8c 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -1,4 +1,4 @@ -name: Release +name: (Maintainers only) Release description: Prepare and publish a library release. title: "Release " labels: []