-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
errors+failures parsing package.json
files
#230
Labels
bug
Something isn't working
Comments
I believe part of the problem is that "author" can be found in two places.... For example, this entry was correctly parsed by syft:
But not this one:
|
Good find @alfredodeza |
Toure
pushed a commit
that referenced
this issue
Oct 21, 2020
closes: #230 Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
Toure
pushed a commit
that referenced
this issue
Oct 21, 2020
closes: #230 Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
Toure
pushed a commit
that referenced
this issue
Oct 22, 2020
closes: #230 Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
GijsCalis
pushed a commit
to GijsCalis/syft
that referenced
this issue
Feb 19, 2024
closes: anchore#230 Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
GijsCalis
pushed a commit
to GijsCalis/syft
that referenced
this issue
Feb 19, 2024
closes: anchore#230 Signed-off-by: Toure Dunnon <toure.dunnon@anchore.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What happened: syft failed to parse a container with NPM modules installed.
What you expected to happen: Correct marshaling of the Go struct is done
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?: Here is a subset of the errors:
Relevant NPM spec doc: https://docs.npmjs.com/files/package.json#people-fields-author-contributors
Environment:
syft version
: the current tip of main at bb14f3bcat /etc/os-release
or similar): OSX but it shouldn't matterThe text was updated successfully, but these errors were encountered: