Skip to content

Commit c7ec60a

Browse files
author
priyal.chawda@mendix.com
committed
fix: update cryptography to 46.0.7 to address CVE-2026-39892
- Updated cryptography from 46.0.5 to 46.0.7 - Fixes buffer overflow vulnerability in non-contiguous buffer handling - Regenerated requirements.txt with Python 3.10 - All unit tests passing (184 passed) - All linting checks passing
1 parent 8c6299d commit c7ec60a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backoff==2.2.1
22
certifi==2024.8.30
3-
cryptography==46.0.5
3+
cryptography==46.0.7
44
distro==1.9.0
55
httplib2==0.22.0
66
jinja2==3.1.6

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cffi==2.0.0
1616
# via cryptography
1717
charset-normalizer==2.0.3
1818
# via requests
19-
cryptography==46.0.5
19+
cryptography==46.0.7
2020
# via -r requirements.in
2121
distro==1.9.0
2222
# via -r requirements.in

0 commit comments

Comments
 (0)