Skip to content

Harden public asset verification - #18

Merged
ael-dev3 merged 1 commit into
mainfrom
codex/asset-verifier-hardening
Jul 22, 2026
Merged

Harden public asset verification#18
ael-dev3 merged 1 commit into
mainfrom
codex/asset-verifier-hardening

Conversation

@ael-dev3

Copy link
Copy Markdown
Owner

Summary

  • harden release verification against unsafe paths, special files, filesystem races, bounded-resource violations, and malformed archives
  • make manifest trust explicit and require checksum sidecars
  • add a private vulnerability-reporting policy plus exact-SHA-pinned Verify and CodeQL workflows
  • expand regression coverage for filesystem, archive, checksum, and compressed-asset boundaries

Verification

  • 32 Python tests pass with resource warnings treated as errors
  • all 15 committed release manifests validate against the 21 published attachments
  • deterministic title manifest rebuild matches the committed bytes
  • current tree and full repository history pass redacted Gitleaks scans
  • independent focused review found no remaining actionable issues

This changes repository verification and review controls only. It does not change, replace, or republish any release asset and does not touch the live Warpkeep application or database.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@ael-dev3
ael-dev3 marked this pull request as ready for review July 22, 2026 13:20
@ael-dev3
ael-dev3 merged commit e40d169 into main Jul 22, 2026
3 checks passed
@ael-dev3
ael-dev3 deleted the codex/asset-verifier-hardening branch July 22, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants