Property
Languagepython
Severitylow
CWECWE-319: Cleartext Transmission of Sensitive Information
OWASPA03:2017 - Sensitive Data Exposure
Confidence LevelMedium
Impact LevelLow
Likelihood LevelLow

Description#

The code is making HTTP requests using ‘http://’ instead of ‘https://’, which means data sent and received is not encrypted. This exposes any transmitted information to potential interception.

Impact#

Unencrypted HTTP requests can allow attackers to eavesdrop on sensitive data, such as authentication tokens or user information, leading to data breaches or account compromise. This can undermine user privacy and the security of your application.