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

VCST-887 - HttpClient optimization #35

Merged
merged 1 commit into from
Apr 2, 2024

HttpClient optimization

2a0beea
Select commit
Loading
Failed to load commit list.
Merged

VCST-887 - HttpClient optimization #35

HttpClient optimization
2a0beea
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Apr 1, 2024 in 2s

No new alerts in code changed by this pull request

Annotations

Check warning on line 184 in src/VirtoCommerce.ElasticAppSearch.Data/Services/ElasticAppSearchApiClient.cs

See this annotation in the file changed.

Code scanning / SonarCloud

Server-side requests should not be vulnerable to forging attacks Medium

Change this code to not construct the URL from user-controlled data. See more on SonarCloud

Check warning on line 228 in src/VirtoCommerce.ElasticAppSearch.Data/Services/ElasticAppSearchApiClient.cs

See this annotation in the file changed.

Code scanning / SonarCloud

Server-side requests should not be vulnerable to forging attacks Medium

Change this code to not construct the URL from user-controlled data. See more on SonarCloud

Check warning on line 269 in src/VirtoCommerce.ElasticAppSearch.Data/Services/ElasticAppSearchApiClient.cs

See this annotation in the file changed.

Code scanning / SonarCloud

Server-side requests should not be vulnerable to forging attacks Medium

Change this code to not construct the URL from user-controlled data. See more on SonarCloud