Skip to content

Replace requests with httpx client for non blocking execution

95ebac7
Select commit
Loading
Failed to load commit list.
Closed

Replace requests with httpx client for non blocking execution #6942

Replace requests with httpx client for non blocking execution
95ebac7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Jul 10, 2025 in 2s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 191 in backend/api/users/statistics.py

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 SonarQube Cloud