From f65ad208c9fccfab82a1856cae2a57ff856a420b Mon Sep 17 00:00:00 2001 From: Jhovan Escobidal <105746199+JhovanEscobidal@users.noreply.github.com> Date: Thu, 19 May 2022 21:39:57 -0500 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000000..034e84803209 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From d3833dc4836a301cb66acaaed9f6bfc56c934e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:59:09 +0000 Subject: [PATCH 2/2] Bump peter-evans/create-issue-from-file Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e to 3eab122994a63551713846174800c255dbadc3ac. - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](https://github.com/peter-evans/create-issue-from-file/compare/b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e...3eab122994a63551713846174800c255dbadc3ac) --- updated-dependencies: - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check-all-english-links.yml | 2 +- .github/workflows/check-broken-links-github-github.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-all-english-links.yml b/.github/workflows/check-all-english-links.yml index cc163d320e56..510921b31885 100644 --- a/.github/workflows/check-all-english-links.yml +++ b/.github/workflows/check-all-english-links.yml @@ -60,7 +60,7 @@ jobs: - if: ${{ failure() }} name: Create issue from file id: broken-link-report - uses: peter-evans/create-issue-from-file@b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e + uses: peter-evans/create-issue-from-file@3eab122994a63551713846174800c255dbadc3ac with: token: ${{ env.GITHUB_TOKEN }} diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index 020039f1056d..6dfd86c0570a 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -82,7 +82,7 @@ jobs: - if: ${{ failure() && env.FREEZE != 'true'}} name: Create issue from file id: github-github-broken-link-report - uses: peter-evans/create-issue-from-file@b4f9ee0a9d4abbfc6986601d9b1a4f8f8e74c77e + uses: peter-evans/create-issue-from-file@3eab122994a63551713846174800c255dbadc3ac with: token: ${{ env.GITHUB_TOKEN }} title: ${{ steps.check.outputs.title }}