Skip to content
New issue

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

RPC URL Leak in error message #1529

Closed
praetoriansentry opened this issue Dec 2, 2024 · 0 comments · Fixed by #1533
Closed

RPC URL Leak in error message #1529

praetoriansentry opened this issue Dec 2, 2024 · 0 comments · Fixed by #1533
Assignees
Labels
bug Something isn't working

Comments

@praetoriansentry
Copy link

It looks like one of the calls in polycli monitor ends up requiring a call to the L1 RPC. It's probably a call to get the gas price or something like that. But it looks like if the L1 RPC fails to respond, the full L1 URL is returned in the error response:

image

In some cases this URL will have private API keys and should not be exposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants