From 2e14a9fc31099f8d20c4dd95d9d4b5041f6ca9e7 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 16 Jun 2024 02:05:11 +0430 Subject: [PATCH 1/4] doc : SECURITY.md added --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..146ea78c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------------- | ------------------ | +| 4.0 | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Please report security vulnerabilities by email to [info@pycm.io](mailto:info@pycm.io "info@pycm.io"). + +If the security vulnerability is accepted, a dedicated bugfix release will be issued as soon as possible (depending on the complexity of the fix). \ No newline at end of file From 8f3c3304b92763aa64d54ea9bd4ac0c026847c37 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 16 Jun 2024 02:06:52 +0430 Subject: [PATCH 2/4] fix : SECURITY.md added to version_check.py --- Otherfiles/version_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Otherfiles/version_check.py b/Otherfiles/version_check.py index 15f357cf..c87ded80 100644 --- a/Otherfiles/version_check.py +++ b/Otherfiles/version_check.py @@ -25,10 +25,12 @@ PARAMS_ITEMS = ['PYCM_VERSION = "{0}"'] META_ITEMS = ['% set version = "{0}" %'] ISSUE_TEMPLATE_ITEMS = ["- PyCM {0}"] +SECURITY_ITEMS = ["| {0} | :white_check_mark: |", "| < {0} | :x: |"] FILES = { os.path.join("Otherfiles", "meta.yaml"): META_ITEMS, "setup.py": SETUP_ITEMS, "README.md": README_ITEMS, "CHANGELOG.md": CHANGELOG_ITEMS, + "SECURITY.md": SECURITY_ITEMS, os.path.join("Document", "Document.ipynb"): DOCUMENT_ITEMS, os.path.join("Document", "Example1_files", "cm1.html"): HTML_ITEMS, os.path.join("Document", "Example1_files", "cm2.html"): HTML_ITEMS, From 9b6fc1a6e7ae32ff920310f60308f786c618082b Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 16 Jun 2024 02:07:31 +0430 Subject: [PATCH 3/4] doc : CHANGELOG.md updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd1f51d..a89c2080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - `feature_request.yml` template - `config.yml` for issue template +- `SECURITY.md` ### Changed - Bug report template modified - Diagrams updated From d737fda1aa227ae5837dfdd93510bb0467d28bf6 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 16 Jun 2024 02:30:15 +0430 Subject: [PATCH 4/4] doc : minor edit in SECURITY.md titles --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 146ea78c..e6103a47 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,13 +1,13 @@ -# Security Policy +# Security policy -## Supported Versions +## Supported versions | Version | Supported | | ------------- | ------------------ | | 4.0 | :white_check_mark: | | < 4.0 | :x: | -## Reporting a Vulnerability +## Reporting a vulnerability Please report security vulnerabilities by email to [info@pycm.io](mailto:info@pycm.io "info@pycm.io").