-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from glevv/security-patch
Create SECURITY.md
- Loading branch information
Showing
6 changed files
with
49 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @glevv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ type: software | |
authors: | ||
- given-names: Hleb | ||
family-names: Levitski | ||
email: [email protected] | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.10206933 | ||
|
@@ -19,4 +18,4 @@ repository-artifact: 'https://pypi.org/project/obscure_stats' | |
abstract: Collection of lesser-known statistical measures | ||
license: MIT | ||
version: 0.2.0 | ||
date-released: '2023-10-21' | ||
date-released: '2023-10-21' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
This project adopts the Python Software Foundation Code of Conduct; [please read it here](https://www.python.org/psf/conduct/). | ||
# Code of Conduct | ||
|
||
This project adopts the Python Software Foundation Code of Conduct; [please read it here](https://www.python.org/psf/conduct/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Security Policy | ||
|
||
Thanks for helping make this repository safe for everyone! | ||
|
||
Authors of `obscure_stats` library take the security of the open source code repositories seriously and follow the security guidelines and services provided by GitHub. | ||
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 0.1.x | :x: | | ||
| 0.2.x | :white_check_mark: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you believe you have found a security vulnerability in this repository, please report it to author through coordinated disclosure. | ||
|
||
Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests. | ||
|
||
Instead, please send an email to [email protected] | ||
|
||
Please include as much of the information listed below as you can to help us better understand and resolve the issue: | ||
|
||
- The type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.); | ||
- Full paths of source file(s) related to the manifestation of the issue; | ||
- The location of the affected source code (tag/branch/commit or direct URL); | ||
- Any special configuration required to reproduce the issue; | ||
- Step-by-step instructions to reproduce the issue; | ||
- Proof-of-concept or exploit code (if possible); | ||
- Impact of the issue, including how an attacker might exploit the issue. | ||
|
||
This information will help triage your report more quickly. | ||
|
||
## Preferred Languages | ||
|
||
We prefer all communications to be in English. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters