Skip to content

Commit

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

* doc : CHANGELOG.md updated

* doc : SECURITY.md updated

* fix : SECURITY.md added to version_check.py script

* doc : RELEASE.md updated

* fix : version fixed in SECURITY.md

* doc : SECURITY.md updated

* doc : SECURITY.md updated

* doc : SECURITY.md updated
  • Loading branch information
sepandhaghighi committed Apr 13, 2024
1 parent b7462cd commit 316780a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `one_line_request.yml` template
- `feature_request.yml` template
- `config.yml` for issue template
- `SECURITY.md`
### Changed
- Bug report template modified
- Test system modified
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 |
| ------------- | ------------------ |
| 6.1 | :white_check_mark: |
| < 6.1 | :x: |

## Reporting a vulnerability

Please report security vulnerabilities by email to [info@ascii-art.site](mailto:info@ascii-art.site "info@ascii-art.site").

If the security vulnerability is accepted, a dedicated bugfix release will be issued as soon as possible (depending on the complexity of the fix).
15 changes: 8 additions & 7 deletions otherfile/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@

# Art Release Instructions

#### Last Update: 2024-01-12
#### Last Update: 2024-04-12

1. Create the `release` branch under `dev`
2. Update all version tags
1. `setup.py`
2. `INSTALL.md`
3. `otherfile/version_check.py`
4. `otherfile/meta.yaml`
5. `art/art_param.py`
6. `ArtList.ipynb`
7. `DecorList.ipynb`
8. `FontList.ipynb`
3. `SECURITY.md`
4. `otherfile/version_check.py`
5. `otherfile/meta.yaml`
6. `art/art_param.py`
7. `ArtList.ipynb`
8. `DecorList.ipynb`
9. `FontList.ipynb`
3. Update `help_func` function output in `test.py`
4. Update all font counters in `README.md` (**If needed**)
1. `<img src="https://img.shields.io/badge/Font List-{font_counter}-blue.svg" alt="Font List">`
Expand Down
2 changes: 2 additions & 0 deletions otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
PARAMS_ITEMS = ['ART_VERSION = "{0}"']
META_ITEMS = ['% set version = "{0}" %']
ISSUE_TEMPLATE_ITEMS = ["- Art {0}"]
SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"]

FILES = {
"setup.py": SETUP_ITEMS,
"INSTALL.md": INSTALL_ITEMS,
"CHANGELOG.md": CHANGELOG_ITEMS,
"SECURITY.md": SECURITY_ITEMS,
"FontList.ipynb": FONT_LIST_ITEMS,
"ArtList.ipynb": ART_LIST_ITEMS,
os.path.join(
Expand Down

0 comments on commit 316780a

Please sign in to comment.