San Mônico
San Mônico
On shells, the [exit code 1 means error](https://tldp.org/LDP/abs/html/exitcodes.html). However, if you run these commands below, they all exit the error code 1 ```shell python3 jwt_tool.py eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpbiI6InRpY2FycGkifQ.bsSwqj2c2uI9n7-ajmi3ixVGhPUiY7jO9SUn9dm15Po python3 jwt_tool.py --exploit n...
**What happened**: Grype is reporting vulnerabilities [`CVE-2023-32003`](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32003) and [`CVE-2023-32004`](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32004), which describe being found on new experimental process-based permission model in NodeJS v20, however Grype is reporting the issue also in...
Added new file type for other OCI builders such as [podman](https://podman.io) and [buildah](https://buildah.io) It has no need to add new syntax as the `Containerfile` and `Dockerfile` specs follow the same...