Escape the package name

This commit is contained in:
Justin Hutchings
2022-12-07 16:50:44 +00:00
parent ca7dbc975f
commit 0e28c47332
4 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -15,7 +15,13 @@
{
"packageName": "lodash",
"packageVersion": "^ 4.17.21",
"purl": "pkg:NPM/lodash@^ 4.17.21",
"purl": "pkg:NPM/lodash@^4.17.21",
"filesAnalyzed": "false"
},
{
"packageName": "@angular/cli",
"packageVersion": "^ 4.17.21",
"purl": "pkg:NPM/%40angular/cli@^4.17.21",
"filesAnalyzed": "false"
},
{