|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to BugFinder will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.1.0] - 2025-01-01 |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- Initial release of BugFinder |
| 13 | +- **CLI**: `bf scan`, `bf tui`, `bf report`, `bf config`, `bf list-agents`, `bf plugin` commands |
| 14 | +- **Auto-detection**: Automatic target type identification (website, API, APK, IP range, Docker, cloud) |
| 15 | +- **AI integration**: NVIDIA API for intelligent planning, explanation, and report generation |
| 16 | +- **Dual mode**: Beginner (guided + educational) and Expert (full control) modes |
| 17 | +- **Knowledge graph**: Asset relationship mapping using NetworkX |
| 18 | +- **Plugin system**: Extensible architecture for custom modules |
| 19 | +- **Textual TUI**: Rich terminal dashboard with real-time scan progress |
| 20 | +- **Multi-format reports**: Markdown, HTML, PDF, JSON, CSV export |
| 21 | +- **Scope enforcement**: Domain/IP allowlisting and rate limiting |
| 22 | +- **Assessment agents**: |
| 23 | + - Web application scanners |
| 24 | + - API testing |
| 25 | + - APK analysis |
| 26 | + - Cloud configuration review |
| 27 | + - Infrastructure/network scanning |
| 28 | + - Secret detection |
| 29 | + - Reconnaissance |
| 30 | +- **Database**: SQLAlchemy + Alembic with SQLite and Postgres support |
| 31 | +- **Docker support**: Pre-built container images |
0 commit comments