Unmarshalling package-lock.json can cause errors #1631
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
priority: high
High priority
size/m
Describe the issue
With certain changes to the
package-lock.json
file, Minder isn't able to unmarshall the JSON correctly and check for vulnerabilities.Example PR that reproduces the issue: https://github.com/eleftheria-test/public-repo/pull/21/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
Error message:
To Reproduce
npm init
npm i --save lodash
package.json
andpackage-lock.json
(note: creating a brand new
package-lock.json
is only one scenario where the unmarshalling fails. There are other scenarios as well. See the example PR listed above.)What version are you using?
No response
The text was updated successfully, but these errors were encountered: