Skip to content

OctoLintInsecureWebhookUrls

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

OctoLintInsecureWebhookUrls returns a warning about subscriptions that call insecure (or HTTP) URLs.

Recommendation

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

Remediation

Ensure all subscriptions use secure HTTPS URLs.

Clone this wiki locally