From 14d5ee1069d7950693cd8e6ffa5a063004d5bc5e Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 12 Jun 2024 17:54:50 +0200 Subject: [PATCH 1/5] docs: Create SECURITY.md Adding a basic security policy This can later be extended with responsible disclosure guidelines, time frames, etc. --- SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3df7a5f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 1.x | :white_check_mark: | +| 2.x | :white_check_mark: | + +## Reporting a Vulnerability + +Please report all vulnerabilities to [https://github.com/gurgunday/ghtml/security](https://github.com/gurgunday/ghtml/security) From f98cb05fc9c0936ba7b71011b1b7954f795b7282 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 12 Jun 2024 18:37:29 +0200 Subject: [PATCH 2/5] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 3df7a5f..161bd93 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ------- | ------------------ | -| 1.x | :white_check_mark: | +| 1.x | :x: | | 2.x | :white_check_mark: | ## Reporting a Vulnerability From fde215d3ba4aeadb287dc5d137585b88040f6238 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 12 Jun 2024 19:51:40 +0000 Subject: [PATCH 3/5] fix: prettier lint --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 161bd93..3ffffe0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Version | Supported | | ------- | ------------------ | -| 1.x | :x: | +| 1.x | :x: | | 2.x | :white_check_mark: | ## Reporting a Vulnerability From e943390912d70cd8529fdbc79cb0cf2ab4f73848 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 13 Jun 2024 20:14:53 +0200 Subject: [PATCH 4/5] Update SECURITY.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gürgün Dayıoğlu --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 3ffffe0..af73879 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 1.x | :x: | -| 2.x | :white_check_mark: | +| ^1 | :x: | +| ^2 | :white_check_mark: | ## Reporting a Vulnerability From 87817c99569536c4f517e0a1b2ab22db9374a8d1 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 13 Jun 2024 22:35:07 +0200 Subject: [PATCH 5/5] Update SECURITY.md --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index af73879..52edbbc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| ^1 | :x: | -| ^2 | :white_check_mark: | +| ^1 | :x: | +| ^2 | :white_check_mark: | ## Reporting a Vulnerability