Skip to content

OctoLintInsecureFeedsTargets

Matthew Casperson edited this page Feb 18, 2024 · 1 revision

OctoLintInsecureFeedsTargets returns a warning about feeds that call insecure (or HTTP) URLs.

Recommendation

Requests to HTTP URLs are insecure and may expose information to third parties.

Remediation

Ensure all feeds use secure HTTPS URLs.