Cyclonedx-editor-validator

Latest version: v0.13.0

Safety actively analyzes 622838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.13.0

🚀 Features
* feat: add support for new tools object format from CycloneDX 1.5 by mmarseu in https://github.com/Festo-se/cyclonedx-editor-validator/pull/143

🧰 Maintenance
* chore: add notice that merge-vex will be removed in a future version by italvi in https://github.com/Festo-se/cyclonedx-editor-validator/pull/163
* chore: bump typing-extensions from 4.10.0 to 4.11.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/149
* chore: bump black from 24.3.0 to 24.4.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/159
* chore: bump idna from 3.6 to 3.7 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/158


**Full Changelog**: https://github.com/Festo-se/cyclonedx-editor-validator/compare/v0.12.0...v0.13.0

0.12.1

🧰 Maintenance
* chore: bump typing-extensions from 4.10.0 to 4.11.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/149
* chore: bump black from 24.3.0 to 24.4.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/159
* chore: bump idna from 3.6 to 3.7 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/158


**Full Changelog**: https://github.com/Festo-se/cyclonedx-editor-validator/compare/v0.12.0...v0.12.1

0.12.0

🚀 Features
* refactor: move filename generation and validation to own files by mmarseu in https://github.com/Festo-se/cyclonedx-editor-validator/pull/108

🧰 Maintenance
* chore: bump mypy from 1.8.0 to 1.9.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/135
* chore: bump bandit from 1.7.7 to 1.7.8 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/136
* chore: bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/134
* chore: bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/141
* chore: bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/140
* chore: bump types-python-dateutil from 2.8.19.20240106 to 2.9.0.20240316 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/139
* chore: bump types-jsonschema from 4.21.0.20240118 to 4.21.0.20240311 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/138
* chore: bump pre-commit from 3.6.2 to 3.7.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/145
* chore: bump types-jsonschema from 4.21.0.20240311 to 4.21.0.20240331 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/147


**Full Changelog**: https://github.com/Festo-se/cyclonedx-editor-validator/compare/v0.11.0...v0.12.0

0.11.2

🧰 Maintenance
* chore: bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/141
* chore: bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/140
* chore: bump types-python-dateutil from 2.8.19.20240106 to 2.9.0.20240316 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/139
* chore: bump types-jsonschema from 4.21.0.20240118 to 4.21.0.20240311 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/138


**Full Changelog**: https://github.com/Festo-se/cyclonedx-editor-validator/compare/v0.11.1...v0.11.2

0.11.1

🧰 Maintenance
* chore: bump mypy from 1.8.0 to 1.9.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/135
* chore: bump bandit from 1.7.7 to 1.7.8 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/136
* chore: bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/134


**Full Changelog**: https://github.com/Festo-se/cyclonedx-editor-validator/compare/v0.11.0...v0.11.1

0.11.0

🚀 Features

amend-command
* feat: add delete license unknown to amend by CBeck-96 in https://github.com/Festo-se/cyclonedx-editor-validator/pull/119
* feat: add copyright from supplier through amend command by CBeck-96 in https://github.com/Festo-se/cyclonedx-editor-validator/pull/120

🐛 Bugfixes
* fix: include supplier inferred in metadata component by CBeck-96 in https://github.com/Festo-se/cyclonedx-editor-validator/pull/116
* fix: catch wrong validation caused by empty supplier/copyright by CBeck-96 in https://github.com/Festo-se/cyclonedx-editor-validator/pull/117
* fix: adjust amend to update of supplier name and url by CBeck-96 in https://github.com/Festo-se/cyclonedx-editor-validator/pull/118

🧰 Maintenance
* chore: bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/122
* Introduce pre-commit by mmarseu in https://github.com/Festo-se/cyclonedx-editor-validator/pull/115
* chore: bump black from 24.1.1 to 24.2.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/123
* chore: bump actions/checkout from v3 to v4 by italvi in https://github.com/Festo-se/cyclonedx-editor-validator/pull/124
* chore: bump pre-commit from 3.6.0 to 3.6.2 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/125
* chore: bump version of ssh-agent from v0.5.1 to v0.8.0 by italvi in https://github.com/Festo-se/cyclonedx-editor-validator/pull/129
* chore: bump coverage from 7.4.1 to 7.4.3 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/128
* chore: bump typing-extensions from 4.9.0 to 4.10.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/126
* chore: bump pytest from 8.0.1 to 8.0.2 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/127
* chore: bump pytest from 8.0.2 to 8.1.0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/131
* chore: bump python-dateutil from 2.8.2 to 2.9.0.post0 by dependabot in https://github.com/Festo-se/cyclonedx-editor-validator/pull/132


New Contributors
* mmarseu made their first contribution in https://github.com/Festo-se/cyclonedx-editor-validator/pull/115

**Full Changelog**: https://github.com/Festo-se/cyclonedx-editor-validator/compare/v0.10.0...v0.11.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.