@btc-vision/bitcoin 6.5.4 → 6.5.6

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.
@@ -0,0 +1,9 @@
1
+ # Security Audit
2
+
3
+ ## Audit Reports
4
+
5
+ This directory contains the final audit reports.
6
+
7
+ ## Reporting Security Issues
8
+
9
+ For reporting security vulnerabilities, please see our [Security Policy](../SECURITY.md).
package/SECURITY.md ADDED
@@ -0,0 +1,27 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ | Version | Status |
6
+ |---------|--------------------|
7
+ | 6.x | Supported |
8
+ | < 6.0 | Not supported |
9
+
10
+ ## Reporting a Vulnerability
11
+
12
+ **DO NOT** open a public GitHub issue for security vulnerabilities.
13
+
14
+ Report vulnerabilities through [GitHub Security Advisories](https://github.com/btc-vision/bitcoin/security/advisories/new).
15
+
16
+ Include:
17
+ - Description of the vulnerability
18
+ - Affected version(s)
19
+ - Steps to reproduce
20
+ - Potential impact
21
+ - Suggested fix (if any)
22
+
23
+ ## Contact
24
+
25
+ - **Security Issues**: [GitHub Security Advisories](https://github.com/btc-vision/bitcoin/security/advisories)
26
+ - **General Issues**: [GitHub Issues](https://github.com/btc-vision/bitcoin/issues)
27
+ - **Website**: [opnet.org](https://opnet.org)