Skip to content

chore(deps): bump demo_data pins to clear Dependabot alerts#69

Merged
lab700xdev merged 1 commit into
mainfrom
chore/bump-demo-data-pins
Jul 13, 2026
Merged

chore(deps): bump demo_data pins to clear Dependabot alerts#69
lab700xdev merged 1 commit into
mainfrom
chore/bump-demo-data-pins

Conversation

@lab700xdev

Copy link
Copy Markdown
Contributor

Summary

Bumps the pinned versions in demo_data/requirements.txt — the demo/scan fixture file that aisbom scan ./demo_data parses. These dependencies are never installed by the project, but the old pins keep Dependabot alerts open on the default branch:

Why bump fixture pins at all

Dependabot alerts follow the auto-detected dependency graph and can't exclude fixture paths, so stale pins here generate a new alert for every future CVE against these packages. Current versions keep the demo identical in behavior (the scanner demos dependency extraction, not CVE matching) while eliminating the recurring alert noise on a public security-tool repo.

Verification

Ran aisbom scan ./demo_data locally — the generated SBOM picks up torch 2.13.0 and transformers 5.13.1, and the mock-malware CRITICAL detection (exit code 2) still works as expected.

Not addressed here

Alerts #32/#34 claim the same packages exist in poetry.lock — they never have (verified across full git history). Those are dependency-graph mis-attributions and will be dismissed as inaccurate separately.

🤖 Generated with Claude Code

transformers 5.2.0 -> 5.13.1 (CVE-2026-4372 / GHSA-29pf-2h5f-8g72, RCE, patched in 5.3.0)
torch 2.12.0 -> 2.13.0 (CVE-2025-3000 / GHSA-rrmf-rvhw-rf47, vulnerable range <= 2.12.0)

These pins are demo/scan fixtures only and are never installed by the
project, but keeping them current avoids open Dependabot alerts.
@lab700xdev
lab700xdev merged commit 6467511 into main Jul 13, 2026
2 checks passed
@lab700xdev
lab700xdev deleted the chore/bump-demo-data-pins branch July 13, 2026 00:48
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.

1 participant