BrianRosamilia / azure-function-log-intercept

Add console.log support to Azure Functions
27 stars 2 forks source link

Update package.json to include the repository #8

Closed v-jiepeng closed 3 years ago

v-jiepeng commented 3 years ago

Hi there! This change adds the repository property to your package.json file(s). Having this available provides a number of benefits to security tooling. For example, it allows for greater trust by checking for signed commits, contributors to a release and validating history with the project. It also allows for comparison between the source code and the published artifact in order to detect attacks on authors during the publication process. We validate that we're making a PR against the correct repository by comparing the metadata for the published artifact on npmjs.com against the metadata in the package.json file in the repository. This change is provided by a team at Microsoft -- we're happy to answer any questions you may have. (Members of this team include @s-tuli, @iarna, @v-rr, @v-jiepeng, @v-zhzhou and @v-gjy). If you would prefer that we not make these sorts of PRs to projects you maintain, please just say. If you'd like to learn more about what we're doing here, we've prepared a document talking about both this project and some of our other activities around supply chain security here: microsoft/Secure-Supply-Chain This PR provides repository metadata for the following packages:

BrianRosamilia commented 3 years ago

Microsoft wants to break my project by adding trailing commas in my JSON @v-jiepeng ? 😜

In all seriousness, I appreciate this a lot!! Can you just remove that trailing comma so the JSON parses, and I'll merge it and you can be counted as a contributor? I could fix it myself but would rather you get the credit 🥇