André Breuer
André Breuer
Thanks very much @rand0mbits. This indeed gets the tool to run. However, there are a few changes that are required to get it running which also includes downgrading the OS...
@gilsdav When running the following ```bash podman run --rm -v /run/user/$UID/podman/podman.sock:/var/run/docker.sock -v $(pwd):/src/horusec gilsdav/horusec-cli:latest horusec start -p /src/horusec -o json -O /src/horusec/horusec.json -P $(pwd) ``` I'm getting the following result:...
I can reproduce the same issue with an SBOM generated by [sbom-tool](https://github.com/microsoft/sbom-tool). This uses [package url](https://github.com/package-url/purl-spec) format. An example of one entry in the packages section of the SBOM generated...
@oliverchang Thanks for the information. I can confirm that in my case the reason was the filename. Changing the filename to `*.spdx.json` resolved the issue.
Hey, thanks for the response @adityasaky. Unfortunately when running the same in two different and clean copies of the demo repo the same occurs. For the Python version everything works...
Thanks very much @adityasaky! That explains the behavior. And when explicitly allowing the `*.link` files, the verification does work as expected.
Thanks a lot @sosthene-nitrokey Is there already an estimate on when this feature will be available in the stable release?
Is there any update on this? I am having the same issue across different devices. I tested * iPhone (different generations) * LineageOS (Fairphone 3) * Other Android phones The...
@robin-nitrokey Thanks for the explanation. When taking your example of generating an OTP at 12:00:29, what would be the problem then of immediately hiding it again due to expiration of...
Are there any updates or plans on this issue? I am facing the same and were wondering whether there is any progress or if it's already usable and just needs...