cam0200

Results 3 comments of cam0200

@ibihim it looks like CVE-2023-45142 reappeared in v0.17.1 as the `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` version in go.mod decreased from 0.44.0 to 0.35.1 [v0.17.0 with fixed version](https://github.com/brancz/kube-rbac-proxy/blob/v0.17.0/go.mod#L73) [v0.17.1 downgraded to 0.35.1](https://github.com/brancz/kube-rbac-proxy/blob/v0.17.1/go.mod#L73)

Looks like similar issue was reported here: https://github.com/volatilityfoundation/volatility3/issues/1754

This is an example of attempting to output to a file, which results in the same issue ``` (venv) PS C:\tools\volatility3> python .\vol.py -f C:\\memdump.dmp windows.filescan.FileScan >> C:\\test-out.tsv Traceback (most...