mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
* feat(repo): support local repositories * fix tests * test: fix client/server tests * docs: update * test: add fs tests * test: do not update golden files if overridden * docs: remove a comment about fs deprecation
98 lines
2.1 KiB
Plaintext
98 lines
2.1 KiB
Plaintext
{
|
|
"SchemaVersion": 2,
|
|
"ArtifactName": "testdata/fixtures/repo/conan",
|
|
"ArtifactType": "repository",
|
|
"Metadata": {
|
|
"ImageConfig": {
|
|
"architecture": "",
|
|
"created": "0001-01-01T00:00:00Z",
|
|
"os": "",
|
|
"rootfs": {
|
|
"type": "",
|
|
"diff_ids": null
|
|
},
|
|
"config": {}
|
|
}
|
|
},
|
|
"Results": [
|
|
{
|
|
"Target": "conan.lock",
|
|
"Class": "lang-pkgs",
|
|
"Type": "conan",
|
|
"Packages": [
|
|
{
|
|
"ID": "bzip2/1.0.8",
|
|
"Name": "bzip2",
|
|
"Version": "1.0.8",
|
|
"Indirect": true,
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "expat/2.4.8",
|
|
"Name": "expat",
|
|
"Version": "2.4.8",
|
|
"Indirect": true,
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "openssl/1.1.1q",
|
|
"Name": "openssl",
|
|
"Version": "1.1.1q",
|
|
"Indirect": true,
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "pcre/8.43",
|
|
"Name": "pcre",
|
|
"Version": "8.43",
|
|
"Indirect": true,
|
|
"DependsOn": [
|
|
"bzip2/1.0.8",
|
|
"zlib/1.2.12"
|
|
],
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "poco/1.9.4",
|
|
"Name": "poco",
|
|
"Version": "1.9.4",
|
|
"DependsOn": [
|
|
"pcre/8.43",
|
|
"zlib/1.2.12",
|
|
"expat/2.4.8",
|
|
"sqlite3/3.39.2",
|
|
"openssl/1.1.1q"
|
|
],
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "sqlite3/3.39.2",
|
|
"Name": "sqlite3",
|
|
"Version": "3.39.2",
|
|
"Indirect": true,
|
|
"Layer": {}
|
|
},
|
|
{
|
|
"ID": "zlib/1.2.12",
|
|
"Name": "zlib",
|
|
"Version": "1.2.12",
|
|
"Indirect": true,
|
|
"Layer": {}
|
|
}
|
|
],
|
|
"Vulnerabilities": [
|
|
{
|
|
"VulnerabilityID": "CVE-2020-14155",
|
|
"PkgID": "pcre/8.43",
|
|
"PkgName": "pcre",
|
|
"InstalledVersion": "8.43",
|
|
"FixedVersion": "8.45",
|
|
"Status": "fixed",
|
|
"Layer": {},
|
|
"Severity": "UNKNOWN"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|