We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80f06ce + e23b8e7 commit e1809ddCopy full SHA for e1809dd
README.md
@@ -69,6 +69,9 @@ The current development version can be found at
69
70
## History
71
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
+
75
### Ver. 0.5.0 (2022-01-18)
76
- Upgrade dependency (`cryptography==36.0.1`)
77
- Fix file handle leakage
setup.py
@@ -28,7 +28,7 @@
28
zip_safe=False,
29
install_requires=[
30
'pyasn1==0.4.8',
31
- 'cryptography==36.0.1',
+ 'cryptography==38.0.3',
32
],
33
keywords='npki 공인인증서 공동인증서 korean pki certificate',
34
platforms='OS Independent',
0 commit comments