From 19b1631531f8c6135ba321a1e32a9c13f057f419 Mon Sep 17 00:00:00 2001 From: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:02:00 -0500 Subject: [PATCH 1/4] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 49917b9f..5b34f96f 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ ### Summary + -A clear and concise description of what the problem or opportunity is. Link to an issue if relevant. ### Changes + -Describe the changes this pull request introduces. From 903ebcc894212aeb8ebacd06c5fc63a707877dd8 Mon Sep 17 00:00:00 2001 From: Sumet Ketchaiyo <156219235+Ketchaiyo982@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:25:42 +0100 Subject: [PATCH 2/4] Create main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1 @@ + From 59ad3768fe53b0e49bb1e855388f52d58db3cd92 Mon Sep 17 00:00:00 2001 From: Sumet Ketchaiyo <156219235+Ketchaiyo982@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:22:01 +0100 Subject: [PATCH 3/4] Create devcontainer.json --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..ad93c14a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From b4db07ba26d34f8a6f6080a7e4e748455d530d9c Mon Sep 17 00:00:00 2001 From: Mehran33SP Date: Thu, 26 Dec 2024 22:03:18 +0330 Subject: [PATCH 4/4] Update SECURITY.md Delete my account Signed-off-by: Mehran33SP --- SECURITY.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 2fcb43dd..d5a4641b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,31 +1 @@ -Thanks for helping make GitHub safe for everyone. - -## Security - -GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [GitHub](https://github.com/GitHub). - -Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we will ensure that your finding gets passed along to the appropriate maintainers for remediation. - -## Reporting Security Issues - -If you believe you have found a security vulnerability in any GitHub-owned repository, please report it to us through coordinated disclosure. - -**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** - -Instead, please send an email to opensource-security@github.com. - -Please include as much of the information listed below as you can to help us better understand and resolve the issue: - - * The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting) - * Full paths of source file(s) related to the manifestation of the issue - * The location of the affected source code (tag/branch/commit or direct URL) - * Any special configuration required to reproduce the issue - * Step-by-step instructions to reproduce the issue - * Proof-of-concept or exploit code (if possible) - * Impact of the issue, including how an attacker might exploit the issue - -This information will help us triage your report more quickly. - -## Policy - -See [GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor#1-safe-harbor-terms) +delete my account