@syntropysoft/syntropyfront 0.4.3 → 0.4.5
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/CODE_OF_CONDUCT.md +46 -0
- package/CONTRIBUTING.md +73 -0
- package/NOTICE +2 -0
- package/README.md +178 -467
- package/SECURITY.md +25 -0
- package/dist/index.cjs +1563 -1356
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -4
- package/dist/index.js +1563 -1356
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +5 -2
package/SECURITY.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Supported Versions
|
|
4
|
+
|
|
5
|
+
Only the latest version of SyntropyFront is supported for security updates.
|
|
6
|
+
|
|
7
|
+
| Version | Supported |
|
|
8
|
+
| ------- | ------------------ |
|
|
9
|
+
| >= 0.4.x| :white_check_mark: |
|
|
10
|
+
| < 0.4.0 | :x: |
|
|
11
|
+
|
|
12
|
+
## Reporting a Vulnerability
|
|
13
|
+
|
|
14
|
+
We take the security of SyntropyFront seriously. If you believe you have found a security vulnerability, please report it to us as soon as possible.
|
|
15
|
+
|
|
16
|
+
**Please do not report security vulnerabilities through public GitHub issues.**
|
|
17
|
+
|
|
18
|
+
Instead, please report vulnerabilities by emailing Gabriel Alejandro Gomez at gabriel70@gmail.com.
|
|
19
|
+
|
|
20
|
+
When reporting a vulnerability, please include:
|
|
21
|
+
- A clear description of the vulnerability.
|
|
22
|
+
- Steps to reproduce the issue.
|
|
23
|
+
- Potential impact.
|
|
24
|
+
|
|
25
|
+
We will acknowledge your report within 48 hours and provide a timeline for addressing the issue. We appreciate your efforts to keep the project and its users secure.
|