CycloneDX / cyclonedx-python-lib

Python implementation of OWASP CycloneDX
https://cyclonedx.org/
Apache License 2.0
70 stars 40 forks source link

docs: remove invalid docsting note about auto-assigned `bom-ref` values #733

Closed jkowalleck closed 3 weeks ago

jkowalleck commented 3 weeks ago

the auto-assigning UUITv4 was removed in a breaking change in v6.0.0 .

  • Object model.bom_ref.BomRef's property value defaults to Null, was arbitrary UUID ([#504] via [#505])

this fix aligns the docs.

codacy-production[bot] commented 3 weeks ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 543768e4b44c58026ba0da9cc3cb366a57727c28[^1] :white_check_mark: (target: 80.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (543768e4b44c58026ba0da9cc3cb366a57727c28) | Report Missing | Report Missing | Report Missing | | | Head commit (ffd1870861d79f02e8bfd83f0210946ea8a7a992) | 4875 | 4559 | 93.52% | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#733) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.