| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
If you discover a security vulnerability in bd, please report it responsibly:
Email: security@steveyegge.com (or open a private security advisory on GitHub)
Please include:
We will respond within 48 hours and work with you to address the issue.
bd stores issue data locally in a Dolt database (.beads/dolt/), which is gitignored.
Important:
Beads is local-first — the beads codebase itself contains no telemetry, analytics, or outbound network calls.
However, the Dolt database engine (a beads dependency) collects usage metrics by default, contacting doltremoteapi.dolthub.com even when no remotes are configured.
To disable Dolt metrics collection, use either method:
# Method 1: Dolt config (persistent)
dolt config --global --add metrics.disabled true
# Method 2: Environment variable (per-session or export in shell profile)
export DOLT_DISABLE_EVENT_FLUSH=1To verify, block doltremoteapi.dolthub.com in your firewall or DNS — beads continues working normally with no degradation.
bd uses parameterized SQL queries to prevent SQL injection. However:
bd has minimal dependencies:
All dependencies are regularly updated. Run go mod verify to check integrity.
We provide security updates for:
| Version | Supported |
|---|---|
| main | ✅ |
| < 1.0 | ❌ |
Once version 1.0 is released, we will support the latest major version and one previous major version.
For sensitive workflows, consider using bd only for non-sensitive task tracking.
Security updates will be announced via:
Subscribe to the repository for notifications.
| Back | FazBrowse Home | New Git URL |