smihica / pyminizip

To create a password encrypted zip file in python.
Other
106 stars 37 forks source link

chore(zlib): update zlib to 1.2.12 #43

Open okuuva opened 2 years ago

okuuva commented 2 years ago

Quick and crude version bump for the included zlib source. I think it would be cleaner to have it as a submodule and just as zlib so updating it wouldn't require anything other than checking out the right tag in the submodule directory but that's just a matter of taste I guess. ~Version bump is needed but don't know if this should be 0.2.7 or 0.3.0 so didn't do that just yet.~ Edit: patch version bump was enough for zlib, I guess it's enough for pyminizip as well.

Fixes CVE-2018-25032.

Closes #42.

okuuva commented 2 years ago

@smihica anything else you'd want to be included/checked?