From e775a9c82568794b6dcebf213a8f4ac72cb2ae63 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 31 Oct 2023 12:44:20 -0400 Subject: [PATCH 1/3] docs: Update the security e-mail address. (#430) This repository is now managed by the Axim Collaborative and security issues with it should be reported to security@openedx.org instead of security@edx.org This work is being done as a part of https://github.com/openedx/wg-security/issues/16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 371ed4b4..ac28ba08 100644 --- a/README.md +++ b/README.md @@ -94,5 +94,5 @@ locally builds the Storybook for the `CookiePolicyBanner` component on port `300 You can contact the edx open-source team at oscm@edx.org. ## Security reporting information -Please do not report security issues in public. Send security concerns via email to security@edx.org. +Please do not report security issues in public. Send security concerns via email to security@openedx.org. From 82a570eeaa0a5c4f35f18fdd80df3f6557bca7ea Mon Sep 17 00:00:00 2001 From: Mashal Malik <107556986+Mashal-m@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:01:17 +0500 Subject: [PATCH 2/3] refactor: updated README file to reflect template changes (#431) --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac28ba08..5792a434 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ We are not accepting public contributions to this repo at this time. -## Introduction +## Purpose edX cookie policy banner React component +## Getting Started + ## Installation ```bash @@ -87,7 +89,15 @@ npm run start locally builds the Storybook for the `CookiePolicyBanner` component on port `3003`. + ## License + +The code in this repository is licensed under the AGPLv3 unless otherwise +noted. + +Please see `LICENSE `_ for details. + ## edX Code of Conduct +All community members are expected to follow the `Open edX Code of Conduct`_. [`https://open.edx.org/code-of-conduct/`](https://open.edx.org/code-of-conduct/) ## Contact From b2463339bbf0e20beceb9b372d150baa7f137a62 Mon Sep 17 00:00:00 2001 From: Mashal Malik <107556986+Mashal-m@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:20:19 +0500 Subject: [PATCH 3/3] refactor: add @openedx in renovate automate configuration (#429) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5ebcd424..781e88cc 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ "rebaseStalePrs": true, "packageRules": [ { - "matchPackagePatterns": ["@edx"], + "matchPackagePatterns": ["@edx", "@openedx"], "matchUpdateTypes": ["minor", "patch"], "automerge": true }