Skip to content

build(deps): bump cyclonedx-bom from 7.3.0 to 7.3.1 - #71

Closed
dependabot[bot] wants to merge 3 commits into
fix/atheris-interpreter-lockfrom
dependabot/pip/cyclonedx-bom-7.3.1
Closed

build(deps): bump cyclonedx-bom from 7.3.0 to 7.3.1#71
dependabot[bot] wants to merge 3 commits into
fix/atheris-interpreter-lockfrom
dependabot/pip/cyclonedx-bom-7.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Upgrade cyclonedx-bom from 7.3.0 to 7.3.1, regenerate the hash-locked security closure, and keep the repository security-metadata contract synchronized. This head also incorporates the current PR #96 security boundary without weakening its transport, response-trust, fuzz, or coverage controls.

Exact identity and scope

Exact-head acceptance evidence

Local verification on the exact tree:

  • Focused security-metadata tests: 8 passed
  • Full suite: 566 passed
  • Owned production coverage: 3,667 statements and 934 branches, 100%
  • Public docstrings: 100%
  • Hash-locked security environment: installed successfully
  • pip-audit: no known vulnerabilities
  • CycloneDX 1.6 SBOM: 70 components

Hosted verification checked out the exact contributor head:

  • Tests run 31552972197, job 93979419376: success; 566 passed; 100% statement/branch coverage and 100% public docstrings
  • Security run 31552972213: CodeQL job 93979419398 succeeded; supply-chain job 93979419448 succeeded with no known vulnerabilities
  • SBOM artifact 9124944004: sha256:17e8f6f5117a258d4c6cbe3353588ba4291e8848bc9eb40c5b6f9b2f26dec95b
  • Fuzz run 31552972208: Hypothesis job 93979419552 passed; Atheris job 93979419668 completed all four targets without crash artifacts

Merge governance

Keep this PR Draft until PR #96 is accepted and protected. Historical reviews, predecessor-head checks, synthetic-merge results, author approval, and prior OpenCode findings do not transfer to this head. After the prerequisite integrates, refresh only if ancestry requires it, regenerate exact-head evidence, obtain an eligible independent non-author approval, and merge only through protected branch policy.

Bumps [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/CycloneDX/cyclonedx-python/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md)
- [Commits](CycloneDX/cyclonedx-python@v7.3.0...v7.3.1)

---
updated-dependencies:
- dependency-name: cyclonedx-bom
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 26, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner July 26, 2026 19:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 26, 2026

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.

Findings

1. HIGH Current-head GitHub Checks - Fix failed required checks before approval

  • Problem: Failed same-head checks remain for 9709900954b84de2b341e7324c47a3ec199e4e6d.
  • Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
  • Fix: Read and fix the failed check logs below, then rerun the current-head checks.
  • Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.

Failed checks:

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (3 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (3 files)"]
  R1 --> V1["required checks"]
Loading

@opencode-agent

opencode-agent Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 2f4ec9fed753927d1ebc83638db68683736e6fad
  • Workflow run: 30888054372
  • Workflow attempt: 1
  • Gate result: REQUEST_CHANGES (approval step)

Pull request overview

OpenCode cannot approve yet because required coverage evidence did not pass.

Review outcome

1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence

  • Problem: The required coverage-evidence job result was failure, so OpenCode cannot establish approval sufficiency for this head.

  • Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.

  • Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports success with required evidence or explicit no-source not-applicable evidence.

  • Regression test: Keep the approval branch checking needs.coverage-evidence.result == success before posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present.

  • Result: REQUEST_CHANGES

  • Reason: coverage-evidence result was failure, so required test/docstring evidence was not proven for current head 2f4ec9fed753927d1ebc83638db68683736e6fad.

  • Head SHA: 2f4ec9fed753927d1ebc83638db68683736e6fad

  • Workflow run: 30888054372

  • Workflow attempt: 1

Coverage evidence

Coverage evidence job did not run or did not publish coverage evidence.

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (3 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (3 files)"]
  R1 --> V1["required checks"]
  Evidence --> S2["Test: test_repository_security_metadata.py"]
  S2 --> I2["regression suite"]
  I2 --> R2["Review risk: Test: test_repository_security_metadata.py"]
  R2 --> V2["targeted test run"]
Loading

@seonghobae
seonghobae enabled auto-merge (squash) August 4, 2026 00:15
@opencode-agent
opencode-agent Bot disabled auto-merge August 4, 2026 01:19
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 8 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a6a10ceb-c33b-479d-93f7-2b3176d6523c

📥 Commits

Reviewing files that changed from the base of the PR and between 6841b71 and 2f4ec9f.

📒 Files selected for processing (4)
  • requirements-security-ci.in
  • requirements-security-ci.txt
  • requirements-security-tools.txt
  • tests/test_repository_security_metadata.py

Comment @coderabbitai help to get the list of available commands.

@seonghobae
seonghobae enabled auto-merge (squash) August 4, 2026 03:36

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the exact Dependabot head. The CycloneDX input pin, generated hash closure, dependency extras, and repository metadata assertion are synchronized; the broader lock diff is generated dependency metadata rather than unrelated source behavior. Tests, Fuzz, Security, and Security Scan pass. The remaining Semgrep failure is the pre-existing base finding set addressed by PR #76, so auto-merge must still wait for a rebased green head.

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode cannot approve yet because required coverage evidence did not pass.

Review outcome

1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove required test/docstring evidence

  • Problem: The required coverage-evidence job result was failure, so OpenCode cannot establish approval sufficiency for this head.

  • Root cause: Automated approval is only valid when the same-head coverage-evidence job proves supported repository test suites passed and configured docstring gates passed or were advisory, or reports not applicable because no supported source files or package manifests exist. Missing, failed, skipped, unavailable, or unsupported-tooling test evidence is a blocker.

  • Fix: Install or configure the repository test/docstring evidence tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports success with required evidence or explicit no-source not-applicable evidence.

  • Regression test: Keep the approval branch checking needs.coverage-evidence.result == success before posting APPROVE, and publish REQUEST_CHANGES when coverage-evidence blocker states such as cancelled, skipped, failed, unsupported-tooling, or below-100 evidence are present.

  • Result: REQUEST_CHANGES

  • Reason: coverage-evidence result was failure, so required test/docstring evidence was not proven for current head 2f4ec9fed753927d1ebc83638db68683736e6fad.

  • Head SHA: 2f4ec9fed753927d1ebc83638db68683736e6fad

  • Workflow run: 30888054372

  • Workflow attempt: 1

Coverage evidence

Coverage evidence job did not run or did not publish coverage evidence.

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Changed file (3 files)"]
  S1 --> I1["repository behavior"]
  I1 --> R1["Review risk: Changed file (3 files)"]
  R1 --> V1["required checks"]
  Evidence --> S2["Test: test_repository_security_metadata.py"]
  S2 --> I2["regression suite"]
  I2 --> R2["Review risk: Test: test_repository_security_metadata.py"]
  R2 --> V2["targeted test run"]
Loading

@opencode-agent
opencode-agent Bot disabled auto-merge August 4, 2026 10:20
@seonghobae
seonghobae changed the base branch from main to fix/atheris-interpreter-lock August 5, 2026 02:21

Copy link
Copy Markdown
Contributor

@dependabot rebase

Rebase onto the integrated security/Atheris prerequisite base fix/atheris-interpreter-lock (cfd42f309ea39a189635ff8ba573c5d3b0e332ba). Treat all earlier checks and approvals as stale; rerun exact-head validation and require a fresh independent approval before merge.

@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@seonghobae
seonghobae marked this pull request as draft August 5, 2026 05:08

Copy link
Copy Markdown
Contributor

@opencode-agent @cwl-noema-review

Review exact current contributor head 1c058275259daad1cbcce96683b0e44137d99a38 against exact live base 3703d0da9823b8258a0be94f1801aa5d61bfad9f. All repository-local Tests, Security, and Fuzz workflows are terminal-success on this exact head. Treat predecessor-head reviews, approvals, requested changes, and checks as historical. Report only current-head actionable findings; model evidence is not qualifying independent approval.

@seonghobae

Copy link
Copy Markdown
Contributor

Closed by autonomous commercial loop: draft dependency/tooling PR with CHANGES_REQUESTED or stack base risk. Prefer Dependabot re-open against current main after #111#114 land, rather than carrying long-lived draft dep branches. (build(deps): bump cyclonedx-bom from 7.3.0 to 7.3.1)

@seonghobae seonghobae closed this Aug 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/cyclonedx-bom-7.3.1 branch August 12, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant