Scan Results
List of Findings
Error: SIGMA.certificate_verification_disabled (CWE-295): [#def1]
/pcs/pcs/common/communication/api_v2_client.py:21: Sigma main event: The Python application disables certificate validation for the server by calling `_create_unverified_context()`, leaving the application open to a manipulator-in-the-middle (MITM) attack.
/pcs/pcs/common/communication/api_v2_client.py:21: remediation: Use `create_default_context()` to create an instance which requires certificate verification by default.