From 5323391f42f4aa9c29c2293bc667eb11c6f98b4d Mon Sep 17 00:00:00 2001 From: Samy Orellana <151059297+Samy-O7@users.noreply.github.com> Date: Fri, 1 May 2026 11:38:30 -0500 Subject: [PATCH 1/2] Add Legal Center links to README + package.json metadata Adds: - ## Legal section in README.md linking Terms of Service + Privacy Policy at legal.spreedly.com plus existing LICENSE reference - homepage / repository / bugs fields in package.json so npm-style package pages surface clickable links Closes work for HC-1377 / SEC-6217 #1.2.2 + #1.2.3. --- README.md | 7 +++++++ package.json | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 1ae9f5f..a4ba2af 100644 --- a/README.md +++ b/README.md @@ -330,3 +330,10 @@ For a complete list of test data, see [Spreedly Test Data](https://developer.spr - **Support Home:** [Troubleshoot](https://support.spreedly.com/hc/en-us) - **Help Center:** [Submit a request](https://support.spreedly.com/hc/en-us/requests/new) - **Security Issues:** [See Security Document](./SECURITY.md) + +## Legal + +- [Terms of Service](https://legal.spreedly.com/#terms) +- [Privacy Policy](https://legal.spreedly.com/#privacy-policy) +- [License](LICENSE) (Apache 2.0) + diff --git a/package.json b/package.json index a72e209..ed5d296 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,14 @@ "version": "0.0.0", "description": "Spreedly SDK Sample App", "license": "Apache-2.0", + "homepage": "https://github.com/spreedly/web-sdk-sample-app", + "repository": { + "type": "git", + "url": "https://github.com/spreedly/web-sdk-sample-app.git" + }, + "bugs": { + "url": "https://github.com/spreedly/web-sdk-sample-app/issues" + }, "scripts": { "build": "scripts/build.sh", "build:watch": "tsc --watch", From 49848cee1ba2f3ccd3bdd7b7203077ff5e0d8b6d Mon Sep 17 00:00:00 2001 From: Samy O <151059297+Samy-O7@users.noreply.github.com> Date: Fri, 1 May 2026 11:48:56 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ba2af..3f4f416 100644 --- a/README.md +++ b/README.md @@ -335,5 +335,5 @@ For a complete list of test data, see [Spreedly Test Data](https://developer.spr - [Terms of Service](https://legal.spreedly.com/#terms) - [Privacy Policy](https://legal.spreedly.com/#privacy-policy) -- [License](LICENSE) (Apache 2.0) +- [License](./LICENSE) (Apache 2.0)