Skip to content

Remove duplicate package entries when parsing pnpm-lock.yaml

What does this MR do?

This merge request introduces changes to the pnpm lockfile parser to eliminate duplicate package entries, addressing an issue where Gemnasium was incorrectly identifying duplicates in pnpm-lock.yaml files. The update ensures that each package is processed only once.

What are the relevant issue numbers?

Gemnasium may produce duplicate package entries... (gitlab-org/gitlab#432619 - closed) • Philip Cunningham • 17.1 • On track

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports