Robin Meindersma

Results 3 issues of Robin Meindersma

in commit fb697e1 the following behavior was introduced: ```python # etherscan/utils/parsing.py assert status, f"{result} -- {message}" ``` to replace the UserWarning behavior: ```python #etherscan/utils/parsing.py warnings.warn(f"{result} -- {message}") ``` This has...

**Do you want to request a *feature* or report a *bug*?** Bug: Private Key is readable by everyone. **What is the current behavior?** When the docker image is restarted, the...

bug
fixed

As `TLS 1.0` is still supported, the Document Server will be vulnerable to the [Beast Attack](https://blog.qualys.com/ssllabs/2013/09/10/is-beast-still-a-threat). Is there a reason for the choice to keep TLS 1.0 enabled, can there...

confirmed-bug