Skip to content

v0.55.4

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 16:41
· 24 commits to main since this release
d579970

Security

  • Git dependency hardening: upgrade the runtime GitPython floor and frozen
    graph from 3.1.58 to 3.1.61, closing CVE-2026-78675 through CVE-2026-78678
    while avoiding the follow-on security and compatibility regressions in 3.1.59
    and 3.1.60.
  • Frozen security tooling: upgrade Semgrep to 1.175.0 and MCP to 1.29.0,
    remove the superseded MCP vulnerability exception, and enforce both reviewed
    security floors before synchronization.
  • Release workflow isolation: disable persistent Python and Requirements
    Code Review caches, make the compatibility fixture schedule-only, and verify
    its immutable commit and tree before exporting its path.
  • Review dependency boundaries: authenticate the isolated Code Review lock
    against its source input and restrict its Pylint license exception to that
    exact environment.
  • Requirements proof authority: re-execute the base-authenticated proof plan
    on the fresh consumer and reconcile only consumer-generated JUnit.

Fixed

  • Fail closed on incomplete OpenSpec archive moves, failed Git enumeration,
    repository-shadowed pytest imports, malformed bootstrap authority bytes, and
    dash-prefixed documentation paths.