CodeTriage icon indicating copy to clipboard operation
CodeTriage copied to clipboard

Add Gemfile.lock parsing for dependency parser

Open khasinski opened this issue 3 years ago • 1 comments
trafficstars

Dependency parsing for #1686

Uses Bundler gem for parsing, parses only name for now, we should probably extract URL for repos.

Description

Related Issue

  • #1686 Gemfile.lock, more languages to come, stay tuned ;)

Motivation and Context

An initial stub to get the dependency parsing running

How Has This Been Tested?

  • invalid file + a tiny Gemfile.lock, might need more testing

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

khasinski avatar Oct 05 '22 18:10 khasinski

Any updates? This was pretty close to over the line.

schneems avatar Oct 19 '22 19:10 schneems

Hey, I'll finish it up today

khasinski avatar Oct 20 '22 15:10 khasinski