From 480d7379449a4b1c684aef79721ad2d208d62596 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 8 Mar 2026 14:23:33 -0400 Subject: [PATCH 1/2] fix: update security contact email in SECURITY.md Signed-off-by: Dave Skender <8432125+DaveSkender@users.noreply.github.com> --- .github/codeql/config.yml | 8 -------- SECURITY.md | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .github/codeql/config.yml diff --git a/.github/codeql/config.yml b/.github/codeql/config.yml deleted file mode 100644 index f90540c..0000000 --- a/.github/codeql/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: org-codeql-config - -queries: - - uses: security-and-quality - -query-filters: - - exclude: - id: actions/unpinned-tag diff --git a/SECURITY.md b/SECURITY.md index f71ba7a..20b5369 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,4 +4,4 @@ All of our public non-archived repositories are supported with security updates. ## Reporting a vulnerability -To report a security vulnerability, please send it to [support@facioquo.com](mailto:support@facioquo.com). If a patch is not available, we may share that vulnerability through GitHub's reporting features; otherwise, we will communicate fixes in our release notes after they're remediated. +To report a security vulnerability, please send it to [security@facioquo.com](mailto:security@facioquo.com). If a patch is not available, we may share that vulnerability through GitHub's reporting features; otherwise, we will communicate fixes in our release notes after they're remediated. From 90a6d6088cd931515acd4289e9ba045ab23a87c2 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:37:28 -0400 Subject: [PATCH 2/2] fix: update contact links Signed-off-by: Dave Skender <8432125+DaveSkender@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 4 ++-- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index dedf085..98252a4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -59,8 +59,8 @@ representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at -[support@facioquo.com](mailto:support@facioquo.com). +reported to the community leaders responsible for enforcement on our +[contact page](https://forms.gle/cEtaHdF2tK3zSVLy8). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83f0eae..7a94394 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,4 +23,4 @@ If you want to contribute administratively, do code reviews, or provide general ## Contact info -Need help? Contact us at [support@facioquo.com](mailto:support@facioquo.com). +Need help? [Contact us](https://forms.gle/cEtaHdF2tK3zSVLy8) diff --git a/SECURITY.md b/SECURITY.md index 20b5369..9c3d3b0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,4 +4,4 @@ All of our public non-archived repositories are supported with security updates. ## Reporting a vulnerability -To report a security vulnerability, please send it to [security@facioquo.com](mailto:security@facioquo.com). If a patch is not available, we may share that vulnerability through GitHub's reporting features; otherwise, we will communicate fixes in our release notes after they're remediated. +To report a security vulnerability, please send [contact us](https://forms.gle/cEtaHdF2tK3zSVLy8). If a patch is not available, we may share that vulnerability through GitHub's reporting features; otherwise, we will communicate fixes in our release notes after they're remediated.