# Security Policy ## Reporting a Vulnerability **Do not report security issues on GitHub!** Please report security issues by emailing Artur Barseghyan <[artur.barseghyan@gmail.com](mailto:artur.barseghyan@gmail.com)>. ## Supported Versions The two most recent `fake.py` minor release series receive security support. It is recommended to use the latest version. ```text ┌─────────────────┬────────────────┐ │ Version │ Supported │ ├─────────────────┼────────────────┤ │ 0.11.x │ Yes │ ├─────────────────┼────────────────┤ │ 0.10.x │ Yes │ ├─────────────────┼────────────────┤ │ < 0.10 │ No │ └─────────────────┴────────────────┘ ``` #### NOTE For example, during the development cycle leading to the release of `fake.py` 0.17.x, support will be provided for `fake.py` 0.16.x. Upon the release of `fake.py` 0.18.x, security support for `fake.py` 0.16.x will end.