|
| 1 | +# Security Policy |
| 2 | + |
| 3 | +## Overview |
| 4 | +Security is of paramount importance to this project, especially since it deals with login functionalities. |
| 5 | +That being said, an oopsie may happen and it is crucial for me to be informed promptly. This document provides an overview of the supported |
| 6 | +versions and instructions on reporting any security-related issues or vulnerabilities you might discover. |
| 7 | + |
| 8 | +## Supported Versions |
| 9 | +`fastapi-sso` is still in its developmental phases, and we haven't rolled out a 1.0.0 release yet. Currently, I am offering support for all releases `0.7.0` and newer. |
| 10 | + |
| 11 | +| Version | Supported | |
| 12 | +| -----------| ------------------ | |
| 13 | +| >= 0.7.0 | :white_check_mark: | |
| 14 | + |
| 15 | +## Reporting a Vulnerability |
| 16 | +Addressing security issues can be time-consuming, but rest assured, I take them very seriously and endeavor to resolve them as swiftly as possible. If you identify a security vulnerability in `fastapi-sso`, I urge you to notify me. |
| 17 | + |
| 18 | +### Steps to Report a Vulnerability: |
| 19 | +1. Create a new issue in our [Issue Tracker](https://github.com/tomasvotava/fastapi-sso/issues). |
| 20 | +2. Assign the `security` label to the issue. |
| 21 | +3. Furnish a detailed description of the issue, specifying where the vulnerability occurs, the steps to reproduce it, and its potential impacts. |
| 22 | + |
| 23 | +### What to Expect |
| 24 | +I will acknowledge the receipt of your vulnerability report and keep you posted on the progress regularly. |
| 25 | + |
| 26 | +### Disclosure Policy |
| 27 | +In the realm of coding etiquette, it is generally frowned upon to publicly disclose issues without prior communication with me. |
| 28 | +Therefore, I ask you to discuss any grievances or concerns about `fastapi-sso` with me before publicizing them. |
| 29 | + |
| 30 | +In other words, if there's something concerning `fastapi-sso` you'd like to bitch about, let me know and we'll bitch about it together. |
| 31 | + |
| 32 | +## Thank You |
| 33 | +Raising an issue is a significant contribution, and I always appreciate discovering that people are using `fastapi-sso`. I am thankful for any insights or feedback provided. |
0 commit comments