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

SHARD-1171: fix: redundant node fetch #40

Merged
merged 2 commits into from
Dec 4, 2024
Merged

SHARD-1171: fix: redundant node fetch #40

merged 2 commits into from
Dec 4, 2024

Conversation

const url = `http://${savedActiveNode.ip}:${savedActiveNode.port}` + query;

try {
data = await axios.get(url, {timeout: 2000});

Check warning

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.
Outbound network request depends on
file data
.
Outbound network request depends on
file data
.
@urnotsam urnotsam merged commit 084bc6b into dev Dec 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants