Skip to content

Commit

Permalink
Update package.json to include the repository key (#111)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
msftenhanceprovenance authored Aug 17, 2021
1 parent a360da0 commit cc7bdd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"parser",
"rust"
],
"repository": {
"type": "git",
"url": "https://github.com/tree-sitter/tree-sitter-rust.git"
},
"author": "Maxim Sokolov <[email protected]> (https://github.com/MaximSokolov)",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit cc7bdd3

Please sign in to comment.