Releases: BintangDiLangit/bastion
Releases · BintangDiLangit/bastion
Release list
v0.1.0
Changelog
New scanner rules and features
- 8ea29fb: feat(fix): agent-native suggested fixes +
bastion fixfor the safe subset (BintangDiLangit supercellbanned1@gmail.com) - e54a969: feat(release): GoReleaser pipeline for binaries, Homebrew, ghcr.io, deb/rpm/apk (BintangDiLangit supercellbanned1@gmail.com)
- d222b22: feat(report): white-label branding — firm logo + brand color (BintangDiLangit supercellbanned1@gmail.com)
- 9ba7d09: feat(rules): add SSRF, path traversal, insecure-random, weak-crypto, TLS rules (BintangDiLangit supercellbanned1@gmail.com)
- 4aa6f70: feat: harden Bastion and add MCP scan deltas (BintangDiLangit supercellbanned1@gmail.com)
- c1d5dcd: feat: professional pentest reports + multi-app engagements (BintangDiLangit supercellbanned1@gmail.com)
Refactors
- 2b2246a: refactor: delete unreachable half of the codebase and fix what remained (BintangDiLangit supercellbanned1@gmail.com)
- 5b63eb9: refactor: rename module to github.com/BintangDiLangit/bastion (BintangDiLangit supercellbanned1@gmail.com)
Other
- d0add6c: ADVANCED FEATURES (BintangDiLangit supercellbanned1@gmail.com)
- 6980801: Merge #3: rename, release pipeline, suggested fixes, security-review skill (Bintang Miftaqul Huda 56743346+BintangDiLangit@users.noreply.github.com)
- 105f148: [phase 1] project foundation & setup (BintangDiLangit supercellbanned1@gmail.com)
- 3e0f605: [phase 2] (BintangDiLangit supercellbanned1@gmail.com)
- 6aa24d7: [phase 3] ADK AGENT INTEGRATION (BintangDiLangit supercellbanned1@gmail.com)
- 4370050: [phase 4] SCAN ORCHESTRATION (BintangDiLangit supercellbanned1@gmail.com)
- cd854bc: [phase 5] REPORTING & OUTPUT (BintangDiLangit supercellbanned1@gmail.com)
- 613b3ad: [phase 6] API Development Plan (BintangDiLangit supercellbanned1@gmail.com)
- 96f9f48: [phase 7] Testing (BintangDiLangit supercellbanned1@gmail.com)
- 7b16c74: [phase 8] Deployment (BintangDiLangit supercellbanned1@gmail.com)
- c1f9b9c: [phase 9] Documentation (BintangDiLangit supercellbanned1@gmail.com)
- 7cd3792: docs(skill): add the security-review agent skill and a Fix section to the README (BintangDiLangit supercellbanned1@gmail.com)
Install
Homebrew (macOS / Linux)
brew install --cask BintangDiLangit/tap/bastionDocker
docker run --rm -v "$PWD:/src" ghcr.io/bintangdilangit/bastion:0.1.0Debian / Ubuntu
curl -fsSLO https://github.com/BintangDiLangit/bastion/releases/download/v0.1.0/bastion_0.1.0_linux_amd64.deb
sudo dpkg -i bastion_0.1.0_linux_amd64.debGo
go install github.com/BintangDiLangit/bastion/cmd/bastion@v0.1.0