You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): sync supply-chain record with pyproject after #531/#553 [PYSDK-114] (#605)
The auditable record in SUPPLY_CHAIN_VULNERABILITIES.md and one inline
annotation in pyproject.toml lagged behind reality after Renovate #531
(nicegui 3.9.0 -> 3.11.0, citing CVE-2026-39844) and Dependabot #553
(nbconvert 7.17.0 -> 7.17.1, citing CVE-2026-39377 + CVE-2026-39378)
were merged. The lower bounds in pyproject.toml were correctly raised at
merge time, so no consumer was exposed; the gap was purely in the
reviewer-facing record.
This is a record-keeping fix only: no version constraint changes, no
uv.lock regeneration, no consumer-visible behaviour change. Every
existing pyproject.toml lower bound is preserved.
Discovered by the pysdk-audit-daily routine on 2026-04-27 during the
clean-audit no-op path (Step 1b/1d.1 bot-PR walk).
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|`protobuf`|`>=6.33.5`|[CVE-2026-0994](https://nvd.nist.gov/vuln/detail/CVE-2026-0994)| High | always | 2026-04-24 |
124
-
|`nbconvert`|`>=7.17.1`|[CVE-2025-53000](https://nvd.nist.gov/vuln/detail/CVE-2025-53000)| High | with the `jupyter` extra | 2026-04-24 |
124
+
|`nbconvert`|`>=7.17.1`|[CVE-2025-53000](https://nvd.nist.gov/vuln/detail/CVE-2025-53000)(≥7.17.0); [CVE-2026-39377](https://nvd.nist.gov/vuln/detail/CVE-2026-39377), [CVE-2026-39378](https://nvd.nist.gov/vuln/detail/CVE-2026-39378) (≥7.17.1) | High | with the `jupyter` extra | 2026-04-24 (≥7.17.1)|
125
125
|`jupyter-core`|`>=5.8.1`|[CVE-2025-30167](https://nvd.nist.gov/vuln/detail/CVE-2025-30167)| High | with the `jupyter` extra | 2025-12-10 |
126
126
|`jupyterlab`|`>=4.4.9`|[CVE-2025-59842](https://nvd.nist.gov/vuln/detail/CVE-2025-59842)| Low | with the `jupyter` extra | 2025-12-10 |
127
127
|`marimo`|`>=0.23.0,<1`|[GHSA-2679-6mx9-h9xc](https://github.com/advisories/GHSA-2679-6mx9-h9xc)| Medium | with the `marimo` extra | 2026-04-24 |
0 commit comments