diff --git a/Library/Homebrew/resource_auditor.rb b/Library/Homebrew/resource_auditor.rb index 77216138e6..8f20881f21 100644 --- a/Library/Homebrew/resource_auditor.rb +++ b/Library/Homebrew/resource_auditor.rb @@ -151,7 +151,8 @@ module Homebrew raise HomebrewCurlDownloadStrategyError, url if strategy <= HomebrewCurlDownloadStrategy && !Formula["curl"].any_version_installed? - if (http_content_problem = curl_check_http_content( + # Skip https audit for curl dependencies + if !curl_dep && (http_content_problem = curl_check_http_content( url, "source URL", specs:,