We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently ityfuzz produces logs like:
INFO fetching abi from https://api.bscscan.com/api?module=contract&action=getabi&address=0x84...&format=json&apikey=C7...
This is potential security issue e.g.:
Users generally don't expect keys in logs. It should be e.g. replaced with ***secret***.
***secret***
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently ityfuzz produces logs like:
This is potential security issue e.g.:
Users generally don't expect keys in logs. It should be e.g. replaced with
***secret***
.The text was updated successfully, but these errors were encountered: