Solve security issue - #403
Conversation
|
@microsoft-github-policy-service agree |
|
/azp run |
|
No pipelines are associated with this pull request. |
|
Hi, |
|
Commenter does not have sufficient privileges for PR 403 in repo microsoft/typed-rest-client |
|
ping ellendular maybe ? |
|
Hi ellendular, |
|
Hi Team, |
|
/azp run |
|
No pipelines are associated with this pull request. |
Not sure to understand this message since I'm not from the microsoft team. I'm just an open source contributor ; so I cannot "post the PR in Group for review". |
|
Hi Vincent Langlet, manujSk |
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
|
There is now typed-rest-client/package.json Line 48 in 18b9e95 on |
2c4910c to
e22f9fb
Compare
|
Tarun Ramsinghani (@tarunramsinghani) I rebase the PR and fix it to use For instance allowing to install the qs 6.16 version later https://www.npmjs.com/package/qs to solve security issues reporting mentionned by Eric Cornelissen (@ericcornelissen) |
|
We will need exact version i.e. 6.16 to be mentioned in package-lock file to be able to ship updated version. |
I feel like the registry Need to be updated first otherwise the package.lock would have been updated when I run But anyway, this shouldn't be a real blocker. Your package-lock.json only matters for building/testing your repo itself, not for external consumption of the lib. As a consumer of the package, I don't use your lockfile — bumping the version in my own package.json and running install updates my own lockfile automatically and will use 6.16 since you're allowing it now. |
Hi ellendular & Tarun Ramsinghani (@tarunramsinghani)
Closes #400