From fab2d4aebea6231f0729ebb78b37cd91d2a9c848 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 13 Sep 2024 09:06:12 -0700 Subject: [PATCH] [meta] create SECURITY.yml and FUNDING.yml --- .github/FUNDING.yml | 15 +++++++++++++++ .github/SECURITY.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/SECURITY.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..6dd5ede --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: ljharb +tidelift: npm/aria-query # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +thanks_dev: ljharb +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..82e4285 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,3 @@ +# Security + +Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.