Results 3 comments of edhinard

> Looking at the system name and kernel revision it pretty much looks like your system has openssl 1.1.1 in `/usr/bin/openssl`, so > > `OSSL_SHORTCUT=true ./testssl.sh ` or (better) `testssl.sh...

Hi @terriko, as explained by @ffontaine, when working with product from others we don't have he SBOM. Tools that can estimate the SBOM are of great help to evaluate the...

Trying to reproduce with an openwrt container: 1. Fetch the image ```shell docker import http://downloads.openwrt.org/attitude_adjustment/12.09/x86/generic/openwrt-x86-generic-rootfs.tar.gz openwrt-x86-generic-rootfs ``` 2. List the CPE ```shell $ /opt/syft -q scan docker:openwrt-x86-generic-rootfs -o json= |...