Robert
Robert
**Is your enhancement request related to a problem? Please describe.** DejaCode allows to load packages associated with a product from an SBOM. A modern SBOM that fulfills requirements such as...
**Describe the bug** On a self-hosted instance of DejaCode, it appears that the current main branch of DejaCode does not scan individual packages after loading the SBOM. This feature seems...
**Is your enhancement request related to a problem? Please describe.** It can happen that a software is both released as a standalone product A and simultaeously as part of a...
**Is your enhancement request related to a problem? Please describe.** The SBOM import allows to trigger as scan of all contained packages. If a valid URL can be determined for...
**Is your feature request related to a problem? Please describe.** The Tuweni project appears to be abandoned, with the [Apache Incubator repository being archived](https://github.com/apache/incubator-tuweni). [A fork by the original author...
The pull request https://github.com/aboutcode-org/purldb/pull/600 allows to use the `api/collect/index_packages/` API endpoint for pypi packages. I have encountered an error while doing so, which seems to indicate that some data is...
**Describe the bug** Working with DejaCode in a build of https://github.com/aboutcode-org/dejacode/commit/925d4045897da9d7b3de98b8ff3eda3c75b6833d I noticed that several Python package where not being assigned download URLs when using "Improve Package from PurlDB". The...
**Is your enhancement request related to a problem? Please describe.** Currently DejaCode has trouble getting all necessary information for scanning package that have been imported from SBOMs. Most often not...
**Is your enhancement request related to a problem? Please describe.** Currently ScanCode.io already provides information in its scan results, if it finds them, such as: - `homepage_url` - `bug_tracking_url` -...
**Describe the bug** When DejaCode is tasked with analyzing an SBOM it roughly performs two steps: 1. Create a `load_sbom` pipeline in ScanCode.io and import the packages into the inventory...