Robert

Results 31 issues of Robert

### Description New scancode-toolkit installations will fail to scan due to commoncode pulling an unsupported version of click: https://github.com/aboutcode-org/commoncode/issues/85 ### How To Reproduce ``` python -m venv ./venv .\venv\Scripts\activate pip...

bug

Attempting to build a Dockerfile inside a CI pipeline fails when it contains instructions such as: `RUN --mount=type=cache,target=/var/cache/apt,sharing=locked` The CI pipeline is running on rootless podman and thus buildah is...

stale-issue

**Describe the bug** The buttons for the permission assignments seem to be missing their icons and it is difficult to make out which one does what, unless you inspect them...

bug
enhancement
design needed

**Describe the bug** When resizing the browser window to a smaller width, DejaCode eventually collapses the top menu bar with into a hamburger menu. Unfortunately, the layout of it completely...

bug
enhancement
design needed

**Is your enhancement request related to a problem? Please describe.** Currently, when a product gets created only its creator has access to it, apart from superusers. The user that created...

enhancement
design needed

**Describe the bug** DejaCode v5.4.0 fails to map packages to their corresponding PurlDB entries, despite these entries in PurlDB existing and even having an exact match for the same PURL....

bug
enhancement
design needed

This modification allows to establish a secure connection to an external Redis instance in scenarios where PurlDB is not deployed via docker compose. The current defaults are kept for compatibility...

This is meant to address mapping issues from DejaCode because imported SBOMs for tools like cdxgen do not use SHA-1 anymore and as such DejaCode fails to find a match...

There is currently an issue with the scancode-toolkit dependency "normality" which now depends on pyicu. This means that it is currently not possible to build the container image for PurlDB....

**Describe the bug** Currently PurlDB does not use TLS when connecting to Redis and does not offer an option to enable it. This is an issue when attempting to deploy...