audit-labs/audit-tools

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

main: CHANGELOG.md · raw

 1# Changelog
 2
 3All notable changes to this project are documented here. The format is based on
 4[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres
 5to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 6
 7## [1.0.0] - 2026-08-07
 8
 9First tagged release. Prior work was untagged; this marks the collection as stable
10and gives engagements an exact revision to pin to.
11
12### Added
13
14- Interactive terminal UI (`audit_tui.py`) that runs audits against GitHub,
15  GitLab, and AWS — pick a platform, enter connection details, choose checks, and
16  watch live progress.
17- Evidence collectors and security-posture checks for GitHub (branch protection
18  and rulesets, audit log), GitLab, and AWS (account, network, logging, password
19  policy, S3).
20- Database access collectors (MySQL, Postgres, MongoDB) and OS-level checks.
21- Reproducible audit sampling CLI plus a standalone HTML sampling tool.
22- Dependency extras (`analysis`, `dashboards`, `aws`, `collectors`, `mongo`,
23  `tui`, `all`, `dev`) so a locked-down auditing laptop installs only what a
24  procedure needs.
25- CodeQL and Ruff CI.
26
27[1.0.0]: https://github.com/audit-labs/audit-tools/releases/tag/v1.0.0