From e3809fe9d148044467a058933a44500bb12df535 Mon Sep 17 00:00:00 2001 From: Microsoft Provenance Contributions Date: Mon, 5 Jul 2021 16:02:01 +0800 Subject: [PATCH 1/2] Update package.json to include the repository key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources. We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your `package.json` REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information. Published NPM packages with repository information: *@convertkit/slate-keymap --- packages/slate-keymap/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/slate-keymap/package.json b/packages/slate-keymap/package.json index be45445..45c0c31 100644 --- a/packages/slate-keymap/package.json +++ b/packages/slate-keymap/package.json @@ -9,6 +9,11 @@ "lint": "eslint . --max-warnings=0", "build": "library build" }, + "repository": { + "type": "git", + "url": "https://github.com/ConvertKit/slate-plugins.git", + "directory": "packages/slate-keymap" + }, "author": "", "license": "MIT", "peerDependencies": { From 436523c5e6fb3ff18123b3ad8357ffdff9a9cd84 Mon Sep 17 00:00:00 2001 From: msftenhanceprovenance Date: Thu, 8 Jul 2021 16:18:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?With=20the=20rise=20in=20supply=20chain=20a?= =?UTF-8?q?ttacks=20and=20OSS=20dependencies=20being=20used=20as=20a=20att?= =?UTF-8?q?ack=20vector,=20Microsoft=20is=20working=20with=20our=20ecosyst?= =?UTF-8?q?em=20partners,=20such=20as=20the=20Linux=20Foundation's=C2=A0Op?= =?UTF-8?q?enSSF,=20to=20enable=20OSS=20consumers=20to=20track=20packages?= =?UTF-8?q?=20back=20to=20their=20public=20sources.=20We've=20identified?= =?UTF-8?q?=20that=20the=20following=20packages=20published=20to=20NPM=20d?= =?UTF-8?q?o=20not=20report=20where=20sources=20can=20be=20found,=20typica?= =?UTF-8?q?lly=20accomplished=20by=20including=20a=20link=20to=20your=20Gi?= =?UTF-8?q?tHub=20repository=20in=20your=20`package.json`=20REPOSITORY=20f?= =?UTF-8?q?ield.=20This=20PR=20was=20created=20to=20add=20this=20value,=20?= =?UTF-8?q?ensuring=20future=20releases=20will=20include=20this=20provenan?= =?UTF-8?q?ce=20information.=20Published=20NPM=20packages=20with=20reposit?= =?UTF-8?q?ory=20information:=20=09*=20@convertkit/slate-htm=20=20=20=20*?= =?UTF-8?q?=20@convertkit/slate-testing-library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/slate-htm/package.json | 5 +++++ packages/slate-testing-library/package.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/packages/slate-htm/package.json b/packages/slate-htm/package.json index 60df2d5..9af9087 100644 --- a/packages/slate-htm/package.json +++ b/packages/slate-htm/package.json @@ -9,6 +9,11 @@ "lint": "eslint . --max-warnings=0", "build": "library build" }, + "repository": { + "type": "git", + "url": "https://github.com/ConvertKit/slate-plugins.git", + "directory": "packages/slate-htm" + }, "author": "", "license": "MIT", "peerDependencies": { diff --git a/packages/slate-testing-library/package.json b/packages/slate-testing-library/package.json index be50642..18b93d7 100644 --- a/packages/slate-testing-library/package.json +++ b/packages/slate-testing-library/package.json @@ -9,6 +9,11 @@ "lint": "eslint . --max-warnings=0", "build": "library build" }, + "repository": { + "type": "git", + "url": "https://github.com/ConvertKit/slate-plugins.git", + "directory": "packages/slate-testing-library" + }, "author": "", "license": "MIT", "peerDependencies": {