File: SECURITY.md

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (37 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download | duplicates (2)
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             │
    └─────────────────┴────────────────┘