From 880926d5b30f57cb1ab642e3735e7fe874c54944 Mon Sep 17 00:00:00 2001 From: Gab Date: Sun, 15 Sep 2024 21:31:42 +0000 Subject: [PATCH] docs: add a security policy --- SECURITY.md | 30 +++++++++++++++++++ .../health/src-file-name-convention.spec.ts | 1 + 2 files changed, 31 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..c941b3fdb --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +**IMPORTANT: DO NOT DISCLOSE SECURITY-RELATED ISSUES PUBLICLY. [SEE REPORTING INSTRUCTIONS BELOW](#reporting-a-vulnerability).** + +## Supported Versions + +We support only the latest version of @hello-pangea/dnd. Please ensure you are using the most recent release to benefit from the latest security updates. + +## Reporting a Vulnerability + +If you discover a security vulnerability in @hello-pangea/dnd, we urge you to report it responsibly by sending an email to Gab at security@100terres.com. + +## Public PGP Key + +``` +-----BEGIN PGP PUBLIC KEY BLOCK----- + +xjMEZudOqxYJKwYBBAHaRw8BAQdAEKuhqqGU+VetloukkRjlK4JUupLnbINM +uvfqFoftpiPNL3NlY3VyaXR5QDEwMHRlcnJlcy5jb20gPHNlY3VyaXR5QDEw +MHRlcnJlcy5jb20+wowEEBYKAD4FgmbnTqsECwkHCAmQB30aju9veiYDFQgK +BBYAAgECGQECmwMCHgEWIQSRf0VkXiJAK6GWKsQHfRqO7296JgAArc4A/jCl +HTZqKK5GygHUluqo7bWhG+ZYIOmK0x0n5ikL3MHFAP99PV/NGoF3Vc6cUYQL +ZiNIXZOtUHBg49BxNpP//C1JAc44BGbnTqsSCisGAQQBl1UBBQEBB0AkKM+9 +v9mgf7WvaeIfxicgc32fqf4XHEjP/D9xG9wTWwMBCAfCeAQYFgoAKgWCZudO +qwmQB30aju9veiYCmwwWIQSRf0VkXiJAK6GWKsQHfRqO7296JgAAoowBAOzz +GPOPr8VVLxzOAzAf3Q5FgTzaRaJG2wQWAIp06Dg8AQC1NROyADwIvPXA60kH +Il/++gLc+is8wCXLMOPq7RdsCw== +=QF0l +-----END PGP PUBLIC KEY BLOCK----- +``` diff --git a/test/unit/health/src-file-name-convention.spec.ts b/test/unit/health/src-file-name-convention.spec.ts index 12332f589..88d7278b3 100644 --- a/test/unit/health/src-file-name-convention.spec.ts +++ b/test/unit/health/src-file-name-convention.spec.ts @@ -15,6 +15,7 @@ const exceptions: string[] = [ 'CONTRIBUTING.md', 'ISSUE_TEMPLATE.md', 'README.md', + 'SECURITY.md', ]; it('should have every prettier target following the file name convention', async () => {