forked from danifus/pyzipper
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ag-python/pyzipper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: danifus/pyzipper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 34 files changed
- 1 contributor
Commits on May 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 721fa63 - Browse repository at this point
Copy the full SHA 721fa63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a9d57 - Browse repository at this point
Copy the full SHA 29a9d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8fccde - Browse repository at this point
Copy the full SHA d8fccdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4941937 - Browse repository at this point
Copy the full SHA 4941937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba7962 - Browse repository at this point
Copy the full SHA 5ba7962View commit details -
Move to pyproject.toml to fix build issues
Includes other package improvements such as properly referencing Python's license.
Configuration menu - View commit details
-
Copy full SHA for 08c0046 - Browse repository at this point
Copy the full SHA 08c0046View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69b1ee - Browse repository at this point
Copy the full SHA d69b1eeView commit details
Commits on May 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3e25a21 - Browse repository at this point
Copy the full SHA 3e25a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d3529 - Browse repository at this point
Copy the full SHA 61d3529View commit details -
Merge pull request danifus#42 from danifus/update202605
Update for newer python versions / Repo cleanup
Configuration menu - View commit details
-
Copy full SHA for 919e199 - Browse repository at this point
Copy the full SHA 919e199View commit details -
Remove CRC32 values from file entries for small files (CVE-2026-44722)
Fixes a bug where the CRC32 values were not being removed from file entries for small files. The CRC32 value could leak the original contents through brute-forcing candidate plaintexts through CRC32(candidate) and comparing against the stored value. In practice, this attack is feasible today only against small or low-entropy files, as CRC32 exhaustion across a large plaintext space is computationally prohibitive on current hardware. Files with high-entropy or large content are not practically at risk under current computing constraints. pyzipper now doesn't write CRC32 values to the file entries by default. An option to conditionally write the CRC32 values for files larger than a specified size has been added.
Configuration menu - View commit details
-
Copy full SHA for 93ce88e - Browse repository at this point
Copy the full SHA 93ce88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ce9a5 - Browse repository at this point
Copy the full SHA 85ce9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7a6bd - Browse repository at this point
Copy the full SHA bf7a6bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b001b - Browse repository at this point
Copy the full SHA 43b001bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2a95c - Browse repository at this point
Copy the full SHA 9d2a95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c23f26 - Browse repository at this point
Copy the full SHA 4c23f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6836583 - Browse repository at this point
Copy the full SHA 6836583View commit details
Commits on May 14, 2026
-
Fix CRC32 leak for small files (CVE-2026-44722)
Configuration menu - View commit details
-
Copy full SHA for a814388 - Browse repository at this point
Copy the full SHA a814388View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master