-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: rewrite CLI and parsers (#610)
- BC: removed support for python < 3.8 - BC: removed deprecated shell script `cyclonedx-bom` - BC: removed conda support. However, conda's Python environments are fully supported. - BC: removed public API. You may use the CLI instead. - complete redesign of the CLI: - uses sub-commands for easy accessibility - Easy understandable flags, switches and options -- in accordance with the domain - Updated help pages, including examples - Complete rewrite from scratch - Dozens of new features and fixes - New environment analyzer supports any Python (virtual) environment - Poetry analyzer support groups, filtering and such - Pipenv analyzer support categories, filtering and such - More details in the SBOM results - PackageURLs may have more qualifiers - component properties according to - <https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/python.md> - <https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/pipenv.md> - <https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/poetry.md> - SBOM results may be validated - SBOM results may have dependency graph populated - SBOM results may have root-component populated - Fixed possible issues with input data encoding - May omit dev-dependencies or domain-specific groups/categories - Support CycloneDX 1.5 --------- Signed-off-by: Jan Kowalleck <[email protected]>
- Loading branch information
1 parent
f280511
commit ebb12ba
Showing
875 changed files
with
139,528 additions
and
4,848 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://pipenv.pypa.io/en/latest/configuration.html | ||
export PIPENV_IGNORE_VIRTUALENVS=1 | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.