1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Security Policy
===============
Reporting a Vulnerability
-------------------------
**Do not report security issues on GitHub!**
Please report security issues by emailing Artur Barseghyan
<artur.barseghyan@gmail.com>.
Supported Versions
------------------
**Make sure to use the latest version.**
The tree most recent ``tld`` release series receive security support.
For example, during the development cycle leading to the release
of ``tld`` 0.12.x, support will be provided for ``tld`` 0.11.x, 0.10.x
and 0.9.x.
Upon the release of ``tld`` 0.13.x, security support for ``tld`` 0.9.x
will end.
.. code-block:: text
┌─────────────────┬────────────────┐
│ Version │ Supported │
├─────────────────┼────────────────┤
│ 0.12.x │ Yes │
├─────────────────┼────────────────┤
│ 0.11.x │ Yes │
├─────────────────┼────────────────┤
│ 0.10.x │ Yes │
├─────────────────┼────────────────┤
│ 0.9.x │ Yes │
├─────────────────┼────────────────┤
│ < 0.9 │ No │
└─────────────────┴────────────────┘
|