What's Changed
- fix: timing attack mitigation (06ac376)
- feat: update architecture and overall improvements (7d0d19b)
- chore: cleanup docs (6f93031)
- chore: update deadlinks in docs (381f2b9)
- fix: fixed security issues (3fad066)
- fix: add permissions for security (22b37ca)
- fix: go version in coverage job in build.yml (0e053ba)
- fix: error checks by golangci-lint (68a55ed)
- fix: upgrade Go version in CI/CD (1f910a8)
- ci: downgrade Go version requirement from 1.24 to 1.22 (3d8d977)
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 1.1.0 (6a8ac77)
- fix: update docs workflow to use GitHub Pages Actions (7e70d88)
- Fix all golangci-lint errcheck violations (3721865)
- fix: resolve all golangci-lint errors (a6f93b1)
- chore(deps): bump actions/setup-go from 5 to 6 (c781bee)
- chore(deps): bump codecov/codecov-action from 4 to 5 (2bcc6b1)
- fix: refactor tests in CI/CD (877356e)
- chore(workflow): remove unrecognized flag in CI/CD (21bc802)
- chore: fix CI/CD workflows and documentation build errors (4afc8ac)
- fix: build error (16d1980)
- chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 (bfeeda4)
- security: update golang.org/x/crypto and x/net to fix vulnerabilities (9882af6)
- chore(deps): bump golang.org/x/net from 0.17.0 to 0.38.0 (14b15ee)
- chore(deps): bump golangci/golangci-lint-action from 4 to 9 (9b191e2)
- chore(deps): bump actions/setup-python from 5 to 6 (66a1bad)
- chore(deps): bump github/codeql-action from 3 to 4 (221c77e)
Installation
# Linux/macOS
curl -L https://github.com/Zayan-Mohamed/orb/releases/download/v1.0.1/orb-$(uname -s | tr "[:upper:]" "[:lower:]")-$(uname -m) -o orb
chmod +x orb
sudo mv orb /usr/local/bin/Checksums
Verify your download with the provided files:
sha256sum -c orb-linux-amd64.sha256