fix(sbom): mark v1.1 main as development#112
Merged
Merged
Conversation
Owner
Author
|
Post-CI diff review complete.
All required PR checks passed, the remote diff is limited to seven expected files, and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
1.1.0.dev0.Why
maincontains unreleased v1.1 identity and policy semantics, but package metadata and SARIF evidence still identified those builds as the published v1.0.0 release.How to validate
python -m pytestfromtools/sbom-diff-and-risk— 220 passed.python -m ruff check src/sbom_diff_risk/__init__.py tests/test_release_workflow.py— passed.python scripts/regenerate-example-artifacts.py --check— all checked examples current.python scripts/validate-reviewer-routes.pyfrom repository root — passed.python -m build tools/sbom-diff-and-risk --outdir tools/sbom-diff-and-risk/.tmp-version-drift-dist— produced1.1.0.dev0wheel and sdist.Risk / rollout notes
mainand generated SARIF identify themselves as1.1.0.dev0.49138f7to restore v1.0.0 metadata and SARIF evidence.ruff check .currently reports seven pre-existing issues outside this diff; the changed Python files pass Ruff.