Skip to content

Use '/', not the HTML encoded form

Rod K requested to merge adjust_npm into dev

Checklist

Standard checklist items are n/a

Description

Modify purl for parse-json@4.0.0

Context

In working with @cculman and examining hoppr/test/integration/IntTest_12/npm-bom.json, the purl for parse-json@4.0.0 should have a slash.

With the change, the pipeline droppr/test/Npm/nexus in "Droppr NPM Distributor and Integration tests" droppr!115 (merged) will pass.

Intent

Do a simple string substitution, "%2F" (HTML encoded) to '/'

Reviewers

Merge request reports