From 9c67c5d90f14c8325fbf1158a3070175c9f35b90 Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Fri, 9 May 2025 13:54:13 -0300 Subject: [PATCH] Remove SECURITY.md Our open source projects include a SECURITY.md file with instructions about supported versions and how to report a vulnerability. While this is an open source project, it's not a runnable app, but a collection of documents. Recently, as a Markdown linting workflow was added to this project, it started competing with another workflow that keeps SECURITY.md up-to-date on how this file should be formatted. This commit removes both SECURITY.md and the `update-security` GitHub Actions workflow. --- .github/workflows/dynamic-security.yml | 19 ------------------- SECURITY.md | 19 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 .github/workflows/dynamic-security.yml delete mode 100644 SECURITY.md diff --git a/.github/workflows/dynamic-security.yml b/.github/workflows/dynamic-security.yml deleted file mode 100644 index 26a424dc..00000000 --- a/.github/workflows/dynamic-security.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: update-security - -on: - push: - paths: - - SECURITY.md - branches: - - main - workflow_dispatch: - -jobs: - update-security: - permissions: - contents: write - pull-requests: write - pages: write - uses: thoughtbot/templates/.github/workflows/dynamic-security.yaml@main - secrets: - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 82dbb4ce..00000000 --- a/SECURITY.md +++ /dev/null @@ -1,19 +0,0 @@ - -# Security Policy - -## Supported Versions - -Only the the latest version of this project is supported at a given time. If -you find a security issue with an older version, please try updating to the -latest version first. - -If for some reason you can't update to the latest version, please let us know -your reasons so that we can have a better understanding of your situation. - -## Reporting a Vulnerability - -For security inquiries or vulnerability reports, visit -. - -If you have any suggestions to improve this policy, visit . -