Skip to content

Fix cryptography vulnerability CVE-2026-69247 (#225) - #226

Merged
Vishnu2707 merged 1 commit into
openshield-org:devfrom
ritiksah141:fix/cryptography-cve-2026-69247
Aug 5, 2026
Merged

Fix cryptography vulnerability CVE-2026-69247 (#225)#226
Vishnu2707 merged 1 commit into
openshield-org:devfrom
ritiksah141:fix/cryptography-cve-2026-69247

Conversation

@ritiksah141

Copy link
Copy Markdown
Collaborator

Summary

Upgrades the direct cryptography dependency from 49.0.0 to 50.0.0 to remediate CVE-2026-69247 reported by Dependabot alert #13.

What changed

  • Updated the cryptography pin to the first patched release.
  • Added the remediation to the Unreleased security changelog.

Verification

  • pip-audit reports no known vulnerabilities.
  • Backend suite: 480 passed, 2 skipped, 84.21% coverage.
  • Ruff, Bandit, frontend lint/build, and website tests pass.

Closes #225

Signed-off-by: ritiksah141 <ritiksah141@gmail.com>
@ritiksah141
ritiksah141 requested a review from Vishnu2707 as a code owner August 4, 2026 23:57
@ritiksah141
ritiksah141 requested a review from m-khan-97 August 5, 2026 00:02

@Vishnu2707 Vishnu2707 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this on priority, merging this asap!

cryptography version 44.0.0 through 49.x has a known vulnerability (CVE-2026-69247, PKCS#7), fixed upstream in 50.0.0. The upgrade here looks the right choice, hence rolling out on priority basis as it is in prod.

@Vishnu2707
Vishnu2707 merged commit 6e0c35c into openshield-org:dev Aug 5, 2026
20 checks passed
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.

Fix cryptography vulnerability CVE-2026-69247

2 participants