@dpuse/eslint-config-dpuse 1.0.92 → 1.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SECURITY.md +22 -0
- package/config.json +1 -1
- package/package.json +1 -1
package/SECURITY.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Supported Versions
|
|
4
|
+
|
|
5
|
+
Only the latest released version of this connector is actively maintained and receives security fixes.
|
|
6
|
+
|
|
7
|
+
## Reporting a Vulnerability
|
|
8
|
+
|
|
9
|
+
Please do not report security vulnerabilities through public GitHub issues.
|
|
10
|
+
|
|
11
|
+
Instead, use one of the following:
|
|
12
|
+
|
|
13
|
+
- [Report a vulnerability](https://github.com/dpuse/dpuse-connector-file-store-emulator/security/advisories/new) via GitHub private vulnerability reporting
|
|
14
|
+
- Email [terrell.jm@gmail.com](mailto:terrell.jm@gmail.com) with the subject line `[SECURITY] dpuse-connector-file-store-emulator`
|
|
15
|
+
|
|
16
|
+
Include:
|
|
17
|
+
|
|
18
|
+
- A description of the vulnerability and its potential impact
|
|
19
|
+
- Steps to reproduce or a proof-of-concept
|
|
20
|
+
- Any suggested remediation if known
|
|
21
|
+
|
|
22
|
+
You can expect an acknowledgement within **7 days** and a resolution or status update within **30 days**.
|
package/config.json
CHANGED