Emilio López
Emilio López
This PR adds some new standalone harnesses that fuzz: * Alt-Svc parsing * Base64 encoding/decoding * DoH decoding * Date parsing * (un)escaping Some of the harness code includes (from...
We should have a single place to validate path resolution (e.g. is path X inside of allowed directory Y) Not blocking but we should extract this into utils so we...
Currently, when executing some tools via `subprocess.Popen`, the error message that shows up when the tool (e.g. npx) is not available is not very user friendly -- e.g. see crytic/slither#1103...
It would be great to have a way to configure an RPC URL and block number, to be able to use the RPC mode
`multi-abi` got renamed to `all-contracts` recently; we should add support for the new option.
set-output is being deprecated, we should replace its usage with the newer alternative https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This PR fixes the Dockerfile build, which broke after the Echidna container got updated, and adds an Actions workflow to build and push images in GitHub Container Registry. Thanks to...
pysha3 is deprecated and does not build correctly in Python 3.11. It should be replaced with a maintained alternative such as pycryptodome. Some call sites for pysha3 in the optik...
The action will now attempt to run `foundryup` multiple times in an attempt to make the installation more reliable. A new action parameter, `foundry-version`, is now available as well, so...