vbr-cts
vbr-cts
Hi. Just throwing some input into the discussion. We're using the Sigma spec internally, but not the tooling. Our analysts have expressed the need for arithmetic comparison operators. We've implemented...
Just found #87 which solves this. Do we have an idea of a timeline before this gets released ?
Having the same issue with the `redis` gem. Syft (0.56.0) defines the following cpes in the sbom: ``` "cpes": [ "cpe:2.3:a:ruby-lang:redis:4.8.0:*:*:*:*:*:*:*", "cpe:2.3:a:ruby_lang:redis:4.8.0:*:*:*:*:*:*:*", "cpe:2.3:a:redis:redis:4.8.0:*:*:*:*:*:*:*", "cpe:2.3:a:ruby:redis:4.8.0:*:*:*:*:*:*:*", "cpe:2.3:a:*:redis:4.8.0:*:*:*:*:*:*:*" ], ``` Grype then flags...
Hi. I've been working on this, as suggested, through an external package. I've encountered two issues so far: Issue 1: in DCE-RPC response `dce_rpc_response` is called before `dce_rpc_response_stub`. This means...