Skip to content

Commit 40edd91

Browse files
authored
Update pycryptography to 43.0.3 (#525)
* Update pycryptography to 43.0.3 * Update changelog
1 parent d59e794 commit 40edd91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ofrak_core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4141
- Partially reverted [#150](https://github.com/redballoonsecurity/ofrak/pull/150) so entropy C code is called with `ctypes` again, but maintaining the current API and automatic compilation by `setup.py`. ([#482](https://github.com/redballoonsecurity/ofrak/pull/482))
4242
- Minor update to OFRAK Community License, add OFRAK Pro License ([#478](https://github.com/redballoonsecurity/ofrak/pull/478))
4343

44+
### Security
45+
- Update aiohttp to 3.10.11 ([#522](https://github.com/redballoonsecurity/ofrak/pull/522))
46+
- Update pycryptogrpahy to version 43.0.3. ([#525](https://github.com/redballoonsecurity/ofrak/pull/525))
47+
4448
## [3.2.0](https://github.com/redballoonsecurity/ofrak/compare/ofrak-v3.1.0...ofrak-v3.2.0)
4549
### Added
4650
- Add a JFFS2 packer and unpacker. ([#326](https://github.com/redballoonsecurity/ofrak/pull/326))

ofrak_core/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp~=3.10.11
22
aiohttp-cors~=0.7.0
33
beartype~=0.12.0
44
black==23.3.0
5-
cryptography==42.0.8
5+
cryptography==43.0.3
66
fdt==0.3.3
77
GitPython==3.1.41
88
importlib-metadata>=4.13

0 commit comments

Comments
 (0)