-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeated package and dependency results when scanning extracted rubygem #3072
Labels
Comments
JonoYang
added a commit
that referenced
this issue
Aug 31, 2022
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Sep 1, 2022
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Sep 2, 2022
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Sep 2, 2022
* Add new step in GemfileParser.__init__() to determine the Ruby package that this gemfile.lock is for * Add new test Signed-off-by: Jono Yang <jyang@nexb.com>
This was referenced Sep 2, 2022
JonoYang
added a commit
that referenced
this issue
Sep 3, 2022
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Sep 3, 2022
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Sep 3, 2022
Signed-off-by: Jono Yang <jyang@nexb.com>
JonoYang
added a commit
that referenced
this issue
Sep 3, 2022
* Add new step in GemfileParser.__init__() to determine the Ruby package that this gemfile.lock is for * Add new test Signed-off-by: Jono Yang <jyang@nexb.com>
pombredanne
added a commit
that referenced
this issue
Sep 3, 2022
Process Gemfile.lock processing #3072
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I extracted a rubygem (https://rubygems.org/downloads/awesome_print-1.8.0.gem) and I scanned it with scancode-toolkit and I got repeated Package and Dependency results. The package
awesome_print
was reported 20 times, and each dependency forawesome_print
was reported 20 times.In
GemfileLockHandler.parse()
it appears that we yield the package and dependencies too many times.The text was updated successfully, but these errors were encountered: