Skip to content

Commit

Permalink
SECURITY.md (#82)
Browse files Browse the repository at this point in the history
* doc : SECURITY.md added

* fix : version_check.py updated

* fix : SECURITY.md version fixed

* doc : CHANGELOG.md updated
  • Loading branch information
sepandhaghighi authored Jul 4, 2024
1 parent 367a9db commit c43814d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- `sound_check` function
- `SECURITY.md`
### Changed
- `playsound` replaced with `nava`
- `nava` added to `requirements.txt`
Expand Down
14 changes: 14 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------------- | ------------------ |
| 0.6 | :white_check_mark: |
| < 0.6 | :x: |

## Reporting a Vulnerability

Please report security vulnerabilities by email to [me@sepand.tech](mailto:me@sepand.tech "me@sepand.tech").

If the security vulnerability is accepted, a dedicated bugfix release will be issued as soon as possible (depending on the complexity of the fix).
2 changes: 2 additions & 0 deletions otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
"(u'FileVersion', u'{0}.{1}.{2}.{3}'),",
"(u'ProductVersion', u'{0}, {1}, {2}, {3}')"]
PARAMS_ITEMS = ['NAFAS_VERSION = "{0}"']
SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"]
FILES = {
"setup.py": SETUP_ITEMS,
"README.md": README_ITEMS,
"CHANGELOG.md": CHANGELOG_ITEMS,
"SECURITY.md": SECURITY_ITEMS,
os.path.join(
"nafas",
"params.py"): PARAMS_ITEMS}
Expand Down

0 comments on commit c43814d

Please sign in to comment.