Max Fisher
Max Fisher
Currently only the last 4k bytes are logged as part of strace results during dynamic analysis, but ideally we want to have a full log of console output, both stdout...
It seems like in some cases we have a race condition in our packet capture, which is causing noise/imprecision in logging of DNS requests.
Currently, the parser tries to filter out identifier references and only report declarations. In particular, identifiers are parsed from variable, function, method and class declarations (and more), and this is...
Currently, we are collecting pcap data, but we are not saving it anywhere. It may need to be saved to a separate bucket, similar to file writes
We can use `scripts/run_analysis.sh` to run CI for each supported kind of analysis on push. However, the trick is to be able to use a locally built image. This might...
As a way to test automated detections for future tools, we should create and upload packages to each ecosystem's repository that will trigger the detections based on known rules such...
There are multiple different ways to run the project 1. From the command line 2. Using docker-compose 3. In production, using the scheduler It would be nice to have a...
Currently when specifying a local package archive to analyse, the version of the package is just taken from the command line, and the actual version of the package is not...