@btc-vision/bitcoin 6.5.5 → 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.
- package/AUDIT/README.md +9 -0
- package/SECURITY.md +27 -0
- package/browser/chunks/{payments-yjA0Evsv.js → payments-B1wlSccx.js} +1 -1
- package/browser/chunks/{psbt-URK2hBFc.js → psbt-BCNk7JUx.js} +807 -791
- package/browser/index.js +4 -4
- package/build/pubkey.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -18
- package/src/pubkey.ts +3 -3
- package/vitest.config.integration.ts +9 -0
package/AUDIT/README.md
ADDED
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)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as v, d as g, f as ie, i as L, a as D } from "./psbt-
|
|
1
|
+
import { b as v, d as g, f as ie, i as L, a as D } from "./psbt-BCNk7JUx.js";
|
|
2
2
|
import { o as _, c as l, i as H, d as m, b as oe, e as fe, f as me } from "./script-DyPItFEl.js";
|
|
3
3
|
import { t as r, d as P, s as j, b as we, e as le, f as ye, i as be, T as $ } from "./utils-DNZi-T5W.js";
|
|
4
4
|
import { a as k, B as c, h as T, t as X, s as Y } from "./crypto-BhCpKpek.js";
|