Skip to content

fix(notifier): enable SSL certificate validation on deployer API calls#3446

Merged
aleixhub merged 1 commit into
mainfrom
fix/enable-ssl-verification
Jun 29, 2026
Merged

fix(notifier): enable SSL certificate validation on deployer API calls#3446
aleixhub merged 1 commit into
mainfrom
fix/enable-ssl-verification

Conversation

@aleixhub

Copy link
Copy Markdown
Contributor

Remove verify_ssl = False from the aiohttp session.get() call in get_deployer_log(). SSL verification is now enabled (the default), preventing potential MITM attacks when fetching deployer job logs.

Resolves SonarQube python:S4830.

Remove `verify_ssl = False` from the aiohttp session.get() call in
get_deployer_log(). SSL verification is now enabled (the default),
preventing potential MITM attacks when fetching deployer job logs.

Resolves SonarQube python:S4830.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aleixhub aleixhub merged commit d058a78 into main Jun 29, 2026
17 checks passed
@aleixhub aleixhub deleted the fix/enable-ssl-verification branch June 29, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant