Skip to content

Commit 3cf2010

Browse files
neuron7xLabclaude
andauthored
deps(security): cryptography >= 46.0.7 (GHSA-p423-j2cm-9vmq) (#227)
Closes the single open Dependabot advisory on GeoSync main: GHSA-p423-j2cm-9vmq — Cryptography buffer-overflow with non-contiguous buffers (moderate). Vulnerable range ``>= 45.0.0, < 46.0.7``; current pin 46.0.6; fix 46.0.7+. Bumps the floor in the three source-of-truth manifests (``pyproject.toml``, ``requirements.txt``, ``requirements-scan.txt``) and the generated ``sbom/combined-requirements.txt`` together so the SBOM stays consistent with the lockfiles. Minor point-release of a widely-deployed library — no API change on the code paths we use (cipher/hash/x509 primitives). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1949e5 commit 3cf2010

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies = [
6767
"streamlit-authenticator>=0.3.1",
6868
# Security: security-critical transitive dependencies pinned via constraints/security.txt
6969
"PyJWT[crypto]>=2.12.0",
70-
"cryptography>=46.0.6",
70+
"cryptography>=46.0.7",
7171
"requests>=2.33.0",
7272
]
7373

requirements-scan.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ streamlit-authenticator>=0.3.1
5454

5555
# Security: security-critical transitive dependencies are pinned via constraints/security.txt
5656
PyJWT[crypto]>=2.12.0
57-
cryptography>=46.0.6
57+
cryptography>=46.0.7
5858
requests>=2.32.5

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ streamlit-authenticator>=0.3.1
5151

5252
# Security: security-critical transitive dependencies are pinned via constraints/security.txt
5353
PyJWT[crypto]>=2.12.0
54-
cryptography>=46.0.6
54+
cryptography>=46.0.7
5555
requests>=2.32.5

sbom/combined-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cffi==2.0.0
2828
charset-normalizer==3.4.4
2929
click==8.3.0
3030
colorlog==6.10.1
31-
cryptography==46.0.6
31+
cryptography==46.0.7
3232
deap==1.4.3
3333
exchange-calendars==4.11.1
3434
extra-streamlit-components==0.1.81

0 commit comments

Comments
 (0)