chore(deps): bump cryptography from 49.0.0 to 50.0.0 - #555
Merged
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
padak
approved these changes
Aug 13, 2026
padak
left a comment
Member
There was a problem hiding this comment.
Verified as part of a batch review of all six open Dependabot PRs (#554, #555, #558, #559, #563, #564), all of which close open Dependabot security alerts.
All six were merged into a single throwaway branch off main and validated together, because a clean line-based merge of a lockfile does not by itself guarantee the lockfile stays internally consistent:
- all six merge into
mainwith no conflict; web/frontend:npm cisucceeds andnpm run build(tsc -b && vite build) passes —tsctype-checks themermaid.render()/mermaid.initialize()call sites against mermaid 11.16.1's own type definitions, which is the only safety net here since the SPA has no tests;npm ls dompurifyconfirms theoverridesblock still pins dompurify 3.4.13 tree-wide, including under mermaid (which itself declares^3.3.3);web/backend:npm cisucceeds;- Python: full suite green on the combined state with cryptography 50.0.0 — 5489 passed, 161 skipped;
- cryptography 50.0.0's breaking changes (FFDH deprecation, stricter DER/X.509/OCSP parsing, PKCS#7 decryption) do not touch kbagent's usage, which is limited to RSA keypair generation plus PKCS8/SPKI PEM serialization in
services/workspace_service.py. Smoke-tested that exact API surface against 50.0.0.
Note for follow-up, unrelated to these PRs: npm audit reports a high-severity advisory for nanoid@3.3.16 (GHSA-2v37-7h3g-55p8) in both web/frontend and web/backend, pulled in transitively via postcss. It is build-time only and never reaches the shipped bundle, and Dependabot has not raised an alert for it.
This was referenced Aug 13, 2026
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.
Bumps cryptography from 49.0.0 to 50.0.0.
Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
dcb7050Prepare for 50.0.0 release (#15372)53fccd9Don't leak how PKCS#7 encryptedKey decryption failed (#15369)d472f97Addfrom __future__ import annotationsto all src/ Python files (#15371)908773dBump downstream dependencies in CI (#15368)2cc07ccBump BoringSSL, OpenSSL, AWS-LC in CI (#15367)c94ede9chore(deps): bump ruff from 0.16.0 to 0.16.1 (#15366)67a8308chore(deps): bump virtualenv from 21.7.0 to 21.7.1 (#15365)95018ffRelease the GIL in one-shot AEAD encrypt/decrypt (#15361)6954733Release the GIL during DH and DSA parameter generation (#15364)6893b94Import _serialization instead of serialization in x509/extensions (#15363)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.