diff --git a/SECURITY.md b/SECURITY.md index aa8eb4e..4bf3525 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,6 @@ | Version | Supported | | ------------- | ------------------ | | 0.1 | :white_check_mark: | -| < 0.1 | :x: | ## Reporting a vulnerability diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index 46df1e7..a7c1683 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -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,