engn33r
engn33r
I recently compiled a very large list of Java Deserialization CVEs (which are located at this repo https://github.com/PalindromeLabs/Java-Deserialization-CVEs) and I thought you might be interested in incorporating the list or...
### Describe the issue: The list of configuration file options is incomplete ### Code example to reproduce the issue: The config file options in the wiki are here: https://github.com/crytic/slither/wiki/Usage#configuration-file The...
Sphinx has a way to [test code snippets in documentation](https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html). This would be a good CI test to add to make sure all the examples in the documentation are still...
Hello websocket users! :wave: After taking over of maintainer of this project in January 2021, some good progress has been made, including: - Reduced the 200+ open issues down to...
To continue the discussion from PR #309, the transition from TravisCI to GitHub Actions wasn't able to get the Makefile tests or Docker integration tests running properly. This could be...
1. Fix `run_forever` docstrings to include proxy_type, reconnect kwargs 2. Edit README to clarify the need for a `reconnect` value and include this value in the long-lived connection example. Further...
**🧐 Motivation** ERC1155 receiver functions `onERC1155Received()` and `onERC1155BatchReceived()` are declared with calldata args in some places and memory args in other places. I would expect consistency across this library, unless...
### Environment information - OS: Ubuntu Linux - Python Version: 3.10.12 - `ape` and plugin versions: ```sh $ ape --version 0.6.26 $ ape plugins list Installed Plugins foundry 0.6.18 hardhat...
Consider migrating to the more secure scure-bip39 dependency: https://www.npmjs.com/package/@scure/bip39 scure-bip39 has fewer dependencies than bip39 and is audited. For comparison, metamask uses scure-bip39 not bip39.
While fixing mypy errors, the following inconsistencies in function return values were found: - `handleDisconnect()` in _app.py is missing a return statement - `extract_error_code()` in _utils.py is missing a return...