HTTP URLs in Playbooks
Using http:// URLs in Ansible uri tasks for API calls or downloads, exposing traffic to interception.
Information disclosure could expose sensitive data and enable tampering via man-in-the-middle attacks when requests are sent over cleartext HTTP.
Using http:// URLs in Ansible uri tasks for API calls or downloads, exposing traffic to interception.
Sourcery automatically identifies information disclosure via http url in ansible uri task and many other security issues in your codebase.