File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments