File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "description" : " a namespace is required" ,
4+ "purl" : " pkg:maven/io@1.3.4" ,
5+ "canonical_purl" : " pkg:maven/io@1.3.4" ,
6+ "type" : " maven" ,
7+ "namespace" : null ,
8+ "name" : null ,
9+ "version" : null ,
10+ "qualifiers" : null ,
11+ "subpath" : null ,
12+ "is_invalid" : true
13+ },
14+ {
15+ "description" : " a namespace is required" ,
16+ "purl" : " pkg:maven//io@1.3.4" ,
17+ "canonical_purl" : " pkg:maven//io@1.3.4" ,
18+ "type" : " maven" ,
19+ "namespace" : null ,
20+ "name" : null ,
21+ "version" : null ,
22+ "qualifiers" : null ,
23+ "subpath" : null ,
24+ "is_invalid" : true
25+ },
26+ {
27+ "description" : " valid debian purl containing a plus in the name and version" ,
28+ "purl" : " pkg:deb/debian/g++-10@10.2.1+6" ,
29+ "canonical_purl" : " pkg:deb/debian/g%2B%2B-10@10.2.1%2B6" ,
30+ "type" : " deb" ,
31+ "namespace" : " debian" ,
32+ "name" : " g++-10" ,
33+ "version" : " 10.2.1+6" ,
34+ "qualifiers" : null ,
35+ "subpath" : null ,
36+ "is_invalid" : false
37+ }
38+ ]
You can’t perform that action at this time.
0 commit comments