|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project 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 | +## [1.0.0] - 2026-03-04 |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- **Agent OS Kernel** (`agent-os-kernel`) — Policy-as-code enforcement engine with |
| 13 | + syscall-style interception, OWASP ASI 2026 compliance, and Microsoft Agent Framework |
| 14 | + (MAF) native middleware adapter. |
| 15 | +- **AgentMesh** (`agentmesh`) — Zero-trust inter-agent identity mesh with SPIFFE-based |
| 16 | + identity, DID-linked credentials, Microsoft Entra Agent ID adapter, and AI-BOM v2.0 |
| 17 | + supply-chain provenance. |
| 18 | +- **Agent Hypervisor** (`agent-hypervisor`) — Runtime sandboxing with capability-based |
| 19 | + isolation, resource quotas, and Docker/Firecracker execution environments. |
| 20 | +- **Agent SRE** (`agent-sre`) — Observability toolkit with chaos-engineering probes, |
| 21 | + canary deployment framework, and automated incident response. |
| 22 | +- **Agent Compliance** (`ai-agent-compliance`) — Unified compliance installer mapping |
| 23 | + OWASP ASI 2026 (10/10), NIST AI RMF, EU AI Act, and CSA Agentic Trust Framework. |
| 24 | +- Mono-repo CI/CD: lint (ruff) × 5 packages, test matrix (3 Python versions × 4 packages), |
| 25 | + security scanning (safety), CodeQL SAST (Python + JavaScript). |
| 26 | +- Dependabot configuration for 8 ecosystems. |
| 27 | +- OpenSSF Best Practices badge and Scorecard integration. |
| 28 | +- Comprehensive governance proposal documents for standards bodies (OWASP, CoSAI, LF AI & Data). |
| 29 | + |
| 30 | +### Security |
| 31 | + |
| 32 | +- **CVE-2025-27520** — Bumped `python-multipart` to ≥0.0.20 (arbitrary file write). |
| 33 | +- **CVE-2024-53981** — Bumped `python-multipart` to ≥0.0.20 (DoS via malformed boundary). |
| 34 | +- **CVE-2024-47874** — Bumped `python-multipart` to ≥0.0.20 (Content-Type ReDoS). |
| 35 | +- **CVE-2024-5206** — Bumped `scikit-learn` to ≥1.6.1 (sensitive data leakage). |
| 36 | +- **CVE-2023-36464** — Replaced deprecated `PyPDF2` with `pypdf` ≥4.0.0 (infinite loop). |
| 37 | +- Removed exception details from HTTP error responses (CWE-209). |
| 38 | +- Redacted PII (patient IDs, SSNs) from example log output (CWE-532). |
| 39 | +- Fixed ReDoS patterns in policy library regex (CWE-1333). |
| 40 | +- Fixed incomplete URL validation in Chrome extension (CWE-20). |
| 41 | +- Pinned all GitHub Actions by SHA hash. |
| 42 | +- Pinned all Docker base images by SHA256 digest. |
| 43 | +- Removed `gradle-wrapper.jar` binary artifact. |
| 44 | + |
| 45 | +[1.0.0]: https://github.com/microsoft/agent-governance-toolkit/releases/tag/v1.0.0 |
0 commit comments