Skip to content

Commit

Permalink
doc : minor edit in SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jun 11, 2024
1 parent e208ec6 commit 2323ec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
| Version | Supported |
| ------------- | ------------------ |
| 0.1 | :white_check_mark: |
| < 0.1 | :x: |

## Reporting a vulnerability

Expand Down
2 changes: 1 addition & 1 deletion otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"[{0}]:"]
PARAMS_ITEMS = ['OPR_VERSION = "{0}"']
META_ITEMS = ['% set version = "{0}" %']
SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"]
SECURITY_ITEMS = ["| {0} | :white_check_mark: |"]

FILES = {
os.path.join("otherfiles", "meta.yaml"): META_ITEMS,
Expand Down

0 comments on commit 2323ec7

Please sign in to comment.