Skip to content

Codex Security 0.1.26

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 19:46
· 19 commits to main since this release
Immutable release. Only release title and notes can be modified.
2536d10

Highlights

  • Classify finding severity with custom rubrics and supporting context through
    the CLI and SDK. Saved assessments can be reused for Linear publication
    without changing the original findings or sealed scan artifacts. See
    severity classification.
  • Match repeated findings across scan history, preserving confirmed identities
    and related-finding relationships. Automatic matching restores batching, and
    confirmed-finding lookups are faster.
  • Open draft GitLab merge requests for verified patches with the existing
    --create-pr option, including self-hosted GitLab. See
    patch publication.
  • Report component scan progress in headless runs and exclude replayed usage
    events with identical timestamps from scan budgets.
  • Preserve analytics settings in finding workflows and allow 120 seconds for
    the bundled plugin's MCP server to start.
  • Require an explicit request before invoking the security fix verification
    skill during other work.

Upgrade notes

  • GitLab patch publication requires an installed and authenticated glab CLI.
    For self-hosted GitLab, configure the host as described in the patch
    publication documentation above.
  • Severity classification is opt-in. Without a rubric, it inherits the
    finding's existing severity without a model call.
  • With --max-cost, automatic history matching makes at most one extra model
    call. If matching needs more context, the completed scan is retained and a
    warning directs you to run scans match --all explicitly.

The categorized list below contains the individual changes.

What's Changed

Features

  • feat: classify finding severity with custom rubrics by @kmbroai in #791
  • feat: match repeated findings across scan history by @mldangelo-oai in #575
  • feat(cli): create GitLab merge requests for verified patches by @kmbroai in #814
  • feat(plugin): add Daybreak access advisory by @soyeon-oai in #826

Fixes

Other changes

New Contributors

Full Changelog: npm-v0.1.25...npm-v0.1.26