Scan Results

List of Findings

Error: SIGMA.missing_tls (CWE-319): [#def1]
/fence-agents/agents/aws/fence_aws.py:37: Sigma main event: The Python application creates a connection to the URL using the insecure HTTP protocol. As a result, application data is transmitted over an insecure channel where it can be read and modified by attackers.
/fence-agents/agents/aws/fence_aws.py:37: remediation: Modify the URL passed to the `requests` method to use the `https://` protocol.