Skip to content
Merged
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
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Security patches will mainly target the latest release version,
as listed on [PyPI](https://pypi.org/project/babel/) or [GitHub Releases](https://github.com/python-babel/babel/releases).

Patches for particularly high-impact security issues may be backported to older versions as needed,
but Babel has generally been extremely backward compatible (within major version series),
so for many users, simply upgrading to the latest release should be rather frictionless.

If you're using a version of Babel packaged by a downstream distribution,
such as Debian, Ubuntu, etc., they may backport patches from newer versions with a different policy.

## Reporting a Vulnerability

Please feel free to report vulnerabilities by any method below you feel comfortable with:

* You can use GitHub's form [over here](https://github.com/python-babel/babel/security/advisories/new).
* Contact a maintainer, presently [@akx](https://github.com/akx), over email (akx@iki.fi) or direct messages on listed socials.
* If you need an encrypted channel of communications, please email/DM first and we'll set something up.
Loading