Closed madpah closed 3 years ago
@madpah what did you do with the cyclonedx-python-lib
that improved finding libraries that are installed? All jake
did was query the actual python runtime, iirc. Mostly curious because I saw your comment!
@madpah what did you do with the
cyclonedx-python-lib
that improved finding libraries that are installed? Alljake
did was query the actual python runtime, iirc. Mostly curious because I saw your comment!
cyclonedx-python-lib
by default reads installed packaged from the current Python environment. The library also supports:
requirements.txt
poetry.lock
More coming soon :-)
This PR aims to migrate
jake
to use two new public libraries:The reasons for this are:
cyclonedx-python-lib
library (jake was stuck on an incomplete implementation of v1.1 in XML only, and thecyclonedx-python-lib
arguably has better detection of Python packages installed in your environment)jake
)This PR also addresses the following issues:
60
cc @bhamail / @DarthHater