Skip to content

Commit ed2fd4a

Browse files
tbitcsoz-agent
andcommitted
docs: add CHANGELOG entry for v0.11.5
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 58a4d83 commit ed2fd4a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.5] - 2026-05-20
9+
10+
### Fixed
11+
12+
- **Security:** CodeQL `py/path-injection` false positives in `governance_logic.py` — dismissed 6
13+
alerts with documented justification. The only variable path component is the validated project
14+
root (`_safe_resolve`: null-byte check, traversal rejection, `os.path.realpath`); all file names
15+
appended (`.specsmith/requirements.json`, `.specsmith/testcases.json`) are hardcoded literals.
16+
- **CI — ruff format:** stray blank line in `governance_logic.py` after `_safe_resolve` caused
17+
`ruff format --check` to fail on the release workflow.
18+
- **CI — MkDocs strict:** four broken relative links in `docs/site/agents.md` (→ `../REQUIREMENTS.md`,
19+
`../../src/…`) and `docs/site/commands.md` (→ `../docs/codity-setup.md`) rejected by
20+
`mkdocs build --strict`; links replaced with plain-text references.
21+
- **release.yml:** add `rtd-publish` job that triggers ReadTheDocs `stable` + `latest` builds
22+
after every PyPI publish; previously only `dev-release.yml` triggered RTD.
23+
24+
### Changed
25+
26+
- GitHub repository topics updated to 20 current capability-focused tags.
27+
- GitHub repository About description updated to reflect AEE toolkit scope.
28+
829
## [0.11.4] - 2026-05-19
930

1031
### Added

0 commit comments

Comments
 (0)