Skip to content

Commit e1809dd

Browse files
authored
Merge pull request #23 from bandoche/feature/cryptography-upgrade
chore: Bump cryptography package for OpenSSL patch
2 parents 80f06ce + e23b8e7 commit e1809dd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ The current development version can be found at
6969

7070
## History
7171

72+
### Ver. 0.5.1 (2022-11-02)
73+
- Update dependency (`cryptography==38.0.3`) which resolves CVE-2022-3602 and CVE-2022-3786
74+
7275
### Ver. 0.5.0 (2022-01-18)
7376
- Upgrade dependency (`cryptography==36.0.1`)
7477
- Fix file handle leakage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
zip_safe=False,
2929
install_requires=[
3030
'pyasn1==0.4.8',
31-
'cryptography==36.0.1',
31+
'cryptography==38.0.3',
3232
],
3333
keywords='npki 공인인증서 공동인증서 korean pki certificate',
3434
platforms='OS Independent',

0 commit comments

Comments
 (0)