Skip to content

Commit 9d148a3

Browse files
Update package.json to include repository key (#9603)
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: *selenium-webdriver
1 parent 3a267b5 commit 9d148a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"ts-jest": "^26.5.4",
3030
"typescript": "^3.9.7",
3131
"xml2js": "^0.4.23"
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/SeleniumHQ/selenium.git"
3236
},
3337
"dependencies": {
3438
"@apollo/client": "^3.3.20",

0 commit comments

Comments
 (0)