Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions schema/CVE_Record_Format.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,28 @@
},
"additionalProperties": false
}
},
"packageURL": {
"description": "A Package URL, a unified URL specification for identifying packages hosted by known package hosts. The Package URL MUST NOT include a version.",
"$ref": "#/definitions/uriType",
"examples": [
"pkg:bitbucket/birkenfeld/pygments-main",
"pkg:deb/debian/curl?arch=i386&distro=jessie",
"pkg:docker/cassandra",
"pkg:docker/customer/dockerimage?repository_url=gcr.io",
"pkg:gem/jruby-launcher?platform=java",
"pkg:gem/ruby-advisory-db-check",
"pkg:github/package-url/purl-spec",
"pkg:golang/google.golang.org/genproto#googleapis/api/annotations",
"pkg:maven/org.apache.xmlgraphics/batik-anim?packaging=sources",
"pkg:maven/org.apache.xmlgraphics/batik-anim?repository_url=repo.spring.io/release",
"pkg:npm/%40angular/animation",
"pkg:npm/foobar",
"pkg:nuget/EnterpriseLibrary.Common",
"pkg:pypi/django",
"pkg:rpm/fedora/curl?arch=i386&distro=fedora-25",
"pkg:rpm/opensuse/curl?arch=i386&distro=opensuse-tumbleweed"
]
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions schema/docs/cnaContainer-advanced-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
"MacOS",
"XT-4500"
],
"collectionURL": "https://example.org/packages",
"packageName": "example_enterprise",
"collectionURL": "https://npmjs.com",
"packageName": "example",
"packageURL": "pkg:npm/example",
"repo": "git://example.org/source/example_enterprise",
"modules": [
"Web-Management-Interface"
Expand Down
7 changes: 4 additions & 3 deletions schema/docs/full-record-advanced-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
"MacOS",
"XT-4500"
],
"collectionURL": "https://example.org/packages",
"packageName": "example_enterprise",
"collectionURL": "https://npmjs.com",
"packageName": "example",
"packageURL": "pkg:npm/example",
"repo": "git://example.org/source/example_enterprise",
"modules": [
"Web-Management-Interface"
Expand Down Expand Up @@ -162,7 +163,7 @@
"value": "OS-komand-injekta vundebleco <tt>parseFilename</tt> funkcio de <tt>example.php</tt> en la Web Administrado-Interfaco de Example.org Example Enterprise ĉe Windows, macOS kaj XT-4500 permesas al malproksimaj neaŭtentikigitaj atakantoj eskaladi privilegiojn.<br><br> Ĉi tiu afero efikas:<br><ul><li>1.0-versioj antaŭ 1.0.6</li><li>2.1-versioj de 2.1.6 ĝis 2.1.9.</li></ul>"
}
]
}
}
],
"metrics": [
{
Expand Down