mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 10:11:30 +08:00
* Update CI and project to support only Python N (3.13) and N-1 (3.12) - Update GitHub Actions workflows to test only Python 3.12 and 3.13 - Update pyproject.toml to require Python >= 3.12 - Update tox.ini to test only py312 and py313 - Update documentation to reflect Python 3.12+ requirement - Clean up AppVeyor configuration for Python 3.12 * Update pylint to 3.3.2 for Python 3.12 compatibility * Disable new pylint warnings for pre-existing issues
1.1 KiB
1.1 KiB
Security Policy
Reporting a Vulnerability
Please note that public Github issues are open for everyone to see!
If you believe you are found a problem in Gunicorn software, examples or documentation, we encourage you to send your report privately via email, or via Github using the Report a vulnerability button in the Security section.
Supported Releases
At this time, only the latest release receives any security attention whatsoever.
Please target reports against ✅ or current master. Please understand that ❌ will not receive further security attention.
| Version | Status |
|---|---|
| 23.0.0 | ✅ |
| 22.0.0 | ❌ |
| 21.2.0 | ❌ |
| 20.0.0 | ❌ |
| < 20.0 | ❌ |
Python Versions
Gunicorn runs on Python 3.12+, supporting only the latest (N) and previous (N-1) Python versions. We highly recommend the latest release of a supported series and will not prioritize issues affecting EoL environments.