Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Security Policy

## Supported Versions
Pyzipper is based on Python’s `zipfile` from Python 3.7.
The latest release is **0.3.6 (July 31, 2022)**.
We currently support and test against:

- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11+

Older versions may work but are not actively supported.

## Reporting a Vulnerability
We take security issues seriously. If you discover a vulnerability:

1. **Do not open a public GitHub issue immediately.**
2. Instead, please email the maintainers (listed in AUTHORS.rst or commit history).
3. Provide:
- Steps to reproduce
- Impact assessment
- Suggested mitigation or patch if possible

We will acknowledge receipt within **7 days** and aim to provide a fix or mitigation within **30 days**.

## Disclosure Process
- Vulnerabilities will be patched in a new release.
- Security advisories will be published via GitHub.
- Credit will be given to reporters unless anonymity is requested.