genosdb 0.36.2 → 0.36.3

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -127,6 +127,7 @@ GenosDB is closed source by design; what it does cryptographically is not. [CRYP
127
127
 
128
128
  - **Guarantees and their status** — [SECURITY.md](https://github.com/estebanrfp/gdb/blob/main/SECURITY.md) lists every guarantee, each pinned by a conformance test run in real browsers over real WebRTC, and how to report a vulnerability.
129
129
  - **Independent review** — security researchers, auditors and organizations evaluating GenosDB are invited to review the specification against the bundle. Published audit reports are listed in [docs/audits](https://github.com/estebanrfp/gdb/blob/main/docs/audits/index.md), with date, reviewer and scope. To coordinate a review, see [Business Inquiries & Collaboration](#business-inquiries--collaboration).
130
+ - **Audit toolkit** — [genosdb-audit](https://github.com/estebanrfp/genosdb-audit) is open source (MIT): passive provenance checks against the official CDN release and review of Zero Trust evidence. Pull requests are welcome from anyone.
130
131
 
131
132
  ---
132
133
 
@@ -235,6 +236,7 @@ We value community contributions and welcome your help in improving GenosDB! Cur
235
236
 
236
237
  - 📝 Improving our documentation.
237
238
  - 💡 Submitting usage examples and tutorials.
239
+ - 🔍 Extending the open-source audit toolkit, [genosdb-audit](https://github.com/estebanrfp/genosdb-audit).
238
240
  - 🐞 Reporting bugs or suggesting new features.
239
241
 
240
242
  Please read our [Contribution Guidelines](https://github.com/estebanrfp/gdb/blob/main/CONTRIBUTING.md) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genosdb",
3
- "version": "0.36.2",
3
+ "version": "0.36.3",
4
4
  "description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",