Skip to content

Commit

Permalink
Merge pull request #162 from kjd/release-3.5
Browse files Browse the repository at this point in the history
Release 3.5
  • Loading branch information
kjd committed Nov 24, 2023
2 parents acb8c4a + 89cd061 commit 2eb16d3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
14 changes: 10 additions & 4 deletions HISTORY.rst
Expand Up @@ -3,12 +3,18 @@
History
-------

3.5 (XXXX-XX-XX)
3.5 (2023-11-24)
++++++++++++++++
- String codec name is now 'idna2008' as overriding the system
codec 'idna' was not working.

- Update to Unicode 15.1.0
- String codec name is now "idna2008" as overriding the system codec
"idna" was not working.
- Fix typing error for codec encoding
- Remove 'setup.py' to complete migration to pyproject.toml
- "setup.py" has been restored for this release due to some downstream
lack of adherence to PEP 517. Should be removed in a future release
so please prepare accordingly.
- Removed reliance on a symlink for the "idna-data" tool to comport
with PEP 517 and the Python Packaging User Guide for sdist archives.
- Added security reporting protocol for project

Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2013-2022, Kim Davies and contributors.
Copyright (c) 2013-2023, Kim Davies and contributors.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
14 changes: 11 additions & 3 deletions SECURITY.md
@@ -1,11 +1,19 @@
# Security Policy

## Supported Versions

Security updates are applied only to the latest release.

## Reporting a Vulnerability
If you have discovered a security vulnerability in this project, please report it privately. **Do not disclose it as a public issue.** This gives us time to work with you to fix the issue before public exposure, reducing the chance that the exploit will be used before a patch is released.

Please disclose it at our [security advisory](https://github.com/kjd/idna/security/advisories/new).
If you have discovered a security vulnerability in this project, please
report it privately. **Do not disclose it as a public issue.** This gives
us time to work with you to fix the issue before public exposure, reducing
the chance that the exploit will be used before a patch is released.

Please disclose your issue through Github's
[security advisory facility](https://github.com/kjd/idna/security/advisories/new).

This project is maintained by a team of volunteers on a reasonable-effort basis. As such, vulnerabilities will be disclosed in a best effort base.
We will endeavor to prioritize review, remediation and disclosure of
vulnerabilites. However, be mindful that this project is maintained by a
team of volunteers who work on a best effort basis.
2 changes: 1 addition & 1 deletion idna/package_data.py
@@ -1,2 +1,2 @@
__version__ = '3.4'
__version__ = '3.5'

0 comments on commit 2eb16d3

Please sign in to comment.