license-cop icon indicating copy to clipboard operation
license-cop copied to clipboard

[AG-29] Mark as "internal" Ruby dependencies declared with GitHub urls from the organization

Open felipead opened this issue 7 years ago • 0 comments

When parsing Ruby dependencies inside Gemfile , we should mark as "internal" dependencies with git schemes pointing to the same organization we're generating the report for.

Examples:

gem 'foo', git: '[email protected]:acme/foo.git'
gem 'bar', git: 'https://12345678901234567890:[email protected]/acme/bar', tag: 'v0.1.0'"

Dependencies marked as "internal" should not be processed.

felipead avatar Jan 10 '18 23:01 felipead