differ icon indicating copy to clipboard operation
differ copied to clipboard

Detecting Inconsistencies in Feature or Function Evaluations of Requirements

Results 16 differ issues
Sort by recently updated
recently updated
newest added

We might be able to sanitize the outputs and remove any differ-created directories, but this might be easier said than done. ![Screenshot 2023-06-23 at 11 32 10 AM](https://github.com/trailofbits/differ/assets/816362/fec166cd-5093-4eba-8171-3afb4d112e94)

When we are ready to open source and release DIFFER, we'll want to add several CI checks for production code, including: **`pip-audit`** ```yaml # update .github/workflows/ci.yml pip-audit: runs-on: ubuntu-22.04 steps:...

component:CI/CD :robot:
size: small

Add support for the `tcpdump` sample.

Some samples will require running as `root` via sudo, such as `tcpdump` (#69) when capturing network traffic. Right now, `sudo pipenv` does not work because the venv is stored in...

In practice, we could run debloated binaries within a Docker container. If GT is already creating Dockerfiles for hosting the debloating tools, we could piggyback off of those to run...

blocked :x:
epic

Some samples and traces will only work properly when the binary being run is connected to a TTY or PTY terminal. For example, the expected failure cases for `bzip2` requires...