Skip to content

Commit

Permalink
docs: add a security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Sep 15, 2024
1 parent 52b6c85 commit 880926d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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 [email protected].

## 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-----
```
1 change: 1 addition & 0 deletions test/unit/health/src-file-name-convention.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 880926d

Please sign in to comment.