dejacode
dejacode copied to clipboard
Automate open source license compliance and ensure software supply chain integrity
**Describe the bug** `docker compose up` fails with the following error when I run it on my local machine: ``` error while creating mount source path '/var/www/html': mkdir /var/www: read-only...
Objective: Provide access to the original details of data imported to DejaCode. DejaCode currently supports multiple options to import data into a Product, including: * Import data from Scan *...
From https://github.com/nexB/dejacode/issues/3#issuecomment-1866902832 > Now, about the "Check for new Package versions", I don't think the current implementation works that well in the context of the pagination. I'm not sure how...
Derived from: - https://github.com/nexB/scancode.io/issues/1066
Sometimes, a package will not have a download_url. This is going to be a common case when importing SBOM. We should guess/infer download_url optionally, as well as other information to...
**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...
Benefit: Optimize dataflow from ScanCode scan results. Solution: Create a script to load scan results into a DejaCode Product and trigger scanning of all packages. Notes: There are related issues...
Open the DejaCode /admin/docs/models/ page (select "Models documentation" from the Shortcuts) and click on any of the items in the TOC list on the left; no response. You can scroll...
**Problem** The SBOM community has identified multiple types of SBOM: Software Bill of Materials (SBOM) -- the default of course Software-as-a-Service Bill of Materials (SaaSBOM) Hardware Bill of Materials (HBOM)...
The implementation needs a bit a refactoring to be re-usable in other places listing vulnerabilities. Also, QuerySet optimization is required.