[Backline] Update idna to remove vulnerabilities in requirements.txt #10
Open
backline-ai[bot] wants to merge 1 commit into
Open
[Backline] Update idna to remove vulnerabilities in requirements.txt
#10backline-ai[bot] wants to merge 1 commit into
backline-ai[bot] wants to merge 1 commit into
Conversation
Author
Reasoning for the changeThis remediation was triggered by two security vulnerabilities in the idna package that posed risks to the application. The direct dependency idna==3.4 contained two in-scope vulnerabilities that required immediate patching through a version upgrade to 3.15, which addresses both issues comprehensively. Package: idnaVulnerabilities addressed Analyze upgrade options
Breaking changes No breaking changes detected. Our analysis did not identify any that affect the existing codebase. What Backline didUpgrade packages
Apply code fixes
Planned vs applied differences
How Backline verified the fixLocal build
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔐 Security Vulnerability Fixes
This pull request was created and verified by Backline to fix security vulnerabilities in your dependencies.
📋 Remediation Overview
How Backline verified the fix
pip install --dry-runcompleted successfully)Summary
Upgraded idna from 3.4 to 3.15 to resolve CVE-2024-3651 and CVE-2026-45409. Version 3.15 is the minimum version addressing both vulnerabilities. No breaking changes or code modifications required.
📦 Package Updates & Vulnerability Fixes
idnav3.4 → v3.15
Legend: 🟥 Critical | 🟧 High | 🟨 Medium | 🟦 Low