Skip to content

Commit cc7bdd3

Browse files
Update package.json to include the repository key (#111)
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: * tree-sitter-rust
1 parent a360da0 commit cc7bdd3

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
@@ -7,6 +7,10 @@
77
"parser",
88
"rust"
99
],
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/tree-sitter/tree-sitter-rust.git"
13+
},
1014
"author": "Maxim Sokolov <maxim0xff@gmail.com> (https://github.com/MaximSokolov)",
1115
"license": "MIT",
1216
"dependencies": {

0 commit comments

Comments
 (0)