Skip to content

Commit b56ee5f

Browse files
committed
docs: add a security policy
1 parent 52b6c85 commit b56ee5f

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

SECURITY.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Security Policy
2+
3+
**IMPORTANT: DO NOT DISCLOSE SECURITY-RELATED ISSUES PUBLICLY. [SEE REPORTING INSTRUCTIONS BELOW](#reporting-a-vulnerability).**
4+
5+
## Supported Versions
6+
7+
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.
8+
9+
## Reporting a Vulnerability
10+
11+
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.
12+
13+
## Public PGP Key
14+
15+
```
16+
-----BEGIN PGP PUBLIC KEY BLOCK-----
17+
18+
xjMEZudOqxYJKwYBBAHaRw8BAQdAEKuhqqGU+VetloukkRjlK4JUupLnbINM
19+
uvfqFoftpiPNL3NlY3VyaXR5QDEwMHRlcnJlcy5jb20gPHNlY3VyaXR5QDEw
20+
MHRlcnJlcy5jb20+wowEEBYKAD4FgmbnTqsECwkHCAmQB30aju9veiYDFQgK
21+
BBYAAgECGQECmwMCHgEWIQSRf0VkXiJAK6GWKsQHfRqO7296JgAArc4A/jCl
22+
HTZqKK5GygHUluqo7bWhG+ZYIOmK0x0n5ikL3MHFAP99PV/NGoF3Vc6cUYQL
23+
ZiNIXZOtUHBg49BxNpP//C1JAc44BGbnTqsSCisGAQQBl1UBBQEBB0AkKM+9
24+
v9mgf7WvaeIfxicgc32fqf4XHEjP/D9xG9wTWwMBCAfCeAQYFgoAKgWCZudO
25+
qwmQB30aju9veiYCmwwWIQSRf0VkXiJAK6GWKsQHfRqO7296JgAAoowBAOzz
26+
GPOPr8VVLxzOAzAf3Q5FgTzaRaJG2wQWAIp06Dg8AQC1NROyADwIvPXA60kH
27+
Il/++gLc+is8wCXLMOPq7RdsCw==
28+
=QF0l
29+
-----END PGP PUBLIC KEY BLOCK-----
30+
```

test/unit/health/src-file-name-convention.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const exceptions: string[] = [
1515
'CONTRIBUTING.md',
1616
'ISSUE_TEMPLATE.md',
1717
'README.md',
18+
'SECURITY.md',
1819
];
1920

2021
it('should have every prettier target following the file name convention', async () => {

0 commit comments

Comments
 (0)