diff --git a/tests/functional/services/api/conftest.py b/tests/functional/services/api/conftest.py index 9f18bca12..00ffc5178 100644 --- a/tests/functional/services/api/conftest.py +++ b/tests/functional/services/api/conftest.py @@ -247,3 +247,35 @@ def _add_image_for_analysis(tag): return http_post(["images"], {"tag": tag}, config=request.param) return _add_image_for_analysis + + +@pytest.fixture(scope="class") +def add_image_with_teardown(request): + """ + Class scoped fixture for adding image and removing it at end + """ + + def _add_image_wit_teardown(tag): + add_response = http_post(["images"], {"tag": tag}, config=get_api_conf) + if add_response.code != 200: + raise RequestFailedError( + add_response.url, add_response.code, add_response.body + ) + + image_id = get_image_id(add_response) + + def _delete_image(): + remove_resp = http_del( + ["images", "by_id", image_id], + query={"force": True}, + config=get_api_conf, + ) + if remove_resp.code != 200: + raise RequestFailedError( + remove_resp.url, remove_resp.code, remove_resp.body + ) + + request.addfinalizer(_delete_image) + return add_response + + return _add_image_wit_teardown diff --git a/tests/functional/services/api/images/content/__init__.py b/tests/functional/services/api/images/content/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/functional/services/api/images/content/expected_content/gem/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json b/tests/functional/services/api/images/content/expected_content/gem/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json new file mode 100644 index 000000000..1e0db5a6f --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/gem/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json @@ -0,0 +1,46 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ftpd:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:wayne-conrad:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:wayne_conrad:ftpd:0.2.1:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/var/lib/gems/2.5.0/specifications/ftpd-0.2.1.gemspec", + "origin": "Wayne Conrad", + "package": "ftpd", + "type": "GEM", + "version": "0.2.1" + }, + { + "cpes": [ + "cpe:2.3:a:*:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:barun-singh:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:barun_singh:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:memoizer:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:memoizer:1.0.3:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/var/lib/gems/2.5.0/specifications/memoizer-1.0.3.gemspec", + "origin": "Barun Singh", + "package": "memoizer", + "type": "GEM", + "version": "1.0.3" + } + ], + "content_type": "gem", + "imageDigest": "sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/gem/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json b/tests/functional/services/api/images/content/expected_content/gem/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json new file mode 100644 index 000000000..827fb1da0 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/gem/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json @@ -0,0 +1,46 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ftpd:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:wayne-conrad:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:wayne_conrad:ftpd:0.2.1:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/lib/ruby/gems/2.7.0/specifications/ftpd-0.2.1.gemspec", + "origin": "Wayne Conrad", + "package": "ftpd", + "type": "GEM", + "version": "0.2.1" + }, + { + "cpes": [ + "cpe:2.3:a:*:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:barun-singh:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:barun_singh:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:memoizer:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:memoizer:1.0.3:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/lib/ruby/gems/2.7.0/specifications/memoizer-1.0.3.gemspec", + "origin": "Barun Singh", + "package": "memoizer", + "type": "GEM", + "version": "1.0.3" + } + ], + "content_type": "gem", + "imageDigest": "sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/gem/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json b/tests/functional/services/api/images/content/expected_content/gem/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json new file mode 100644 index 000000000..137b41792 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/gem/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json @@ -0,0 +1,48 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:figaro:1.2.0:*:*:*:*:*:*:*", + "cpe:2.3:a:figaro:figaro:1.2.0:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:figaro:1.2.0:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:figaro:1.2.0:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:figaro:1.2.0:*:*:*:*:*:*:*", + "cpe:2.3:a:steve-richert:figaro:1.2.0:*:*:*:*:*:*:*", + "cpe:2.3:a:steve_richert:figaro:1.2.0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/var/lib/gems/2.7.0/specifications/figaro-1.2.0.gemspec", + "origin": "Steve Richert", + "package": "figaro", + "type": "GEM", + "version": "1.2.0" + }, + { + "cpes": [ + "cpe:2.3:a:*:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:jos\u00e9-valim:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:jos\u00e9_valim:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:thor:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:yehuda-katz:thor:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:yehuda_katz:thor:1.1.0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/var/lib/gems/2.7.0/specifications/thor-1.1.0.gemspec", + "origin": "Yehuda Katz,Jos\u00e9 Valim", + "package": "thor", + "type": "GEM", + "version": "1.1.0" + } + ], + "content_type": "gem", + "imageDigest": "sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/gem/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json b/tests/functional/services/api/images/content/expected_content/gem/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json new file mode 100644 index 000000000..5c9703702 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/gem/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json @@ -0,0 +1,46 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ftpd:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:wayne-conrad:ftpd:0.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:wayne_conrad:ftpd:0.2.1:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/local/share/gems/specifications/ftpd-0.2.1.gemspec", + "origin": "Wayne Conrad", + "package": "ftpd", + "type": "GEM", + "version": "0.2.1" + }, + { + "cpes": [ + "cpe:2.3:a:*:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:barun-singh:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:barun_singh:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:memoizer:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby-lang:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby:memoizer:1.0.3:*:*:*:*:*:*:*", + "cpe:2.3:a:ruby_lang:memoizer:1.0.3:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/local/share/gems/specifications/memoizer-1.0.3.gemspec", + "origin": "Barun Singh", + "package": "memoizer", + "type": "GEM", + "version": "1.0.3" + } + ], + "content_type": "gem", + "imageDigest": "sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/java/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json b/tests/functional/services/api/images/content/expected_content/java/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json new file mode 100644 index 000000000..fd36fb739 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/java/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json @@ -0,0 +1,307 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:my-app", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:original-my-app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my-app:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original_my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar", + "maven-version": "N/A", + "metadata": { + "pom.properties": "\ngroupId=None\nartifactId=None\nversion=None\n" + }, + "origin": "N/A", + "package": "original-my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + } + ], + "content_type": "java", + "imageDigest": "sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/java/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json b/tests/functional/services/api/images/content/expected_content/java/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json new file mode 100644 index 000000000..55b11ec78 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/java/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json @@ -0,0 +1,307 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:my-app", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:original-my-app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my-app:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original_my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar", + "maven-version": "N/A", + "metadata": { + "pom.properties": "\ngroupId=None\nartifactId=None\nversion=None\n" + }, + "origin": "N/A", + "package": "original-my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + } + ], + "content_type": "java", + "imageDigest": "sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/java/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json b/tests/functional/services/api/images/content/expected_content/java/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json new file mode 100644 index 000000000..606ca499d --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/java/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json @@ -0,0 +1,307 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:my-app", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:original-my-app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my-app:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original_my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar", + "maven-version": "N/A", + "metadata": { + "pom.properties": "\ngroupId=None\nartifactId=None\nversion=None\n" + }, + "origin": "N/A", + "package": "original-my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + } + ], + "content_type": "java", + "imageDigest": "sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/java/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json b/tests/functional/services/api/images/content/expected_content/java/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json new file mode 100644 index 000000000..50256a4b4 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/java/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json @@ -0,0 +1,307 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:animal-sniffer-annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer-annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal-sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:animal_sniffer_annotations:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:codehaus:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal-sniffer-annotations:1.14:*:*:*:*:*:*:*", + "cpe:2.3:a:mojo:animal_sniffer_annotations:1.14:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:animal-sniffer-annotations", + "maven-version": "1.14", + "metadata": { + "pom.properties": "\ngroupId=org.codehaus.mojo\nartifactId=animal-sniffer-annotations\nversion=1.14\n" + }, + "origin": "org.codehaus.mojo", + "package": "animal-sniffer-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.14" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error-prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:errorprone:error_prone_annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error-prone-annotations:2.0.18:*:*:*:*:*:*:*", + "cpe:2.3:a:google:error_prone_annotations:2.0.18:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:error_prone_annotations", + "maven-version": "2.0.18", + "metadata": { + "pom.properties": "\ngroupId=com.google.errorprone\nartifactId=error_prone_annotations\nversion=2.0.18\n" + }, + "origin": "com.google.errorprone", + "package": "error_prone_annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "2.0.18" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:guava:23.0:*:*:*:*:*:*:*", + "cpe:2.3:a:guava:guava:23.0:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:guava", + "maven-version": "23.0", + "metadata": { + "pom.properties": "\ngroupId=com.google.guava\nartifactId=guava\nversion=23.0\n" + }, + "origin": "com.google.guava", + "package": "guava", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "23.0" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:google:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:google:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc-annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:j2objc_annotations:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:oss:j2objc_annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc-annotations:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc:1.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sonatype:j2objc_annotations:1.1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:j2objc-annotations", + "maven-version": "1.1", + "metadata": { + "pom.properties": "\ngroupId=com.google.j2objc\nartifactId=j2objc-annotations\nversion=1.1\n" + }, + "origin": "com.google.j2objc", + "package": "j2objc-annotations", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1.1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/my-app-1.jar", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my-app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:my_app:my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:mycompany:my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar:my-app", + "maven-version": "1", + "metadata": { + "pom.properties": "\ngroupId=com.mycompany.app\nartifactId=my-app\nversion=1\n" + }, + "origin": "com.mycompany.app", + "package": "my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + }, + { + "cpes": [ + "cpe:2.3:a:original-my-app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my-app:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original-my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my:original_my_app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original-my-app:1:*:*:*:*:*:*:*", + "cpe:2.3:a:original_my_app:original_my_app:1:*:*:*:*:*:*:*" + ], + "implementation-version": "N/A", + "location": "/sandbox/target/original-my-app-1.jar", + "maven-version": "N/A", + "metadata": { + "pom.properties": "\ngroupId=None\nartifactId=None\nversion=None\n" + }, + "origin": "N/A", + "package": "original-my-app", + "specification-version": "N/A", + "type": "JAVA-JAR", + "version": "1" + } + ], + "content_type": "java", + "imageDigest": "sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/npm/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json b/tests/functional/services/api/images/content/expected_content/npm/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json new file mode 100644 index 000000000..f97e4bb56 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/npm/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json @@ -0,0 +1,21 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:xmldom:0.4.0:*:*:*:*:*:*:*", + "cpe:2.3:a:xmldom:xmldom:0.4.0:*:*:*:*:*:*:*" + ], + "license": "(LGPL-2.0 OR MIT)", + "licenses": [ + "(LGPL-2.0 OR MIT)" + ], + "location": "/sandbox/node_modules/xmldom/package.json", + "origin": "jindw (http://www.xidea.org)", + "package": "xmldom", + "type": "NPM", + "version": "0.4.0" + } + ], + "content_type": "npm", + "imageDigest": "sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/npm/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json b/tests/functional/services/api/images/content/expected_content/npm/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json new file mode 100644 index 000000000..14e823afc --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/npm/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json @@ -0,0 +1,21 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:xmldom:0.4.0:*:*:*:*:*:*:*", + "cpe:2.3:a:xmldom:xmldom:0.4.0:*:*:*:*:*:*:*" + ], + "license": "(LGPL-2.0 OR MIT)", + "licenses": [ + "(LGPL-2.0 OR MIT)" + ], + "location": "/sandbox/node_modules/xmldom/package.json", + "origin": "jindw (http://www.xidea.org)", + "package": "xmldom", + "type": "NPM", + "version": "0.4.0" + } + ], + "content_type": "npm", + "imageDigest": "sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/npm/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json b/tests/functional/services/api/images/content/expected_content/npm/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json new file mode 100644 index 000000000..774f7b297 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/npm/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json @@ -0,0 +1,21 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:lodash:4.17.21:*:*:*:*:*:*:*", + "cpe:2.3:a:lodash:lodash:4.17.21:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/sandbox/node_modules/lodash/package.json", + "origin": "John-David Dalton ", + "package": "lodash", + "type": "NPM", + "version": "4.17.21" + } + ], + "content_type": "npm", + "imageDigest": "sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/npm/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json b/tests/functional/services/api/images/content/expected_content/npm/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json new file mode 100644 index 000000000..d3e3216c4 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/npm/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json @@ -0,0 +1,36 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:*:xmldom:0.4.0:*:*:*:*:*:*:*", + "cpe:2.3:a:xmldom:xmldom:0.4.0:*:*:*:*:*:*:*" + ], + "license": "(LGPL-2.0 OR MIT)", + "licenses": [ + "(LGPL-2.0 OR MIT)" + ], + "location": "/root/.npm/xmldom/0.4.0/package/package.json", + "origin": "jindw (http://www.xidea.org)", + "package": "xmldom", + "type": "NPM", + "version": "0.4.0" + }, + { + "cpes": [ + "cpe:2.3:a:*:xmldom:0.4.0:*:*:*:*:*:*:*", + "cpe:2.3:a:xmldom:xmldom:0.4.0:*:*:*:*:*:*:*" + ], + "license": "(LGPL-2.0 OR MIT)", + "licenses": [ + "(LGPL-2.0 OR MIT)" + ], + "location": "/sandbox/node_modules/xmldom/package.json", + "origin": "jindw (http://www.xidea.org)", + "package": "xmldom", + "type": "NPM", + "version": "0.4.0" + } + ], + "content_type": "npm", + "imageDigest": "sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/os/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json b/tests/functional/services/api/images/content/expected_content/os/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json new file mode 100644 index 000000000..7d1437c92 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/os/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json @@ -0,0 +1,2762 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:adduser:adduser:3.118:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Debian Adduser Developers (maintainer)", + "package": "adduser", + "size": "849000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.118" + }, + { + "cpes": [ + "cpe:2.3:a:adwaita-icon-theme:adwaita-icon-theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita-icon-theme:adwaita_icon_theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita-icon:adwaita-icon-theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita-icon:adwaita_icon_theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita:adwaita-icon-theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita:adwaita_icon_theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita_icon:adwaita-icon-theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita_icon:adwaita_icon_theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita_icon_theme:adwaita-icon-theme:3.30.1-1:*:*:*:*:*:*:*", + "cpe:2.3:a:adwaita_icon_theme:adwaita_icon_theme:3.30.1-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "adwaita-icon-theme", + "size": "26804000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.30.1-1" + }, + { + "cpes": [ + "cpe:2.3:a:apt:apt:1.8.2.2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPLv2+", + "licenses": [ + "GPL-2", + "GPLv2+" + ], + "origin": "APT Development Team (maintainer)", + "package": "apt", + "size": "4064000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.8.2.2" + }, + { + "cpes": [ + "cpe:2.3:a:at-spi2-core:at-spi2-core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at-spi2-core:at_spi2_core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at-spi2:at-spi2-core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at-spi2:at_spi2_core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at:at-spi2-core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at:at_spi2_core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2:at-spi2-core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2:at_spi2_core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2_core:at-spi2-core:2.30.0-7:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2_core:at_spi2_core:2.30.0-7:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Accessibility Team (maintainer)", + "package": "at-spi2-core", + "size": "424000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2.30.0-7" + }, + { + "cpes": [ + "cpe:2.3:a:base-files:base-files:10.3+deb10u8:*:*:*:*:*:*:*", + "cpe:2.3:a:base-files:base_files:10.3+deb10u8:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base-files:10.3+deb10u8:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base_files:10.3+deb10u8:*:*:*:*:*:*:*", + "cpe:2.3:a:base_files:base-files:10.3+deb10u8:*:*:*:*:*:*:*", + "cpe:2.3:a:base_files:base_files:10.3+deb10u8:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Santiago Vila (maintainer)", + "package": "base-files", + "size": "340000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "10.3+deb10u8" + }, + { + "cpes": [ + "cpe:2.3:a:base-passwd:base-passwd:3.5.46:*:*:*:*:*:*:*", + "cpe:2.3:a:base-passwd:base_passwd:3.5.46:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base-passwd:3.5.46:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base_passwd:3.5.46:*:*:*:*:*:*:*", + "cpe:2.3:a:base_passwd:base-passwd:3.5.46:*:*:*:*:*:*:*", + "cpe:2.3:a:base_passwd:base_passwd:3.5.46:*:*:*:*:*:*:*" + ], + "license": "GPL-2 PD", + "licenses": [ + "GPL-2", + "PD" + ], + "origin": "Colin Watson (maintainer)", + "package": "base-passwd", + "size": "232000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.5.46" + }, + { + "cpes": [ + "cpe:2.3:a:bash:bash:5.0-4:*:*:*:*:*:*:*" + ], + "license": "GPL-3", + "licenses": [ + "GPL-3" + ], + "origin": "Matthias Klose (maintainer)", + "package": "bash", + "size": "6439000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "5.0-4" + }, + { + "cpes": [ + "cpe:2.3:a:bsdutils:bsdutils:1:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "bsdutils", + "size": "293000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "1:2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:ca-certificates:ca-certificates:20200601~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca_certificates:20200601~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca-certificates:20200601~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca_certificates:20200601~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca-certificates:20200601~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca_certificates:20200601~deb10u2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ MPL-2.0", + "licenses": [ + "GPL-2", + "GPL-2+", + "MPL-2.0" + ], + "origin": "Julien Cristau (maintainer)", + "package": "ca-certificates", + "size": "402000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "20200601~deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:ca-certificates-java:ca-certificates-java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates-java:ca_certificates_java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca-certificates-java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca_certificates_java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca-certificates-java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca_certificates_java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca-certificates-java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca_certificates_java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates_java:ca-certificates-java:20190405:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates_java:ca_certificates_java:20190405:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Java Maintainers (maintainer)", + "package": "ca-certificates-java", + "size": "43000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "20190405" + }, + { + "cpes": [ + "cpe:2.3:a:coreutils:coreutils:8.30-3:*:*:*:*:*:*:*" + ], + "license": "GPL-3", + "licenses": [ + "GPL-3" + ], + "origin": "Michael Stone (maintainer)", + "package": "coreutils", + "size": "15719000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "8.30-3" + }, + { + "cpes": [ + "cpe:2.3:a:dash:dash:0.5.10.2-5:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Andrej Shadura (maintainer)", + "package": "dash", + "size": "212000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.5.10.2-5" + }, + { + "cpes": [ + "cpe:2.3:a:dbus:dbus:1.12.20-0+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Utopia Maintenance Team (maintainer)", + "package": "dbus", + "size": "599000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.12.20-0+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:dbus-user-session:dbus-user-session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus-user-session:dbus_user_session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus-user:dbus-user-session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus-user:dbus_user_session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus:dbus-user-session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus:dbus_user_session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus_user:dbus-user-session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus_user:dbus_user_session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus_user_session:dbus-user-session:1.12.20-0+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus_user_session:dbus_user_session:1.12.20-0+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Utopia Maintenance Team (maintainer)", + "package": "dbus-user-session", + "size": "127000", + "sourcepkg": "dbus", + "type": "dpkg", + "version": "1.12.20-0+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:debconf:debconf:1.5.71:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause", + "licenses": [ + "BSD-2-clause" + ], + "origin": "Debconf Developers (maintainer)", + "package": "debconf", + "size": "520000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.5.71" + }, + { + "cpes": [ + "cpe:2.3:a:debian-archive-keyring:debian-archive-keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian-archive-keyring:debian_archive_keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian-archive:debian-archive-keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian-archive:debian_archive_keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian:debian-archive-keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian:debian_archive_keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian_archive:debian-archive-keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian_archive:debian_archive_keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian_archive_keyring:debian-archive-keyring:2019.1:*:*:*:*:*:*:*", + "cpe:2.3:a:debian_archive_keyring:debian_archive_keyring:2019.1:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Debian Release Team (maintainer)", + "package": "debian-archive-keyring", + "size": "198000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2019.1" + }, + { + "cpes": [ + "cpe:2.3:a:debianutils:debianutils:4.8.6.1:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Clint Adams (maintainer)", + "package": "debianutils", + "size": "226000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.8.6.1" + }, + { + "cpes": [ + "cpe:2.3:a:diffutils:diffutils:1:3.7-3:*:*:*:*:*:*:*" + ], + "license": "GFDL GPL", + "licenses": [ + "GFDL", + "GPL" + ], + "origin": "Santiago Vila (maintainer)", + "package": "diffutils", + "size": "1574000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1:3.7-3" + }, + { + "cpes": [ + "cpe:2.3:a:dirmngr:dirmngr:2.2.12-1+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GnuPG Maintainers (maintainer)", + "package": "dirmngr", + "size": "1241000", + "sourcepkg": "gnupg2", + "type": "dpkg", + "version": "2.2.12-1+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:dpkg:dpkg:1.19.7:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause GPL-2 GPL-2+ public-domain-md5 public-domain-s-s-d", + "licenses": [ + "BSD-2-clause", + "GPL-2", + "GPL-2+", + "public-domain-md5", + "public-domain-s-s-d" + ], + "origin": "Dpkg Developers (maintainer)", + "package": "dpkg", + "size": "6693000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.19.7" + }, + { + "cpes": [ + "cpe:2.3:a:dpkg-dev:dpkg-dev:1.19.7:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg-dev:dpkg_dev:1.19.7:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg:dpkg-dev:1.19.7:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg:dpkg_dev:1.19.7:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg_dev:dpkg-dev:1.19.7:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg_dev:dpkg_dev:1.19.7:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Dpkg Developers (maintainer)", + "package": "dpkg-dev", + "size": "2055000", + "sourcepkg": "dpkg", + "type": "dpkg", + "version": "1.19.7" + }, + { + "cpes": [ + "cpe:2.3:a:e2fsprogs:e2fsprogs:1.44.5-1+deb10u3:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2", + "licenses": [ + "GPL-2", + "LGPL-2" + ], + "origin": "Theodore Y. Ts'o (maintainer)", + "package": "e2fsprogs", + "size": "1416000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.44.5-1+deb10u3" + }, + { + "cpes": [ + "cpe:2.3:a:fdisk:fdisk:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "fdisk", + "size": "483000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:findutils:findutils:4.6.0+git+20190209-2:*:*:*:*:*:*:*" + ], + "license": "GFDL-1.3 GPL-3", + "licenses": [ + "GFDL-1.3", + "GPL-3" + ], + "origin": "Andreas Metzler (maintainer)", + "package": "findutils", + "size": "1938000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.6.0+git+20190209-2" + }, + { + "cpes": [ + "cpe:2.3:a:fontconfig:fontconfig:2.13.1-2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian freedesktop.org maintainers (maintainer)", + "package": "fontconfig", + "size": "575000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2.13.1-2" + }, + { + "cpes": [ + "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-2:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-2:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-2:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-2:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-2:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian freedesktop.org maintainers (maintainer)", + "package": "fontconfig-config", + "size": "441000", + "sourcepkg": "fontconfig", + "type": "dpkg", + "version": "2.13.1-2" + }, + { + "cpes": [ + "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Fonts Task Force (maintainer)", + "package": "fonts-dejavu-core", + "size": "2954000", + "sourcepkg": "fonts-dejavu", + "type": "dpkg", + "version": "2.37-1" + }, + { + "cpes": [ + "cpe:2.3:a:gcc-8-base:gcc-8-base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc-8-base:gcc_8_base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc-8:gcc-8-base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc-8:gcc_8_base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc:gcc-8-base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc:gcc_8_base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_8:gcc-8-base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_8:gcc_8_base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_8_base:gcc-8-base:8.3.0-6:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_8_base:gcc_8_base:8.3.0-6:*:*:*:*:*:*:*" + ], + "license": "Artistic GFDL-1.2 GPL GPL-2 GPL-3 LGPL", + "licenses": [ + "Artistic", + "GFDL-1.2", + "GPL", + "GPL-2", + "GPL-3", + "LGPL" + ], + "origin": "Debian GCC Maintainers (maintainer)", + "package": "gcc-8-base", + "size": "248000", + "sourcepkg": "gcc-8", + "type": "dpkg", + "version": "8.3.0-6" + }, + { + "cpes": [ + "cpe:2.3:a:gpg-agent:gpg-agent:2.2.12-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg-agent:gpg_agent:2.2.12-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg:gpg-agent:2.2.12-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg:gpg_agent:2.2.12-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg_agent:gpg-agent:2.2.12-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg_agent:gpg_agent:2.2.12-1+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GnuPG Maintainers (maintainer)", + "package": "gpg-agent", + "size": "1233000", + "sourcepkg": "gnupg2", + "type": "dpkg", + "version": "2.2.12-1+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:gpgv:gpgv:2.2.12-1+deb10u1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause CC0-1.0 Expat GPL-3 GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ RFC-Reference TinySCHEME permissive", + "licenses": [ + "BSD-3-clause", + "CC0-1.0", + "Expat", + "GPL-3", + "GPL-3+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "RFC-Reference", + "TinySCHEME", + "permissive" + ], + "origin": "Debian GnuPG Maintainers (maintainer)", + "package": "gpgv", + "size": "837000", + "sourcepkg": "gnupg2", + "type": "dpkg", + "version": "2.2.12-1+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:grep:grep:3.3-1:*:*:*:*:*:*:*" + ], + "license": "GPL-3 GPL-3+", + "licenses": [ + "GPL-3", + "GPL-3+" + ], + "origin": "Anibal Monsalve Salazar (maintainer)", + "package": "grep", + "size": "1014000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.3-1" + }, + { + "cpes": [ + "cpe:2.3:a:gzip:gzip:1.9-3:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Bdale Garbee (maintainer)", + "package": "gzip", + "size": "243000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.9-3" + }, + { + "cpes": [ + "cpe:2.3:a:hostname:hostname:3.21:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Michael Meskes (maintainer)", + "package": "hostname", + "size": "54000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.21" + }, + { + "cpes": [ + "cpe:2.3:a:init-system-helpers:init-system-helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init-system-helpers:init_system_helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init-system:init-system-helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init-system:init_system_helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init:init-system-helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init:init_system_helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system:init-system-helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system:init_system_helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system_helpers:init-system-helpers:1.56+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system_helpers:init_system_helpers:1.56+nmu1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause GPL-2 GPL-2+", + "licenses": [ + "BSD-3-clause", + "GPL-2", + "GPL-2+" + ], + "origin": "Debian systemd Maintainers (maintainer)", + "package": "init-system-helpers", + "size": "133000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.56+nmu1" + }, + { + "cpes": [ + "cpe:2.3:a:java-common:java-common:0.71:*:*:*:*:*:*:*", + "cpe:2.3:a:java-common:java_common:0.71:*:*:*:*:*:*:*", + "cpe:2.3:a:java:java-common:0.71:*:*:*:*:*:*:*", + "cpe:2.3:a:java:java_common:0.71:*:*:*:*:*:*:*", + "cpe:2.3:a:java_common:java-common:0.71:*:*:*:*:*:*:*", + "cpe:2.3:a:java_common:java_common:0.71:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Java Maintainers (maintainer)", + "package": "java-common", + "size": "36000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.71" + }, + { + "cpes": [ + "cpe:2.3:a:javascript-common:javascript-common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript-common:javascript_common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript:javascript-common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript:javascript_common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript_common:javascript-common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript_common:javascript_common:11:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Javascript Maintainers (maintainer)", + "package": "javascript-common", + "size": "68000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "11" + }, + { + "cpes": [ + "cpe:2.3:a:libacl1:libacl1:2.2.53-4:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ LGPL-2+ LGPL-2.1", + "licenses": [ + "GPL-2", + "GPL-2+", + "LGPL-2+", + "LGPL-2.1" + ], + "origin": "Guillem Jover (maintainer)", + "package": "libacl1", + "size": "70000", + "sourcepkg": "acl", + "type": "dpkg", + "version": "2.2.53-4" + }, + { + "cpes": [ + "cpe:2.3:a:libapt-pkg5.0:libapt-pkg5.0:1.8.2.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt-pkg5.0:libapt_pkg5.0:1.8.2.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt:libapt-pkg5.0:1.8.2.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt:libapt_pkg5.0:1.8.2.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt_pkg5.0:libapt-pkg5.0:1.8.2.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt_pkg5.0:libapt_pkg5.0:1.8.2.2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPLv2+", + "licenses": [ + "GPL-2", + "GPLv2+" + ], + "origin": "APT Development Team (maintainer)", + "package": "libapt-pkg5.0", + "size": "3243000", + "sourcepkg": "apt", + "type": "dpkg", + "version": "1.8.2.2" + }, + { + "cpes": [ + "cpe:2.3:a:libattr1:libattr1:1:2.4.48-4:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ LGPL-2+ LGPL-2.1", + "licenses": [ + "GPL-2", + "GPL-2+", + "LGPL-2+", + "LGPL-2.1" + ], + "origin": "Guillem Jover (maintainer)", + "package": "libattr1", + "size": "55000", + "sourcepkg": "attr", + "type": "dpkg", + "version": "1:2.4.48-4" + }, + { + "cpes": [ + "cpe:2.3:a:libaudit-common:libaudit-common:1:2.8.4-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit-common:libaudit_common:1:2.8.4-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit:libaudit-common:1:2.8.4-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit:libaudit_common:1:2.8.4-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit_common:libaudit-common:1:2.8.4-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit_common:libaudit_common:1:2.8.4-3:*:*:*:*:*:*:*" + ], + "license": "GPL-1 GPL-2 LGPL-2.1", + "licenses": [ + "GPL-1", + "GPL-2", + "LGPL-2.1" + ], + "origin": "Laurent Bigonville (maintainer)", + "package": "libaudit-common", + "size": "33000", + "sourcepkg": "audit", + "type": "dpkg", + "version": "1:2.8.4-3" + }, + { + "cpes": [ + "cpe:2.3:a:libaudit1:libaudit1:1:2.8.4-3:*:*:*:*:*:*:*" + ], + "license": "GPL-1 GPL-2 LGPL-2.1", + "licenses": [ + "GPL-1", + "GPL-2", + "LGPL-2.1" + ], + "origin": "Laurent Bigonville (maintainer)", + "package": "libaudit1", + "size": "161000", + "sourcepkg": "audit", + "type": "dpkg", + "version": "1:2.8.4-3" + }, + { + "cpes": [ + "cpe:2.3:a:libblkid1:libblkid1:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "libblkid1", + "size": "428000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.6-9.2~deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.6-9.2~deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2:libbz2-1.0:1.0.6-9.2~deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2:libbz2_1.0:1.0.6-9.2~deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.6-9.2~deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.6-9.2~deb10u1:*:*:*:*:*:*:*" + ], + "license": "BSD-variant GPL-2", + "licenses": [ + "BSD-variant", + "GPL-2" + ], + "origin": "Anibal Monsalve Salazar (maintainer)", + "package": "libbz2-1.0", + "size": "104000", + "sourcepkg": "bzip2", + "type": "dpkg", + "version": "1.0.6-9.2~deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libc-bin:libc-bin:2.28-10:*:*:*:*:*:*:*", + "cpe:2.3:a:libc-bin:libc_bin:2.28-10:*:*:*:*:*:*:*", + "cpe:2.3:a:libc:libc-bin:2.28-10:*:*:*:*:*:*:*", + "cpe:2.3:a:libc:libc_bin:2.28-10:*:*:*:*:*:*:*", + "cpe:2.3:a:libc_bin:libc-bin:2.28-10:*:*:*:*:*:*:*", + "cpe:2.3:a:libc_bin:libc_bin:2.28-10:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2.1", + "licenses": [ + "GPL-2", + "LGPL-2.1" + ], + "origin": "GNU Libc Maintainers (maintainer)", + "package": "libc-bin", + "size": "3493000", + "sourcepkg": "glibc", + "type": "dpkg", + "version": "2.28-10" + }, + { + "cpes": [ + "cpe:2.3:a:libc6:libc6:2.28-10:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2.1", + "licenses": [ + "GPL-2", + "LGPL-2.1" + ], + "origin": "GNU Libc Maintainers (maintainer)", + "package": "libc6", + "size": "12337000", + "sourcepkg": "glibc", + "type": "dpkg", + "version": "2.28-10" + }, + { + "cpes": [ + "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-3 LGPL-2.1", + "licenses": [ + "GPL-2", + "GPL-3", + "LGPL-2.1" + ], + "origin": "Pierre Chifflier (maintainer)", + "package": "libcap-ng0", + "size": "47000", + "sourcepkg": "libcap-ng", + "type": "dpkg", + "version": "0.7.9-2" + }, + { + "cpes": [ + "cpe:2.3:a:libcom-err2:libcom-err2:1.44.5-1+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom-err2:libcom_err2:1.44.5-1+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom:libcom-err2:1.44.5-1+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom:libcom_err2:1.44.5-1+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom_err2:libcom-err2:1.44.5-1+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom_err2:libcom_err2:1.44.5-1+deb10u3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Theodore Y. Ts'o (maintainer)", + "package": "libcom-err2", + "size": "92000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.44.5-1+deb10u3" + }, + { + "cpes": [ + "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28+dfsg1-0.5:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Berkeley DB Team (maintainer)", + "package": "libdb5.3", + "size": "1802000", + "sourcepkg": "db5.3", + "type": "dpkg", + "version": "5.3.28+dfsg1-0.5" + }, + { + "cpes": [ + "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.249:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Install System Team (maintainer)", + "package": "libdebconfclient0", + "size": "72000", + "sourcepkg": "cdebconf", + "type": "dpkg", + "version": "0.249" + }, + { + "cpes": [ + "cpe:2.3:a:libext2fs2:libext2fs2:1.44.5-1+deb10u3:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2", + "licenses": [ + "GPL-2", + "LGPL-2" + ], + "origin": "Theodore Y. Ts'o (maintainer)", + "package": "libext2fs2", + "size": "476000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.44.5-1+deb10u3" + }, + { + "cpes": [ + "cpe:2.3:a:libfakeroot:libfakeroot:1.23-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Clint Adams (maintainer)", + "package": "libfakeroot", + "size": "149000", + "sourcepkg": "fakeroot", + "type": "dpkg", + "version": "1.23-1" + }, + { + "cpes": [ + "cpe:2.3:a:libfdisk1:libfdisk1:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "libfdisk1", + "size": "546000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:libffi6:libffi6:3.2.1-9:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Debian GCC Maintainers (maintainer)", + "package": "libffi6", + "size": "56000", + "sourcepkg": "libffi", + "type": "dpkg", + "version": "3.2.1-9" + }, + { + "cpes": [ + "cpe:2.3:a:libgcc1:libgcc1:1:8.3.0-6:*:*:*:*:*:*:*" + ], + "license": "Artistic GFDL-1.2 GPL GPL-2 GPL-3 LGPL", + "licenses": [ + "Artistic", + "GFDL-1.2", + "GPL", + "GPL-2", + "GPL-3", + "LGPL" + ], + "origin": "Debian GCC Maintainers (maintainer)", + "package": "libgcc1", + "size": "116000", + "sourcepkg": "gcc-8", + "type": "dpkg", + "version": "1:8.3.0-6" + }, + { + "cpes": [ + "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.4-5:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL", + "licenses": [ + "GPL-2", + "LGPL" + ], + "origin": "Debian GnuTLS Maintainers (maintainer)", + "package": "libgcrypt20", + "size": "1343000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.8.4-5" + }, + { + "cpes": [ + "cpe:2.3:a:libgdk-pixbuf2.0-0:libgdk-pixbuf2.0-0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk-pixbuf2.0-0:libgdk_pixbuf2.0_0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk-pixbuf2.0:libgdk-pixbuf2.0-0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk-pixbuf2.0:libgdk_pixbuf2.0_0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk:libgdk-pixbuf2.0-0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk:libgdk_pixbuf2.0_0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk_pixbuf2.0:libgdk-pixbuf2.0-0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk_pixbuf2.0:libgdk_pixbuf2.0_0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk_pixbuf2.0_0:libgdk-pixbuf2.0-0:2.38.1+dfsg-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgdk_pixbuf2.0_0:libgdk_pixbuf2.0_0:2.38.1+dfsg-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "libgdk-pixbuf2.0-0", + "size": "577000", + "sourcepkg": "gdk-pixbuf", + "type": "dpkg", + "version": "2.38.1+dfsg-1" + }, + { + "cpes": [ + "cpe:2.3:a:libgl1-mesa-dri:libgl1-mesa-dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1-mesa-dri:libgl1_mesa_dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1-mesa:libgl1-mesa-dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1-mesa:libgl1_mesa_dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1:libgl1-mesa-dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1:libgl1_mesa_dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa:libgl1-mesa-dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa:libgl1_mesa_dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa_dri:libgl1-mesa-dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa_dri:libgl1_mesa_dri:18.3.6-2+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian X Strike Force (maintainer)", + "package": "libgl1-mesa-dri", + "size": "145819000", + "sourcepkg": "mesa", + "type": "dpkg", + "version": "18.3.6-2+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libglib2.0-0:libglib2.0-0:2.58.3-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0-0:libglib2.0_0:2.58.3-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0:libglib2.0-0:2.58.3-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0:libglib2.0_0:2.58.3-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0_0:libglib2.0-0:2.58.3-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0_0:libglib2.0_0:2.58.3-2+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "libglib2.0-0", + "size": "3734000", + "sourcepkg": "glib2.0", + "type": "dpkg", + "version": "2.58.3-2+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:libgmp10:libgmp10:2:6.1.2+dfsg-4:*:*:*:*:*:*:*" + ], + "license": "GPL GPL-2 GPL-3 LGPL-3", + "licenses": [ + "GPL", + "GPL-2", + "GPL-3", + "LGPL-3" + ], + "origin": "Debian Science Team (maintainer)", + "package": "libgmp10", + "size": "565000", + "sourcepkg": "gmp", + "type": "dpkg", + "version": "2:6.1.2+dfsg-4" + }, + { + "cpes": [ + "cpe:2.3:a:libgnutls30:libgnutls30:3.6.7-4+deb10u6:*:*:*:*:*:*:*" + ], + "license": "Apache-2.0 CC0 GFDL-1.3 GPL GPL-3 GPLv3+ LGPL LGPL-3 LGPLv3+_or_GPLv2+ The", + "licenses": [ + "Apache-2.0", + "CC0", + "GFDL-1.3", + "GPL", + "GPL-3", + "GPLv3+", + "LGPL", + "LGPL-3", + "LGPLv3+_or_GPLv2+", + "The" + ], + "origin": "Debian GnuTLS Maintainers (maintainer)", + "package": "libgnutls30", + "size": "2648000", + "sourcepkg": "gnutls28", + "type": "dpkg", + "version": "3.6.7-4+deb10u6" + }, + { + "cpes": [ + "cpe:2.3:a:libgpg-error0:libgpg-error0:1.35-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg-error0:libgpg_error0:1.35-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg:libgpg-error0:1.35-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg:libgpg_error0:1.35-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg_error0:libgpg-error0:1.35-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg_error0:libgpg_error0:1.35-1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause GPL-3 GPL-3+ LGPL-2.1 LGPL-2.1+ g10-permissive", + "licenses": [ + "BSD-3-clause", + "GPL-3", + "GPL-3+", + "LGPL-2.1", + "LGPL-2.1+", + "g10-permissive" + ], + "origin": "Debian GnuPG Maintainers (maintainer)", + "package": "libgpg-error0", + "size": "175000", + "sourcepkg": "libgpg-error", + "type": "dpkg", + "version": "1.35-1" + }, + { + "cpes": [ + "cpe:2.3:a:libgpm2:libgpm2:1.20.7-5:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2.0+ GPL-3 GPL-3.0+", + "licenses": [ + "GPL-2", + "GPL-2.0+", + "GPL-3", + "GPL-3.0+" + ], + "origin": "Axel Beckert (maintainer)", + "package": "libgpm2", + "size": "64000", + "sourcepkg": "gpm", + "type": "dpkg", + "version": "1.20.7-5" + }, + { + "cpes": [ + "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.17-3+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.17-3+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Sam Hartman (maintainer)", + "package": "libgssapi-krb5-2", + "size": "428000", + "sourcepkg": "krb5", + "type": "dpkg", + "version": "1.17-3+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libgtk-3-0:libgtk-3-0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk-3-0:libgtk_3_0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk-3:libgtk-3-0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk-3:libgtk_3_0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk:libgtk-3-0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk:libgtk_3_0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3:libgtk-3-0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3:libgtk_3_0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3_0:libgtk-3-0:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3_0:libgtk_3_0:3.24.5-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "libgtk-3-0", + "size": "8981000", + "sourcepkg": "gtk+3.0", + "type": "dpkg", + "version": "3.24.5-1" + }, + { + "cpes": [ + "cpe:2.3:a:libgtk-3-common:libgtk-3-common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk-3-common:libgtk_3_common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk-3:libgtk-3-common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk-3:libgtk_3_common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk:libgtk-3-common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk:libgtk_3_common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3:libgtk-3-common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3:libgtk_3_common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3_common:libgtk-3-common:3.24.5-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk_3_common:libgtk_3_common:3.24.5-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "libgtk-3-common", + "size": "24939000", + "sourcepkg": "gtk+3.0", + "type": "dpkg", + "version": "3.24.5-1" + }, + { + "cpes": [ + "cpe:2.3:a:libgtk2.0-0:libgtk2.0-0:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0-0:libgtk2.0_0:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0:libgtk2.0-0:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0:libgtk2.0_0:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0_0:libgtk2.0-0:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0_0:libgtk2.0_0:2.24.32-3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "libgtk2.0-0", + "size": "5775000", + "sourcepkg": "gtk+2.0", + "type": "dpkg", + "version": "2.24.32-3" + }, + { + "cpes": [ + "cpe:2.3:a:libgtk2.0-common:libgtk2.0-common:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0-common:libgtk2.0_common:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0:libgtk2.0-common:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0:libgtk2.0_common:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0_common:libgtk2.0-common:2.24.32-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libgtk2.0_common:libgtk2.0_common:2.24.32-3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "libgtk2.0-common", + "size": "19930000", + "sourcepkg": "gtk+2.0", + "type": "dpkg", + "version": "2.24.32-3" + }, + { + "cpes": [ + "cpe:2.3:a:libhogweed4:libhogweed4:3.4.1-1:*:*:*:*:*:*:*" + ], + "license": "GAP GPL GPL-2 GPL-2+ LGPL LGPL-2 LGPL-2+ LGPL-2.1+ other public-domain", + "licenses": [ + "GAP", + "GPL", + "GPL-2", + "GPL-2+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1+", + "other", + "public-domain" + ], + "origin": "Magnus Holmgren (maintainer)", + "package": "libhogweed4", + "size": "245000", + "sourcepkg": "nettle", + "type": "dpkg", + "version": "3.4.1-1" + }, + { + "cpes": [ + "cpe:2.3:a:libidn2-0:libidn2-0:2.0.5-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2-0:libidn2_0:2.0.5-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2:libidn2-0:2.0.5-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2:libidn2_0:2.0.5-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2_0:libidn2-0:2.0.5-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2_0:libidn2_0:2.0.5-1+deb10u1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LGPL-3+ Unicode", + "licenses": [ + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL-3", + "LGPL-3+", + "Unicode" + ], + "origin": "Debian Libidn team (maintainer)", + "package": "libidn2-0", + "size": "280000", + "sourcepkg": "libidn2", + "type": "dpkg", + "version": "2.0.5-1+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libldap-common:libldap-common:2.4.47+dfsg-3+deb10u6:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap-common:libldap_common:2.4.47+dfsg-3+deb10u6:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap:libldap-common:2.4.47+dfsg-3+deb10u6:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap:libldap_common:2.4.47+dfsg-3+deb10u6:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap_common:libldap-common:2.4.47+dfsg-3+deb10u6:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap_common:libldap_common:2.4.47+dfsg-3+deb10u6:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian OpenLDAP Maintainers (maintainer)", + "package": "libldap-common", + "size": "113000", + "sourcepkg": "openldap", + "type": "dpkg", + "version": "2.4.47+dfsg-3+deb10u6" + }, + { + "cpes": [ + "cpe:2.3:a:liblz4-1:liblz4-1:1.8.3-1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4-1:liblz4_1:1.8.3-1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4:liblz4-1:1.8.3-1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4:liblz4_1:1.8.3-1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4_1:liblz4-1:1.8.3-1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4_1:liblz4_1:1.8.3-1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause GPL-2 GPL-2+", + "licenses": [ + "BSD-2-clause", + "GPL-2", + "GPL-2+" + ], + "origin": "Nobuhiro Iwamatsu (maintainer)", + "package": "liblz4-1", + "size": "141000", + "sourcepkg": "lz4", + "type": "dpkg", + "version": "1.8.3-1" + }, + { + "cpes": [ + "cpe:2.3:a:liblzma5:liblzma5:5.2.4-1:*:*:*:*:*:*:*" + ], + "license": "Autoconf GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2.1 LGPL-2.1+ PD PD-debian config-h noderivs permissive-fsf permissive-nowarranty probably-PD", + "licenses": [ + "Autoconf", + "GPL-2", + "GPL-2+", + "GPL-3", + "LGPL-2", + "LGPL-2.1", + "LGPL-2.1+", + "PD", + "PD-debian", + "config-h", + "noderivs", + "permissive-fsf", + "permissive-nowarranty", + "probably-PD" + ], + "origin": "Jonathan Nieder (maintainer)", + "package": "liblzma5", + "size": "263000", + "sourcepkg": "xz-utils", + "type": "dpkg", + "version": "5.2.4-1" + }, + { + "cpes": [ + "cpe:2.3:a:libmagic1:libmagic1:1:5.35-4+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Christoph Biedl (maintainer)", + "package": "libmagic1", + "size": "233000", + "sourcepkg": "file", + "type": "dpkg", + "version": "1:5.35-4+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:libmount1:libmount1:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "libmount1", + "size": "475000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:libncursesw6:libncursesw6:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Craig Small (maintainer)", + "package": "libncursesw6", + "size": "411000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.1+20181013-2+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:libnettle6:libnettle6:3.4.1-1:*:*:*:*:*:*:*" + ], + "license": "GAP GPL GPL-2 GPL-2+ LGPL LGPL-2 LGPL-2+ LGPL-2.1+ other public-domain", + "licenses": [ + "GAP", + "GPL", + "GPL-2", + "GPL-2+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1+", + "other", + "public-domain" + ], + "origin": "Magnus Holmgren (maintainer)", + "package": "libnettle6", + "size": "380000", + "sourcepkg": "nettle", + "type": "dpkg", + "version": "3.4.1-1" + }, + { + "cpes": [ + "cpe:2.3:a:libnss-systemd:libnss-systemd:241-7~deb10u7:*:*:*:*:*:*:*", + "cpe:2.3:a:libnss-systemd:libnss_systemd:241-7~deb10u7:*:*:*:*:*:*:*", + "cpe:2.3:a:libnss:libnss-systemd:241-7~deb10u7:*:*:*:*:*:*:*", + "cpe:2.3:a:libnss:libnss_systemd:241-7~deb10u7:*:*:*:*:*:*:*", + "cpe:2.3:a:libnss_systemd:libnss-systemd:241-7~deb10u7:*:*:*:*:*:*:*", + "cpe:2.3:a:libnss_systemd:libnss_systemd:241-7~deb10u7:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian systemd Maintainers (maintainer)", + "package": "libnss-systemd", + "size": "394000", + "sourcepkg": "systemd", + "type": "dpkg", + "version": "241-7~deb10u7" + }, + { + "cpes": [ + "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.15-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.15-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11:libp11-kit0:0.23.15-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11:libp11_kit0:0.23.15-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.15-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.15-2+deb10u1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-Clause ISC ISC+IBM permissive-like-automake-output same-as-rest-of-p11kit", + "licenses": [ + "BSD-3-Clause", + "ISC", + "ISC+IBM", + "permissive-like-automake-output", + "same-as-rest-of-p11kit" + ], + "origin": "Debian GnuTLS Maintainers (maintainer)", + "package": "libp11-kit0", + "size": "1365000", + "sourcepkg": "p11-kit", + "type": "dpkg", + "version": "0.23.15-2+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libpam-modules:libpam-modules:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules:libpam_modules:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam-modules:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam_modules:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam-modules:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam_modules:1.3.1-5:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Steve Langasek (maintainer)", + "package": "libpam-modules", + "size": "1059000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5" + }, + { + "cpes": [ + "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam-modules-bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam_modules_bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.3.1-5:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Steve Langasek (maintainer)", + "package": "libpam-modules-bin", + "size": "238000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5" + }, + { + "cpes": [ + "cpe:2.3:a:libpam-runtime:libpam-runtime:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-runtime:libpam_runtime:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam-runtime:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam_runtime:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_runtime:libpam-runtime:1.3.1-5:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_runtime:libpam_runtime:1.3.1-5:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Steve Langasek (maintainer)", + "package": "libpam-runtime", + "size": "1072000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5" + }, + { + "cpes": [ + "cpe:2.3:a:libpam0g:libpam0g:1.3.1-5:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Steve Langasek (maintainer)", + "package": "libpam0g", + "size": "244000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5" + }, + { + "cpes": [ + "cpe:2.3:a:libpcre3:libpcre3:2:8.39-12:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthew Vernon (maintainer)", + "package": "libpcre3", + "size": "673000", + "sourcepkg": "pcre3", + "type": "dpkg", + "version": "2:8.39-12" + }, + { + "cpes": [ + "cpe:2.3:a:libpython2.7-minimal:libpython2.7-minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7-minimal:libpython2.7_minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7:libpython2.7-minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7:libpython2.7_minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7_minimal:libpython2.7-minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7_minimal:libpython2.7_minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "libpython2.7-minimal", + "size": "2781000", + "sourcepkg": "python2.7", + "type": "dpkg", + "version": "2.7.16-2+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libpython3.7-minimal:libpython3.7-minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.7-minimal:libpython3.7_minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.7:libpython3.7-minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.7:libpython3.7_minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.7_minimal:libpython3.7-minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.7_minimal:libpython3.7_minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "libpython3.7-minimal", + "size": "3903000", + "sourcepkg": "python3.7", + "type": "dpkg", + "version": "3.7.3-2+deb10u3" + }, + { + "cpes": [ + "cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.27+dfsg-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.27+dfsg-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2:libsasl2-modules:2.1.27+dfsg-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2:libsasl2_modules:2.1.27+dfsg-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.27+dfsg-1+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.27+dfsg-1+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Cyrus Team (maintainer)", + "package": "libsasl2-modules", + "size": "268000", + "sourcepkg": "cyrus-sasl2", + "type": "dpkg", + "version": "2.1.27+dfsg-1+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:libseccomp2:libseccomp2:2.3.3-4:*:*:*:*:*:*:*" + ], + "license": "LGPL-2.1", + "licenses": [ + "LGPL-2.1" + ], + "origin": "Kees Cook (maintainer)", + "package": "libseccomp2", + "size": "306000", + "sourcepkg": "libseccomp", + "type": "dpkg", + "version": "2.3.3-4" + }, + { + "cpes": [ + "cpe:2.3:a:libselinux1:libselinux1:2.8-1+b1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2.1", + "licenses": [ + "GPL-2", + "LGPL-2.1" + ], + "origin": "Debian SELinux maintainers (maintainer)", + "package": "libselinux1", + "size": "194000", + "sourcepkg": "libselinux", + "type": "dpkg", + "version": "2.8-1+b1" + }, + { + "cpes": [ + "cpe:2.3:a:libsemanage-common:libsemanage-common:2.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage-common:libsemanage_common:2.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage:libsemanage-common:2.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage:libsemanage_common:2.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage_common:libsemanage-common:2.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage_common:libsemanage_common:2.8-2:*:*:*:*:*:*:*" + ], + "license": "GPL LGPL", + "licenses": [ + "GPL", + "LGPL" + ], + "origin": "Debian SELinux maintainers (maintainer)", + "package": "libsemanage-common", + "size": "30000", + "sourcepkg": "libsemanage", + "type": "dpkg", + "version": "2.8-2" + }, + { + "cpes": [ + "cpe:2.3:a:libsemanage1:libsemanage1:2.8-2:*:*:*:*:*:*:*" + ], + "license": "GPL LGPL", + "licenses": [ + "GPL", + "LGPL" + ], + "origin": "Debian SELinux maintainers (maintainer)", + "package": "libsemanage1", + "size": "301000", + "sourcepkg": "libsemanage", + "type": "dpkg", + "version": "2.8-2" + }, + { + "cpes": [ + "cpe:2.3:a:libsensors-config:libsensors-config:1:3.5.0-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors-config:libsensors_config:1:3.5.0-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors:libsensors-config:1:3.5.0-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors:libsensors_config:1:3.5.0-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors_config:libsensors-config:1:3.5.0-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors_config:libsensors_config:1:3.5.0-3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Aurelien Jarno (maintainer)", + "package": "libsensors-config", + "size": "50000", + "sourcepkg": "lm-sensors", + "type": "dpkg", + "version": "1:3.5.0-3" + }, + { + "cpes": [ + "cpe:2.3:a:libsepol1:libsepol1:2.8-1:*:*:*:*:*:*:*" + ], + "license": "GPL LGPL", + "licenses": [ + "GPL", + "LGPL" + ], + "origin": "Debian SELinux maintainers (maintainer)", + "package": "libsepol1", + "size": "724000", + "sourcepkg": "libsepol", + "type": "dpkg", + "version": "2.8-1" + }, + { + "cpes": [ + "cpe:2.3:a:libsmartcols1:libsmartcols1:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "libsmartcols1", + "size": "314000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:libss2:libss2:1.44.5-1+deb10u3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Theodore Y. Ts'o (maintainer)", + "package": "libss2", + "size": "104000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.44.5-1+deb10u3" + }, + { + "cpes": [ + "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1d-0+deb10u6:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian OpenSSL Team (maintainer)", + "package": "libssl1.1", + "size": "4077000", + "sourcepkg": "openssl", + "type": "dpkg", + "version": "1.1.1d-0+deb10u6" + }, + { + "cpes": [ + "cpe:2.3:a:libstdc++6:libstdc++6:8.3.0-6:*:*:*:*:*:*:*" + ], + "license": "Artistic GFDL-1.2 GPL GPL-2 GPL-3 LGPL", + "licenses": [ + "Artistic", + "GFDL-1.2", + "GPL", + "GPL-2", + "GPL-3", + "LGPL" + ], + "origin": "Debian GCC Maintainers (maintainer)", + "package": "libstdc++6", + "size": "2017000", + "sourcepkg": "gcc-8", + "type": "dpkg", + "version": "8.3.0-6" + }, + { + "cpes": [ + "cpe:2.3:a:libsystemd0:libsystemd0:241-7~deb10u7:*:*:*:*:*:*:*" + ], + "license": "CC0-1.0 Expat GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ public-domain", + "licenses": [ + "CC0-1.0", + "Expat", + "GPL-2", + "GPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "public-domain" + ], + "origin": "Debian systemd Maintainers (maintainer)", + "package": "libsystemd0", + "size": "768000", + "sourcepkg": "systemd", + "type": "dpkg", + "version": "241-7~deb10u7" + }, + { + "cpes": [ + "cpe:2.3:a:libtasn1-6:libtasn1-6:4.13-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1-6:libtasn1_6:4.13-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1:libtasn1-6:4.13-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1:libtasn1_6:4.13-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1_6:libtasn1-6:4.13-3:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1_6:libtasn1_6:4.13-3:*:*:*:*:*:*:*" + ], + "license": "GFDL-1.3 GPL-3 LGPL LGPL-2.1", + "licenses": [ + "GFDL-1.3", + "GPL-3", + "LGPL", + "LGPL-2.1" + ], + "origin": "Debian GnuTLS Maintainers (maintainer)", + "package": "libtasn1-6", + "size": "112000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.13-3" + }, + { + "cpes": [ + "cpe:2.3:a:libtinfo6:libtinfo6:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Craig Small (maintainer)", + "package": "libtinfo6", + "size": "521000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.1+20181013-2+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:libudev1:libudev1:241-7~deb10u6:*:*:*:*:*:*:*" + ], + "license": "CC0-1.0 Expat GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ public-domain", + "licenses": [ + "CC0-1.0", + "Expat", + "GPL-2", + "GPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "public-domain" + ], + "origin": "Debian systemd Maintainers (maintainer)", + "package": "libudev1", + "size": "259000", + "sourcepkg": "systemd", + "type": "dpkg", + "version": "241-7~deb10u6" + }, + { + "cpes": [ + "cpe:2.3:a:libunistring2:libunistring2:0.9.10-1:*:*:*:*:*:*:*" + ], + "license": "FreeSoftware GFDL-1.2 GFDL-1.2+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LGPL-3+ MIT", + "licenses": [ + "FreeSoftware", + "GFDL-1.2", + "GFDL-1.2+", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL-3", + "LGPL-3+", + "MIT" + ], + "origin": "J\u00f6rg Frings-F\u00fcrst (maintainer)", + "package": "libunistring2", + "size": "1600000", + "sourcepkg": "libunistring", + "type": "dpkg", + "version": "0.9.10-1" + }, + { + "cpes": [ + "cpe:2.3:a:libuuid1:libuuid1:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "libuuid1", + "size": "120000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:libzstd1:libzstd1:1.3.8+dfsg-3+deb10u2:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause Expat GPL-2 GPL-2+ zlib", + "licenses": [ + "BSD-3-clause", + "Expat", + "GPL-2", + "GPL-2+", + "zlib" + ], + "origin": "Debian Med Packaging Team (maintainer)", + "package": "libzstd1", + "size": "666000", + "sourcepkg": "libzstd", + "type": "dpkg", + "version": "1.3.8+dfsg-3+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:login:login:1:4.5-1.1:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Shadow package maintainers (maintainer)", + "package": "login", + "size": "2695000", + "sourcepkg": "shadow", + "type": "dpkg", + "version": "1:4.5-1.1" + }, + { + "cpes": [ + "cpe:2.3:a:manpages:manpages:4.16-2:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause BSD-4-clause Expat GPL-2 GPL-2+ LDPv1 freely-redistributable henry-spencer-regex public-domain verbatim", + "licenses": [ + "BSD-3-clause", + "BSD-4-clause", + "Expat", + "GPL-2", + "GPL-2+", + "LDPv1", + "freely-redistributable", + "henry-spencer-regex", + "public-domain", + "verbatim" + ], + "origin": "Martin Schulze (maintainer)", + "package": "manpages", + "size": "1500000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.16-2" + }, + { + "cpes": [ + "cpe:2.3:a:maven:maven:3.6.0-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Java Maintainers (maintainer)", + "package": "maven", + "size": "124000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.6.0-1" + }, + { + "cpes": [ + "cpe:2.3:a:mawk:mawk:1.3.3-17+b3:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Steve Langasek (maintainer)", + "package": "mawk", + "size": "183000", + "sourcepkg": "mawk", + "type": "dpkg", + "version": "1.3.3-17+b3" + }, + { + "cpes": [ + "cpe:2.3:a:mime-support:mime-support:3.62:*:*:*:*:*:*:*", + "cpe:2.3:a:mime-support:mime_support:3.62:*:*:*:*:*:*:*", + "cpe:2.3:a:mime:mime-support:3.62:*:*:*:*:*:*:*", + "cpe:2.3:a:mime:mime_support:3.62:*:*:*:*:*:*:*", + "cpe:2.3:a:mime_support:mime-support:3.62:*:*:*:*:*:*:*", + "cpe:2.3:a:mime_support:mime_support:3.62:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Mime-Support Packagers (maintainer)", + "package": "mime-support", + "size": "110000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.62" + }, + { + "cpes": [ + "cpe:2.3:a:mount:mount:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "mount", + "size": "418000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:ncurses-base:ncurses-base:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-base:ncurses_base:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses-base:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses_base:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_base:ncurses-base:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_base:ncurses_base:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Craig Small (maintainer)", + "package": "ncurses-base", + "size": "368000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.1+20181013-2+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:ncurses-bin:ncurses-bin:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-bin:ncurses_bin:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses-bin:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses_bin:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_bin:ncurses-bin:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_bin:ncurses_bin:6.1+20181013-2+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Craig Small (maintainer)", + "package": "ncurses-bin", + "size": "616000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.1+20181013-2+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:netbase:netbase:5.6:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Marco d'Itri (maintainer)", + "package": "netbase", + "size": "44000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "5.6" + }, + { + "cpes": [ + "cpe:2.3:a:npm:npm:5.8.0+ds6-4+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian Javascript Maintainers (maintainer)", + "package": "npm", + "size": "8446000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "5.8.0+ds6-4+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:openjdk-11-jre-headless:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11-jre-headless:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11-jre:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11-jre:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre_headless:openjdk-11-jre-headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre_headless:openjdk_11_jre_headless:11.0.9.1+1-1~deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "OpenJDK Team (maintainer)", + "package": "openjdk-11-jre-headless", + "size": "167634000", + "sourcepkg": "openjdk-11", + "type": "dpkg", + "version": "11.0.9.1+1-1~deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:openssl:openssl:1.1.1d-0+deb10u6:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian OpenSSL Team (maintainer)", + "package": "openssl", + "size": "1460000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.1.1d-0+deb10u6" + }, + { + "cpes": [ + "cpe:2.3:a:passwd:passwd:1:4.5-1.1:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Shadow package maintainers (maintainer)", + "package": "passwd", + "size": "2591000", + "sourcepkg": "shadow", + "type": "dpkg", + "version": "1:4.5-1.1" + }, + { + "cpes": [ + "cpe:2.3:a:perl:perl:5.28.1-6+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Artistic Artistic-2 Artistic-dist BSD-3-clause BSD-3-clause-GENERIC BSD-3-clause-with-weird-numbering BSD-4-clause-POWERDOG BZIP DONT-CHANGE-THE-GPL Expat GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-3+-WITH-BISON-EXCEPTION HSIEH-BSD HSIEH-DERIVATIVE LGPL-2.1 REGCOMP REGCOMP, RRA-KEEP-THIS-NOTICE S2P SDBM-PUBLIC-DOMAIN TEXT-TABS Unicode ZLIB", + "licenses": [ + "Artistic", + "Artistic-2", + "Artistic-dist", + "BSD-3-clause", + "BSD-3-clause-GENERIC", + "BSD-3-clause-with-weird-numbering", + "BSD-4-clause-POWERDOG", + "BZIP", + "DONT-CHANGE-THE-GPL", + "Expat", + "GPL-1", + "GPL-1+", + "GPL-2", + "GPL-2+", + "GPL-3+-WITH-BISON-EXCEPTION", + "HSIEH-BSD", + "HSIEH-DERIVATIVE", + "LGPL-2.1", + "REGCOMP", + "REGCOMP,", + "RRA-KEEP-THIS-NOTICE", + "S2P", + "SDBM-PUBLIC-DOMAIN", + "TEXT-TABS", + "Unicode", + "ZLIB" + ], + "origin": "Niko Tyni (maintainer)", + "package": "perl", + "size": "575000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "5.28.1-6+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:perl-base:perl-base:5.28.1-6+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:perl-base:perl_base:5.28.1-6+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:perl:perl-base:5.28.1-6+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:perl:perl_base:5.28.1-6+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:perl_base:perl-base:5.28.1-6+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:perl_base:perl_base:5.28.1-6+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Artistic Artistic-2 Artistic-dist BSD-3-clause BSD-3-clause-GENERIC BSD-3-clause-with-weird-numbering BSD-4-clause-POWERDOG BZIP DONT-CHANGE-THE-GPL Expat GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-3+-WITH-BISON-EXCEPTION HSIEH-BSD HSIEH-DERIVATIVE LGPL-2.1 REGCOMP REGCOMP, RRA-KEEP-THIS-NOTICE S2P SDBM-PUBLIC-DOMAIN TEXT-TABS Unicode ZLIB", + "licenses": [ + "Artistic", + "Artistic-2", + "Artistic-dist", + "BSD-3-clause", + "BSD-3-clause-GENERIC", + "BSD-3-clause-with-weird-numbering", + "BSD-4-clause-POWERDOG", + "BZIP", + "DONT-CHANGE-THE-GPL", + "Expat", + "GPL-1", + "GPL-1+", + "GPL-2", + "GPL-2+", + "GPL-3+-WITH-BISON-EXCEPTION", + "HSIEH-BSD", + "HSIEH-DERIVATIVE", + "LGPL-2.1", + "REGCOMP", + "REGCOMP,", + "RRA-KEEP-THIS-NOTICE", + "S2P", + "SDBM-PUBLIC-DOMAIN", + "TEXT-TABS", + "Unicode", + "ZLIB" + ], + "origin": "Niko Tyni (maintainer)", + "package": "perl-base", + "size": "10148000", + "sourcepkg": "perl", + "type": "dpkg", + "version": "5.28.1-6+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:python:python:2.7.16-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "python", + "size": "68000", + "sourcepkg": "python-defaults", + "type": "dpkg", + "version": "2.7.16-1" + }, + { + "cpes": [ + "cpe:2.3:a:python2.7-minimal:python2.7-minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7-minimal:python2.7_minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7:python2.7-minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7:python2.7_minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7_minimal:python2.7-minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7_minimal:python2.7_minimal:2.7.16-2+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "python2.7-minimal", + "size": "3735000", + "sourcepkg": "python2.7", + "type": "dpkg", + "version": "2.7.16-2+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:python3:python3:3.7.3-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "python3", + "size": "187000", + "sourcepkg": "python3-defaults", + "type": "dpkg", + "version": "3.7.3-1" + }, + { + "cpes": [ + "cpe:2.3:a:python3.7-minimal:python3.7-minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.7-minimal:python3.7_minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.7:python3.7-minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.7:python3.7_minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.7_minimal:python3.7-minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.7_minimal:python3.7_minimal:3.7.3-2+deb10u3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "python3.7-minimal", + "size": "9652000", + "sourcepkg": "python3.7", + "type": "dpkg", + "version": "3.7.3-2+deb10u3" + }, + { + "cpes": [ + "cpe:2.3:a:readline-common:readline-common:7.0-5:*:*:*:*:*:*:*", + "cpe:2.3:a:readline-common:readline_common:7.0-5:*:*:*:*:*:*:*", + "cpe:2.3:a:readline:readline-common:7.0-5:*:*:*:*:*:*:*", + "cpe:2.3:a:readline:readline_common:7.0-5:*:*:*:*:*:*:*", + "cpe:2.3:a:readline_common:readline-common:7.0-5:*:*:*:*:*:*:*", + "cpe:2.3:a:readline_common:readline_common:7.0-5:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Matthias Klose (maintainer)", + "package": "readline-common", + "size": "89000", + "sourcepkg": "readline", + "type": "dpkg", + "version": "7.0-5" + }, + { + "cpes": [ + "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*" + ], + "license": "GPL-3", + "licenses": [ + "GPL-3" + ], + "origin": "Clint Adams (maintainer)", + "package": "sed", + "size": "883000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.7-1" + }, + { + "cpes": [ + "cpe:2.3:a:shared-mime-info:shared-mime-info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime-info:shared_mime_info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime:shared-mime-info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime:shared_mime_info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared:shared-mime-info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared:shared_mime_info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime:shared-mime-info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime:shared_mime_info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime_info:shared-mime-info:1.10-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime_info:shared_mime_info:1.10-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian freedesktop.org maintainers (maintainer)", + "package": "shared-mime-info", + "size": "4831000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.10-1" + }, + { + "cpes": [ + "cpe:2.3:a:systemd:systemd:241-7~deb10u7:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian systemd Maintainers (maintainer)", + "package": "systemd", + "size": "13488000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "241-7~deb10u7" + }, + { + "cpes": [ + "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.93-8:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.93-8:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit:sysvinit-utils:2.93-8:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit:sysvinit_utils:2.93-8:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.93-8:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.93-8:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+", + "licenses": [ + "GPL-2", + "GPL-2+" + ], + "origin": "Debian sysvinit maintainers (maintainer)", + "package": "sysvinit-utils", + "size": "131000", + "sourcepkg": "sysvinit", + "type": "dpkg", + "version": "2.93-8" + }, + { + "cpes": [ + "cpe:2.3:a:tar:tar:1.30+dfsg-6:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-3", + "licenses": [ + "GPL-2", + "GPL-3" + ], + "origin": "Bdale Garbee (maintainer)", + "package": "tar", + "size": "2884000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.30+dfsg-6" + }, + { + "cpes": [ + "cpe:2.3:a:tzdata:tzdata:2021a-0+deb10u1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "GNU Libc Maintainers (maintainer)", + "package": "tzdata", + "size": "3040000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2021a-0+deb10u1" + }, + { + "cpes": [ + "cpe:2.3:a:ucf:ucf:3.0038+nmu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Manoj Srivastava (maintainer)", + "package": "ucf", + "size": "188000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.0038+nmu1" + }, + { + "cpes": [ + "cpe:2.3:a:unzip:unzip:6.0-23+deb10u2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Santiago Vila (maintainer)", + "package": "unzip", + "size": "566000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "6.0-23+deb10u2" + }, + { + "cpes": [ + "cpe:2.3:a:util-linux:util-linux:2.33.1-0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util-linux:util_linux:2.33.1-0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util:util-linux:2.33.1-0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util:util_linux:2.33.1-0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util_linux:util-linux:2.33.1-0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util_linux:util_linux:2.33.1-0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "LaMont Jones (maintainer)", + "package": "util-linux", + "size": "4327000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2.33.1-0.1" + }, + { + "cpes": [ + "cpe:2.3:a:x11-common:x11-common:1:7.7+19:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-common:x11_common:1:7.7+19:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11-common:1:7.7+19:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11_common:1:7.7+19:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_common:x11-common:1:7.7+19:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_common:x11_common:1:7.7+19:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian X Strike Force (maintainer)", + "package": "x11-common", + "size": "305000", + "sourcepkg": "xorg", + "type": "dpkg", + "version": "1:7.7+19" + }, + { + "cpes": [ + "cpe:2.3:a:x11-utils:x11-utils:7.7+4:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-utils:x11_utils:7.7+4:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11-utils:7.7+4:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11_utils:7.7+4:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_utils:x11-utils:7.7+4:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_utils:x11_utils:7.7+4:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian X Strike Force (maintainer)", + "package": "x11-utils", + "size": "631000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "7.7+4" + }, + { + "cpes": [ + "cpe:2.3:a:xdg-user-dirs:xdg-user-dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg-user-dirs:xdg_user_dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg-user:xdg-user-dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg-user:xdg_user_dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg:xdg-user-dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg:xdg_user_dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user:xdg-user-dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user:xdg_user_dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user_dirs:xdg-user-dirs:0.17-2:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user_dirs:xdg_user_dirs:0.17-2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Debian GNOME Maintainers (maintainer)", + "package": "xdg-user-dirs", + "size": "375000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.17-2" + }, + { + "cpes": [ + "cpe:2.3:a:zlib1g:zlib1g:1:1.2.11.dfsg-1:*:*:*:*:*:*:*" + ], + "license": "Zlib", + "licenses": [ + "Zlib" + ], + "origin": "Mark Brown (maintainer)", + "package": "zlib1g", + "size": "174000", + "sourcepkg": "zlib", + "type": "dpkg", + "version": "1:1.2.11.dfsg-1" + } + ], + "content_type": "os", + "imageDigest": "sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/os/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json b/tests/functional/services/api/images/content/expected_content/os/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json new file mode 100644 index 000000000..34e0d006b --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/os/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json @@ -0,0 +1,265 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:alpine-baselayout:alpine-baselayout:3.2.0-r7:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine-baselayout:alpine_baselayout:3.2.0-r7:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine:alpine-baselayout:3.2.0-r7:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine:alpine_baselayout:3.2.0-r7:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine_baselayout:alpine-baselayout:3.2.0-r7:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine_baselayout:alpine_baselayout:3.2.0-r7:*:*:*:*:*:*:*" + ], + "license": "GPL-2.0-only", + "licenses": [ + "GPL-2.0-only" + ], + "origin": "Natanael Copa ", + "package": "alpine-baselayout", + "size": "409600", + "sourcepkg": "alpine-baselayout", + "type": "APKG", + "version": "3.2.0-r7" + }, + { + "cpes": [ + "cpe:2.3:a:alpine-keys:alpine-keys:2.2-r0:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine-keys:alpine_keys:2.2-r0:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine:alpine-keys:2.2-r0:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine:alpine_keys:2.2-r0:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine_keys:alpine-keys:2.2-r0:*:*:*:*:*:*:*", + "cpe:2.3:a:alpine_keys:alpine_keys:2.2-r0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "Natanael Copa ", + "package": "alpine-keys", + "size": "106496", + "sourcepkg": "alpine-keys", + "type": "APKG", + "version": "2.2-r0" + }, + { + "cpes": [ + "cpe:2.3:a:apk-tools:apk-tools:2.10.5-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:apk-tools:apk_tools:2.10.5-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:apk:apk-tools:2.10.5-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:apk:apk_tools:2.10.5-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:apk_tools:apk-tools:2.10.5-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:apk_tools:apk_tools:2.10.5-r1:*:*:*:*:*:*:*" + ], + "license": "GPL-2.0-only", + "licenses": [ + "GPL-2.0-only" + ], + "origin": "Natanael Copa ", + "package": "apk-tools", + "size": "262144", + "sourcepkg": "apk-tools", + "type": "APKG", + "version": "2.10.5-r1" + }, + { + "cpes": [ + "cpe:2.3:a:busybox:busybox:1.31.1-r19:*:*:*:*:*:*:*" + ], + "license": "GPL-2.0-only", + "licenses": [ + "GPL-2.0-only" + ], + "origin": "Natanael Copa ", + "package": "busybox", + "size": "962560", + "sourcepkg": "busybox", + "type": "APKG", + "version": "1.31.1-r19" + }, + { + "cpes": [ + "cpe:2.3:a:ca-certificates-bundle:ca-certificates-bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates-bundle:ca_certificates_bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca-certificates-bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca_certificates_bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca-certificates-bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca_certificates_bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca-certificates-bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca_certificates_bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates_bundle:ca-certificates-bundle:20191127-r4:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates_bundle:ca_certificates_bundle:20191127-r4:*:*:*:*:*:*:*" + ], + "license": "MPL-2.0 GPL-2.0-or-later", + "licenses": [ + "GPL-2.0-or-later", + "MPL-2.0" + ], + "origin": "Natanael Copa ", + "package": "ca-certificates-bundle", + "size": "233472", + "sourcepkg": "ca-certificates", + "type": "APKG", + "version": "20191127-r4" + }, + { + "cpes": [ + "cpe:2.3:a:libc-utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "cpe:2.3:a:libc-utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*", + "cpe:2.3:a:libc:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "cpe:2.3:a:libc:libc_utils:0.7.2-r3:*:*:*:*:*:*:*", + "cpe:2.3:a:libc_utils:libc-utils:0.7.2-r3:*:*:*:*:*:*:*", + "cpe:2.3:a:libc_utils:libc_utils:0.7.2-r3:*:*:*:*:*:*:*" + ], + "license": "BSD-2-Clause AND BSD-3-Clause", + "licenses": [ + "AND", + "BSD-2-Clause", + "BSD-3-Clause" + ], + "origin": "Natanael Copa ", + "package": "libc-utils", + "size": "4096", + "sourcepkg": "libc-dev", + "type": "APKG", + "version": "0.7.2-r3" + }, + { + "cpes": [ + "cpe:2.3:a:libcrypto1.1:libcrypto1.1:1.1.1k-r0:*:*:*:*:*:*:*" + ], + "license": "OpenSSL", + "licenses": [ + "OpenSSL" + ], + "origin": "Timo Teras ", + "package": "libcrypto1.1", + "size": "2764800", + "sourcepkg": "openssl", + "type": "APKG", + "version": "1.1.1k-r0" + }, + { + "cpes": [ + "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1k-r0:*:*:*:*:*:*:*" + ], + "license": "OpenSSL", + "licenses": [ + "OpenSSL" + ], + "origin": "Timo Teras ", + "package": "libssl1.1", + "size": "540672", + "sourcepkg": "openssl", + "type": "APKG", + "version": "1.1.1k-r0" + }, + { + "cpes": [ + "cpe:2.3:a:libtls-standalone:libtls-standalone:2.9.1-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:libtls-standalone:libtls_standalone:2.9.1-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:libtls:libtls-standalone:2.9.1-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:libtls:libtls_standalone:2.9.1-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:libtls_standalone:libtls-standalone:2.9.1-r1:*:*:*:*:*:*:*", + "cpe:2.3:a:libtls_standalone:libtls_standalone:2.9.1-r1:*:*:*:*:*:*:*" + ], + "license": "ISC", + "licenses": [ + "ISC" + ], + "origin": "N/A", + "package": "libtls-standalone", + "size": "110592", + "sourcepkg": "libtls-standalone", + "type": "APKG", + "version": "2.9.1-r1" + }, + { + "cpes": [ + "cpe:2.3:a:musl:musl:1.1.24-r10:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "Timo Ter\u00e4s ", + "package": "musl", + "size": "614400", + "sourcepkg": "musl", + "type": "APKG", + "version": "1.1.24-r10" + }, + { + "cpes": [ + "cpe:2.3:a:musl-utils:musl-utils:1.1.24-r10:*:*:*:*:*:*:*", + "cpe:2.3:a:musl-utils:musl_utils:1.1.24-r10:*:*:*:*:*:*:*", + "cpe:2.3:a:musl:musl-utils:1.1.24-r10:*:*:*:*:*:*:*", + "cpe:2.3:a:musl:musl_utils:1.1.24-r10:*:*:*:*:*:*:*", + "cpe:2.3:a:musl_utils:musl-utils:1.1.24-r10:*:*:*:*:*:*:*", + "cpe:2.3:a:musl_utils:musl_utils:1.1.24-r10:*:*:*:*:*:*:*" + ], + "license": "MIT BSD GPL2+", + "licenses": [ + "BSD", + "GPL2+", + "MIT" + ], + "origin": "Timo Ter\u00e4s ", + "package": "musl-utils", + "size": "151552", + "sourcepkg": "musl", + "type": "APKG", + "version": "1.1.24-r10" + }, + { + "cpes": [ + "cpe:2.3:a:scanelf:scanelf:1.2.6-r0:*:*:*:*:*:*:*" + ], + "license": "GPL-2.0-only", + "licenses": [ + "GPL-2.0-only" + ], + "origin": "Natanael Copa ", + "package": "scanelf", + "size": "94208", + "sourcepkg": "pax-utils", + "type": "APKG", + "version": "1.2.6-r0" + }, + { + "cpes": [ + "cpe:2.3:a:ssl-client:ssl-client:1.31.1-r19:*:*:*:*:*:*:*", + "cpe:2.3:a:ssl-client:ssl_client:1.31.1-r19:*:*:*:*:*:*:*", + "cpe:2.3:a:ssl:ssl-client:1.31.1-r19:*:*:*:*:*:*:*", + "cpe:2.3:a:ssl:ssl_client:1.31.1-r19:*:*:*:*:*:*:*", + "cpe:2.3:a:ssl_client:ssl-client:1.31.1-r19:*:*:*:*:*:*:*", + "cpe:2.3:a:ssl_client:ssl_client:1.31.1-r19:*:*:*:*:*:*:*" + ], + "license": "GPL-2.0-only", + "licenses": [ + "GPL-2.0-only" + ], + "origin": "Natanael Copa ", + "package": "ssl_client", + "size": "28672", + "sourcepkg": "busybox", + "type": "APKG", + "version": "1.31.1-r19" + }, + { + "cpes": [ + "cpe:2.3:a:zlib:zlib:1.2.11-r3:*:*:*:*:*:*:*" + ], + "license": "Zlib", + "licenses": [ + "Zlib" + ], + "origin": "Natanael Copa ", + "package": "zlib", + "size": "110592", + "sourcepkg": "zlib", + "type": "APKG", + "version": "1.2.11-r3" + } + ], + "content_type": "os", + "imageDigest": "sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/os/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json b/tests/functional/services/api/images/content/expected_content/os/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json new file mode 100644 index 000000000..975fd9113 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/os/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json @@ -0,0 +1,2703 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:adduser:adduser:3.118ubuntu2:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Ubuntu Core Developers (maintainer)", + "package": "adduser", + "size": "624000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.118ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:apt:apt:2.0.6:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPLv2+", + "licenses": [ + "GPL-2", + "GPLv2+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "apt", + "size": "4209000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2.0.6" + }, + { + "cpes": [ + "cpe:2.3:a:at-spi2-core:at-spi2-core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at-spi2-core:at_spi2_core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at-spi2:at-spi2-core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at-spi2:at_spi2_core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at:at-spi2-core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at:at_spi2_core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2:at-spi2-core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2:at_spi2_core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2_core:at-spi2-core:2.36.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:at_spi2_core:at_spi2_core:2.36.0-2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "at-spi2-core", + "size": "284000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2.36.0-2" + }, + { + "cpes": [ + "cpe:2.3:a:base-files:base-files:11ubuntu5.4:*:*:*:*:*:*:*", + "cpe:2.3:a:base-files:base_files:11ubuntu5.4:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base-files:11ubuntu5.4:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base_files:11ubuntu5.4:*:*:*:*:*:*:*", + "cpe:2.3:a:base_files:base-files:11ubuntu5.4:*:*:*:*:*:*:*", + "cpe:2.3:a:base_files:base_files:11ubuntu5.4:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "base-files", + "size": "392000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "11ubuntu5.4" + }, + { + "cpes": [ + "cpe:2.3:a:base-passwd:base-passwd:3.5.47:*:*:*:*:*:*:*", + "cpe:2.3:a:base-passwd:base_passwd:3.5.47:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base-passwd:3.5.47:*:*:*:*:*:*:*", + "cpe:2.3:a:base:base_passwd:3.5.47:*:*:*:*:*:*:*", + "cpe:2.3:a:base_passwd:base-passwd:3.5.47:*:*:*:*:*:*:*", + "cpe:2.3:a:base_passwd:base_passwd:3.5.47:*:*:*:*:*:*:*" + ], + "license": "GPL-2 PD", + "licenses": [ + "GPL-2", + "PD" + ], + "origin": "Colin Watson (maintainer)", + "package": "base-passwd", + "size": "233000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.5.47" + }, + { + "cpes": [ + "cpe:2.3:a:bash:bash:5.0-6ubuntu1.1:*:*:*:*:*:*:*" + ], + "license": "GPL-3", + "licenses": [ + "GPL-3" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "bash", + "size": "1656000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "5.0-6ubuntu1.1" + }, + { + "cpes": [ + "cpe:2.3:a:bsdutils:bsdutils:1:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "bsdutils", + "size": "303000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "1:2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:bzip2:bzip2:1.0.8-2:*:*:*:*:*:*:*" + ], + "license": "BSD-variant GPL-2", + "licenses": [ + "BSD-variant", + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "bzip2", + "size": "195000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.0.8-2" + }, + { + "cpes": [ + "cpe:2.3:a:ca-certificates:ca-certificates:20210119~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca_certificates:20210119~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca-certificates:20210119~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca_certificates:20210119~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca-certificates:20210119~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca_certificates:20210119~20.04.1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ MPL-2.0", + "licenses": [ + "GPL-2", + "GPL-2+", + "MPL-2.0" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "ca-certificates", + "size": "381000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "20210119~20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:ca-certificates-java:ca-certificates-java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates-java:ca_certificates_java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca-certificates-java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca_certificates_java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca-certificates-java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca_certificates_java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca-certificates-java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca_certificates_java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates_java:ca-certificates-java:20190405ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates_java:ca_certificates_java:20190405ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "ca-certificates-java", + "size": "43000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "20190405ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:coreutils:coreutils:8.30-3ubuntu2:*:*:*:*:*:*:*" + ], + "license": "GPL-3", + "licenses": [ + "GPL-3" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "coreutils", + "size": "7196000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "8.30-3ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:dash:dash:0.5.10.2-6:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "dash", + "size": "212000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.5.10.2-6" + }, + { + "cpes": [ + "cpe:2.3:a:dbus:dbus:1.12.16-2ubuntu2.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "dbus", + "size": "618000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.12.16-2ubuntu2.1" + }, + { + "cpes": [ + "cpe:2.3:a:debconf:debconf:1.5.73:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause", + "licenses": [ + "BSD-2-clause" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "debconf", + "size": "520000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.5.73" + }, + { + "cpes": [ + "cpe:2.3:a:debianutils:debianutils:4.9.1:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "debianutils", + "size": "230000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.9.1" + }, + { + "cpes": [ + "cpe:2.3:a:diffutils:diffutils:1:3.7-3:*:*:*:*:*:*:*" + ], + "license": "GFDL GPL", + "licenses": [ + "GFDL", + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "diffutils", + "size": "532000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1:3.7-3" + }, + { + "cpes": [ + "cpe:2.3:a:dirmngr:dirmngr:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "dirmngr", + "size": "918000", + "sourcepkg": "gnupg2", + "type": "dpkg", + "version": "2.2.19-3ubuntu2.1" + }, + { + "cpes": [ + "cpe:2.3:a:dpkg:dpkg:1.19.7ubuntu3:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause GPL-2 GPL-2+ public-domain-md5 public-domain-s-s-d", + "licenses": [ + "BSD-2-clause", + "GPL-2", + "GPL-2+", + "public-domain-md5", + "public-domain-s-s-d" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "dpkg", + "size": "6740000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.19.7ubuntu3" + }, + { + "cpes": [ + "cpe:2.3:a:dpkg-dev:dpkg-dev:1.19.7ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg-dev:dpkg_dev:1.19.7ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg:dpkg-dev:1.19.7ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg:dpkg_dev:1.19.7ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg_dev:dpkg-dev:1.19.7ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:dpkg_dev:dpkg_dev:1.19.7ubuntu3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "dpkg-dev", + "size": "2074000", + "sourcepkg": "dpkg", + "type": "dpkg", + "version": "1.19.7ubuntu3" + }, + { + "cpes": [ + "cpe:2.3:a:e2fsprogs:e2fsprogs:1.45.5-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2", + "licenses": [ + "GPL-2", + "LGPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "e2fsprogs", + "size": "1491000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.45.5-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:fdisk:fdisk:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "fdisk", + "size": "505000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:findutils:findutils:4.7.0-1ubuntu1:*:*:*:*:*:*:*" + ], + "license": "GFDL-1.3 GPL-3", + "licenses": [ + "GFDL-1.3", + "GPL-3" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "findutils", + "size": "668000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.7.0-1ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:fontconfig-config:fontconfig-config:2.13.1-2ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig-config:fontconfig_config:2.13.1-2ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig:fontconfig-config:2.13.1-2ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig:fontconfig_config:2.13.1-2ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig_config:fontconfig-config:2.13.1-2ubuntu3:*:*:*:*:*:*:*", + "cpe:2.3:a:fontconfig_config:fontconfig_config:2.13.1-2ubuntu3:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "fontconfig-config", + "size": "170000", + "sourcepkg": "fontconfig", + "type": "dpkg", + "version": "2.13.1-2ubuntu3" + }, + { + "cpes": [ + "cpe:2.3:a:fonts-dejavu-core:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts-dejavu-core:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts-dejavu:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts-dejavu:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu_core:fonts-dejavu-core:2.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:fonts_dejavu_core:fonts_dejavu_core:2.37-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "fonts-dejavu-core", + "size": "2954000", + "sourcepkg": "fonts-dejavu", + "type": "dpkg", + "version": "2.37-1" + }, + { + "cpes": [ + "cpe:2.3:a:gcc-10-base:gcc-10-base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc-10-base:gcc_10_base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc-10:gcc-10-base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc-10:gcc_10_base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc:gcc-10-base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc:gcc_10_base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_10:gcc-10-base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_10:gcc_10_base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_10_base:gcc-10-base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:gcc_10_base:gcc_10_base:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*" + ], + "license": "Artistic GFDL-1.2 GPL GPL-2 GPL-3 LGPL", + "licenses": [ + "Artistic", + "GFDL-1.2", + "GPL", + "GPL-2", + "GPL-3", + "LGPL" + ], + "origin": "Ubuntu Core developers (maintainer)", + "package": "gcc-10-base", + "size": "265000", + "sourcepkg": "gcc-10", + "type": "dpkg", + "version": "10.3.0-1ubuntu1~20.04" + }, + { + "cpes": [ + "cpe:2.3:a:gpg-agent:gpg-agent:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg-agent:gpg_agent:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg:gpg-agent:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg:gpg_agent:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg_agent:gpg-agent:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg_agent:gpg_agent:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "gpg-agent", + "size": "911000", + "sourcepkg": "gnupg2", + "type": "dpkg", + "version": "2.2.19-3ubuntu2.1" + }, + { + "cpes": [ + "cpe:2.3:a:gpgv:gpgv:2.2.19-3ubuntu2.1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause CC0-1.0 Expat GPL-3 GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ RFC-Reference TinySCHEME permissive", + "licenses": [ + "BSD-3-clause", + "CC0-1.0", + "Expat", + "GPL-3", + "GPL-3+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "RFC-Reference", + "TinySCHEME", + "permissive" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "gpgv", + "size": "499000", + "sourcepkg": "gnupg2", + "type": "dpkg", + "version": "2.2.19-3ubuntu2.1" + }, + { + "cpes": [ + "cpe:2.3:a:grep:grep:3.4-1:*:*:*:*:*:*:*" + ], + "license": "GPL-3 GPL-3+", + "licenses": [ + "GPL-3", + "GPL-3+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "grep", + "size": "496000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.4-1" + }, + { + "cpes": [ + "cpe:2.3:a:gzip:gzip:1.10-0ubuntu4:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "gzip", + "size": "245000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.10-0ubuntu4" + }, + { + "cpes": [ + "cpe:2.3:a:hostname:hostname:3.23:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "hostname", + "size": "54000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.23" + }, + { + "cpes": [ + "cpe:2.3:a:init-system-helpers:init-system-helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init-system-helpers:init_system_helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init-system:init-system-helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init-system:init_system_helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init:init-system-helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init:init_system_helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system:init-system-helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system:init_system_helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system_helpers:init-system-helpers:1.57:*:*:*:*:*:*:*", + "cpe:2.3:a:init_system_helpers:init_system_helpers:1.57:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause GPL-2 GPL-2+", + "licenses": [ + "BSD-3-clause", + "GPL-2", + "GPL-2+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "init-system-helpers", + "size": "133000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.57" + }, + { + "cpes": [ + "cpe:2.3:a:java-common:java-common:0.72:*:*:*:*:*:*:*", + "cpe:2.3:a:java-common:java_common:0.72:*:*:*:*:*:*:*", + "cpe:2.3:a:java:java-common:0.72:*:*:*:*:*:*:*", + "cpe:2.3:a:java:java_common:0.72:*:*:*:*:*:*:*", + "cpe:2.3:a:java_common:java-common:0.72:*:*:*:*:*:*:*", + "cpe:2.3:a:java_common:java_common:0.72:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "java-common", + "size": "37000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.72" + }, + { + "cpes": [ + "cpe:2.3:a:javascript-common:javascript-common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript-common:javascript_common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript:javascript-common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript:javascript_common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript_common:javascript-common:11:*:*:*:*:*:*:*", + "cpe:2.3:a:javascript_common:javascript_common:11:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "javascript-common", + "size": "68000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "11" + }, + { + "cpes": [ + "cpe:2.3:a:libacl1:libacl1:2.2.53-6:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ LGPL-2+ LGPL-2.1", + "licenses": [ + "GPL-2", + "GPL-2+", + "LGPL-2+", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libacl1", + "size": "70000", + "sourcepkg": "acl", + "type": "dpkg", + "version": "2.2.53-6" + }, + { + "cpes": [ + "cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.0.6:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.0.6:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt:libapt-pkg6.0:2.0.6:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt:libapt_pkg6.0:2.0.6:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.0.6:*:*:*:*:*:*:*", + "cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.0.6:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPLv2+", + "licenses": [ + "GPL-2", + "GPLv2+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libapt-pkg6.0", + "size": "3303000", + "sourcepkg": "apt", + "type": "dpkg", + "version": "2.0.6" + }, + { + "cpes": [ + "cpe:2.3:a:libattr1:libattr1:1:2.4.48-5:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ LGPL-2+ LGPL-2.1", + "licenses": [ + "GPL-2", + "GPL-2+", + "LGPL-2+", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libattr1", + "size": "57000", + "sourcepkg": "attr", + "type": "dpkg", + "version": "1:2.4.48-5" + }, + { + "cpes": [ + "cpe:2.3:a:libaudit-common:libaudit-common:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit-common:libaudit_common:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit:libaudit-common:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit:libaudit_common:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit_common:libaudit-common:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*", + "cpe:2.3:a:libaudit_common:libaudit_common:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + ], + "license": "GPL-1 GPL-2 LGPL-2.1", + "licenses": [ + "GPL-1", + "GPL-2", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libaudit-common", + "size": "24000", + "sourcepkg": "audit", + "type": "dpkg", + "version": "1:2.8.5-2ubuntu6" + }, + { + "cpes": [ + "cpe:2.3:a:libaudit1:libaudit1:1:2.8.5-2ubuntu6:*:*:*:*:*:*:*" + ], + "license": "GPL-1 GPL-2 LGPL-2.1", + "licenses": [ + "GPL-1", + "GPL-2", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libaudit1", + "size": "157000", + "sourcepkg": "audit", + "type": "dpkg", + "version": "1:2.8.5-2ubuntu6" + }, + { + "cpes": [ + "cpe:2.3:a:libblkid1:libblkid1:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libblkid1", + "size": "439000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-2:*:*:*:*:*:*:*" + ], + "license": "BSD-variant GPL-2", + "licenses": [ + "BSD-variant", + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libbz2-1.0", + "size": "99000", + "sourcepkg": "bzip2", + "type": "dpkg", + "version": "1.0.8-2" + }, + { + "cpes": [ + "cpe:2.3:a:libc-bin:libc-bin:2.31-0ubuntu9.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libc-bin:libc_bin:2.31-0ubuntu9.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libc:libc-bin:2.31-0ubuntu9.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libc:libc_bin:2.31-0ubuntu9.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libc_bin:libc-bin:2.31-0ubuntu9.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libc_bin:libc_bin:2.31-0ubuntu9.2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2.1", + "licenses": [ + "GPL-2", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libc-bin", + "size": "3712000", + "sourcepkg": "glibc", + "type": "dpkg", + "version": "2.31-0ubuntu9.2" + }, + { + "cpes": [ + "cpe:2.3:a:libc6:libc6:2.31-0ubuntu9.2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2.1", + "licenses": [ + "GPL-2", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libc6", + "size": "13246000", + "sourcepkg": "glibc", + "type": "dpkg", + "version": "2.31-0ubuntu9.2" + }, + { + "cpes": [ + "cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.1build1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.1build1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-3 LGPL-2.1", + "licenses": [ + "GPL-2", + "GPL-3", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libcap-ng0", + "size": "45000", + "sourcepkg": "libcap-ng", + "type": "dpkg", + "version": "0.7.9-2.1build1" + }, + { + "cpes": [ + "cpe:2.3:a:libcom-err2:libcom-err2:1.45.5-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom-err2:libcom_err2:1.45.5-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom:libcom-err2:1.45.5-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom:libcom_err2:1.45.5-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom_err2:libcom-err2:1.45.5-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom_err2:libcom_err2:1.45.5-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libcom-err2", + "size": "100000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.45.5-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libcrypt1:libcrypt1:1:4.4.10-10ubuntu4:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libcrypt1", + "size": "226000", + "sourcepkg": "libxcrypt", + "type": "dpkg", + "version": "1:4.4.10-10ubuntu4" + }, + { + "cpes": [ + "cpe:2.3:a:libdb5.3:libdb5.3:5.3.28+dfsg1-0.6ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libdb5.3", + "size": "1749000", + "sourcepkg": "db5.3", + "type": "dpkg", + "version": "5.3.28+dfsg1-0.6ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.251ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libdebconfclient0", + "size": "74000", + "sourcepkg": "cdebconf", + "type": "dpkg", + "version": "0.251ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libext2fs2:libext2fs2:1.45.5-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2", + "licenses": [ + "GPL-2", + "LGPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libext2fs2", + "size": "540000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.45.5-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libfakeroot:libfakeroot:1.24-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libfakeroot", + "size": "157000", + "sourcepkg": "fakeroot", + "type": "dpkg", + "version": "1.24-1" + }, + { + "cpes": [ + "cpe:2.3:a:libfdisk1:libfdisk1:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libfdisk1", + "size": "548000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:libffi7:libffi7:3.3-4:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libffi7", + "size": "65000", + "sourcepkg": "libffi", + "type": "dpkg", + "version": "3.3-4" + }, + { + "cpes": [ + "cpe:2.3:a:libgcc-s1:libgcc-s1:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcc-s1:libgcc_s1:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcc:libgcc-s1:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcc:libgcc_s1:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcc_s1:libgcc-s1:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcc_s1:libgcc_s1:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*" + ], + "license": "Artistic GFDL-1.2 GPL GPL-2 GPL-3 LGPL", + "licenses": [ + "Artistic", + "GFDL-1.2", + "GPL", + "GPL-2", + "GPL-3", + "LGPL" + ], + "origin": "Ubuntu Core developers (maintainer)", + "package": "libgcc-s1", + "size": "120000", + "sourcepkg": "gcc-10", + "type": "dpkg", + "version": "10.3.0-1ubuntu1~20.04" + }, + { + "cpes": [ + "cpe:2.3:a:libgcrypt20:libgcrypt20:1.8.5-5ubuntu1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL", + "licenses": [ + "GPL-2", + "LGPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libgcrypt20", + "size": "1224000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.8.5-5ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libgl1-mesa-dri:libgl1-mesa-dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1-mesa-dri:libgl1_mesa_dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1-mesa:libgl1-mesa-dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1-mesa:libgl1_mesa_dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1:libgl1-mesa-dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1:libgl1_mesa_dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa:libgl1-mesa-dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa:libgl1_mesa_dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa_dri:libgl1-mesa-dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgl1_mesa_dri:libgl1_mesa_dri:21.0.3-0ubuntu0.3~20.04.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libgl1-mesa-dri", + "size": "330668000", + "sourcepkg": "mesa", + "type": "dpkg", + "version": "21.0.3-0ubuntu0.3~20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:libglib2.0-0:libglib2.0-0:2.64.6-1~ubuntu20.04.4:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0-0:libglib2.0_0:2.64.6-1~ubuntu20.04.4:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0:libglib2.0-0:2.64.6-1~ubuntu20.04.4:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0:libglib2.0_0:2.64.6-1~ubuntu20.04.4:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0_0:libglib2.0-0:2.64.6-1~ubuntu20.04.4:*:*:*:*:*:*:*", + "cpe:2.3:a:libglib2.0_0:libglib2.0_0:2.64.6-1~ubuntu20.04.4:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libglib2.0-0", + "size": "3991000", + "sourcepkg": "glib2.0", + "type": "dpkg", + "version": "2.64.6-1~ubuntu20.04.4" + }, + { + "cpes": [ + "cpe:2.3:a:libgmp10:libgmp10:2:6.2.0+dfsg-4:*:*:*:*:*:*:*" + ], + "license": "GPL GPL-2 GPL-3 LGPL-3", + "licenses": [ + "GPL", + "GPL-2", + "GPL-3", + "LGPL-3" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libgmp10", + "size": "567000", + "sourcepkg": "gmp", + "type": "dpkg", + "version": "2:6.2.0+dfsg-4" + }, + { + "cpes": [ + "cpe:2.3:a:libgnutls30:libgnutls30:3.6.13-2ubuntu1.6:*:*:*:*:*:*:*" + ], + "license": "Apache-2.0 BSD-3-Clause CC0 Expat GFDL-1.3 GPL GPL-3 GPLv3+ LGPL LGPL-3 LGPLv2.1+ LGPLv3+_or_GPLv2+ The", + "licenses": [ + "Apache-2.0", + "BSD-3-Clause", + "CC0", + "Expat", + "GFDL-1.3", + "GPL", + "GPL-3", + "GPLv3+", + "LGPL", + "LGPL-3", + "LGPLv2.1+", + "LGPLv3+_or_GPLv2+", + "The" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libgnutls30", + "size": "2192000", + "sourcepkg": "gnutls28", + "type": "dpkg", + "version": "3.6.13-2ubuntu1.6" + }, + { + "cpes": [ + "cpe:2.3:a:libgpg-error0:libgpg-error0:1.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg-error0:libgpg_error0:1.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg:libgpg-error0:1.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg:libgpg_error0:1.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg_error0:libgpg-error0:1.37-1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg_error0:libgpg_error0:1.37-1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause GPL-3 GPL-3+ LGPL-2.1 LGPL-2.1+ g10-permissive", + "licenses": [ + "BSD-3-clause", + "GPL-3", + "GPL-3+", + "LGPL-2.1", + "LGPL-2.1+", + "g10-permissive" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libgpg-error0", + "size": "176000", + "sourcepkg": "libgpg-error", + "type": "dpkg", + "version": "1.37-1" + }, + { + "cpes": [ + "cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.17-6ubuntu4.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.17-6ubuntu4.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libgssapi-krb5-2", + "size": "426000", + "sourcepkg": "krb5", + "type": "dpkg", + "version": "1.17-6ubuntu4.1" + }, + { + "cpes": [ + "cpe:2.3:a:libhogweed5:libhogweed5:3.5.1+really3.5.1-2ubuntu0.2:*:*:*:*:*:*:*" + ], + "license": "GAP GPL GPL-2 GPL-2+ LGPL LGPL-2 LGPL-2+ LGPL-2.1+ other public-domain", + "licenses": [ + "GAP", + "GPL", + "GPL-2", + "GPL-2+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1+", + "other", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libhogweed5", + "size": "237000", + "sourcepkg": "nettle", + "type": "dpkg", + "version": "3.5.1+really3.5.1-2ubuntu0.2" + }, + { + "cpes": [ + "cpe:2.3:a:libidn2-0:libidn2-0:2.2.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2-0:libidn2_0:2.2.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2:libidn2-0:2.2.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2:libidn2_0:2.2.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2_0:libidn2-0:2.2.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn2_0:libidn2_0:2.2.0-2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LGPL-3+ Unicode", + "licenses": [ + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL-3", + "LGPL-3+", + "Unicode" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libidn2-0", + "size": "216000", + "sourcepkg": "libidn2", + "type": "dpkg", + "version": "2.2.0-2" + }, + { + "cpes": [ + "cpe:2.3:a:libldap-common:libldap-common:2.4.49+dfsg-2ubuntu1.8:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap-common:libldap_common:2.4.49+dfsg-2ubuntu1.8:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap:libldap-common:2.4.49+dfsg-2ubuntu1.8:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap:libldap_common:2.4.49+dfsg-2ubuntu1.8:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap_common:libldap-common:2.4.49+dfsg-2ubuntu1.8:*:*:*:*:*:*:*", + "cpe:2.3:a:libldap_common:libldap_common:2.4.49+dfsg-2ubuntu1.8:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libldap-common", + "size": "102000", + "sourcepkg": "openldap", + "type": "dpkg", + "version": "2.4.49+dfsg-2ubuntu1.8" + }, + { + "cpes": [ + "cpe:2.3:a:liblz4-1:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4-1:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4_1:liblz4-1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:liblz4_1:liblz4_1:1.9.2-2ubuntu0.20.04.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause GPL-2 GPL-2+", + "licenses": [ + "BSD-2-clause", + "GPL-2", + "GPL-2+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "liblz4-1", + "size": "149000", + "sourcepkg": "lz4", + "type": "dpkg", + "version": "1.9.2-2ubuntu0.20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:liblzma5:liblzma5:5.2.4-1ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Autoconf GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2.1 LGPL-2.1+ PD PD-debian config-h noderivs permissive-fsf permissive-nowarranty probably-PD", + "licenses": [ + "Autoconf", + "GPL-2", + "GPL-2+", + "GPL-3", + "LGPL-2", + "LGPL-2.1", + "LGPL-2.1+", + "PD", + "PD-debian", + "config-h", + "noderivs", + "permissive-fsf", + "permissive-nowarranty", + "probably-PD" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "liblzma5", + "size": "267000", + "sourcepkg": "xz-utils", + "type": "dpkg", + "version": "5.2.4-1ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libmagic1:libmagic1:1:5.38-4:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libmagic1", + "size": "220000", + "sourcepkg": "file", + "type": "dpkg", + "version": "1:5.38-4" + }, + { + "cpes": [ + "cpe:2.3:a:libmount1:libmount1:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libmount1", + "size": "481000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:libncurses6:libncurses6:6.2-0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libncurses6", + "size": "337000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.2-0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:libncursesw6:libncursesw6:6.2-0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libncursesw6", + "size": "418000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.2-0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:libnettle7:libnettle7:3.5.1+really3.5.1-2ubuntu0.2:*:*:*:*:*:*:*" + ], + "license": "GAP GPL GPL-2 GPL-2+ LGPL LGPL-2 LGPL-2+ LGPL-2.1+ other public-domain", + "licenses": [ + "GAP", + "GPL", + "GPL-2", + "GPL-2+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1+", + "other", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libnettle7", + "size": "396000", + "sourcepkg": "nettle", + "type": "dpkg", + "version": "3.5.1+really3.5.1-2ubuntu0.2" + }, + { + "cpes": [ + "cpe:2.3:a:libp11-kit0:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11-kit0:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11_kit0:libp11-kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libp11_kit0:libp11_kit0:0.23.20-1ubuntu0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-Clause ISC ISC+IBM permissive-like-automake-output same-as-rest-of-p11kit", + "licenses": [ + "BSD-3-Clause", + "ISC", + "ISC+IBM", + "permissive-like-automake-output", + "same-as-rest-of-p11kit" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libp11-kit0", + "size": "1271000", + "sourcepkg": "p11-kit", + "type": "dpkg", + "version": "0.23.20-1ubuntu0.1" + }, + { + "cpes": [ + "cpe:2.3:a:libpam-modules:libpam-modules:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules:libpam_modules:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam-modules:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam_modules:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam-modules:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam_modules:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpam-modules", + "size": "1166000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5ubuntu4.2" + }, + { + "cpes": [ + "cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules:libpam-modules-bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-modules:libpam_modules_bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam-modules-bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam_modules_bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam-modules-bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules:libpam_modules_bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpam-modules-bin", + "size": "339000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5ubuntu4.2" + }, + { + "cpes": [ + "cpe:2.3:a:libpam-runtime:libpam-runtime:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam-runtime:libpam_runtime:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam-runtime:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam:libpam_runtime:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_runtime:libpam-runtime:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*", + "cpe:2.3:a:libpam_runtime:libpam_runtime:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpam-runtime", + "size": "304000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5ubuntu4.2" + }, + { + "cpes": [ + "cpe:2.3:a:libpam0g:libpam0g:1.3.1-5ubuntu4.2:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpam0g", + "size": "231000", + "sourcepkg": "pam", + "type": "dpkg", + "version": "1.3.1-5ubuntu4.2" + }, + { + "cpes": [ + "cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2:libpcre2-8-0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2:libpcre2_8_0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.34-7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.34-7:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpcre2-8-0", + "size": "592000", + "sourcepkg": "pcre2", + "type": "dpkg", + "version": "10.34-7" + }, + { + "cpes": [ + "cpe:2.3:a:libpcre3:libpcre3:2:8.39-12build1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpcre3", + "size": "671000", + "sourcepkg": "pcre3", + "type": "dpkg", + "version": "2:8.39-12build1" + }, + { + "cpes": [ + "cpe:2.3:a:libprocps8:libprocps8:2:3.3.16-1ubuntu2.2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2.0+ LGPL-2 LGPL-2.0+ LGPL-2.1 LGPL-2.1+", + "licenses": [ + "GPL-2", + "GPL-2.0+", + "LGPL-2", + "LGPL-2.0+", + "LGPL-2.1", + "LGPL-2.1+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libprocps8", + "size": "128000", + "sourcepkg": "procps", + "type": "dpkg", + "version": "2:3.3.16-1ubuntu2.2" + }, + { + "cpes": [ + "cpe:2.3:a:libpython2.7-minimal:libpython2.7-minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7-minimal:libpython2.7_minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7:libpython2.7-minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7:libpython2.7_minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7_minimal:libpython2.7-minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython2.7_minimal:libpython2.7_minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libpython2.7-minimal", + "size": "2782000", + "sourcepkg": "python2.7", + "type": "dpkg", + "version": "2.7.18-1~20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:libpython3.8-minimal:libpython3.8-minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.8-minimal:libpython3.8_minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.8:libpython3.8-minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.8:libpython3.8_minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.8_minimal:libpython3.8-minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:libpython3.8_minimal:libpython3.8_minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Core Developers (maintainer)", + "package": "libpython3.8-minimal", + "size": "4793000", + "sourcepkg": "python3.8", + "type": "dpkg", + "version": "3.8.10-0ubuntu1~20.04" + }, + { + "cpes": [ + "cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.27+dfsg-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.27+dfsg-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2:libsasl2-modules:2.1.27+dfsg-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2:libsasl2_modules:2.1.27+dfsg-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.27+dfsg-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.27+dfsg-2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsasl2-modules", + "size": "236000", + "sourcepkg": "cyrus-sasl2", + "type": "dpkg", + "version": "2.1.27+dfsg-2" + }, + { + "cpes": [ + "cpe:2.3:a:libseccomp2:libseccomp2:2.5.1-1ubuntu1~20.04.1:*:*:*:*:*:*:*" + ], + "license": "LGPL-2.1", + "licenses": [ + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libseccomp2", + "size": "152000", + "sourcepkg": "libseccomp", + "type": "dpkg", + "version": "2.5.1-1ubuntu1~20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:libselinux1:libselinux1:3.0-1build2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2.1", + "licenses": [ + "GPL-2", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libselinux1", + "size": "202000", + "sourcepkg": "libselinux", + "type": "dpkg", + "version": "3.0-1build2" + }, + { + "cpes": [ + "cpe:2.3:a:libsemanage-common:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage-common:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage_common:libsemanage-common:3.0-1build2:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage_common:libsemanage_common:3.0-1build2:*:*:*:*:*:*:*" + ], + "license": "GPL LGPL", + "licenses": [ + "GPL", + "LGPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsemanage-common", + "size": "36000", + "sourcepkg": "libsemanage", + "type": "dpkg", + "version": "3.0-1build2" + }, + { + "cpes": [ + "cpe:2.3:a:libsemanage1:libsemanage1:3.0-1build2:*:*:*:*:*:*:*" + ], + "license": "GPL LGPL", + "licenses": [ + "GPL", + "LGPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsemanage1", + "size": "305000", + "sourcepkg": "libsemanage", + "type": "dpkg", + "version": "3.0-1build2" + }, + { + "cpes": [ + "cpe:2.3:a:libsensors-config:libsensors-config:1:3.6.0-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors-config:libsensors_config:1:3.6.0-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors:libsensors-config:1:3.6.0-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors:libsensors_config:1:3.6.0-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors_config:libsensors-config:1:3.6.0-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:libsensors_config:libsensors_config:1:3.6.0-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsensors-config", + "size": "42000", + "sourcepkg": "lm-sensors", + "type": "dpkg", + "version": "1:3.6.0-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libsepol1:libsepol1:3.0-1:*:*:*:*:*:*:*" + ], + "license": "GPL LGPL", + "licenses": [ + "GPL", + "LGPL" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsepol1", + "size": "738000", + "sourcepkg": "libsepol", + "type": "dpkg", + "version": "3.0-1" + }, + { + "cpes": [ + "cpe:2.3:a:libsmartcols1:libsmartcols1:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsmartcols1", + "size": "337000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:libss2:libss2:1.45.5-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libss2", + "size": "108000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.45.5-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:libssl1.1:libssl1.1:1.1.1f-1ubuntu2.8:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libssl1.1", + "size": "4027000", + "sourcepkg": "openssl", + "type": "dpkg", + "version": "1.1.1f-1ubuntu2.8" + }, + { + "cpes": [ + "cpe:2.3:a:libstdc++6:libstdc++6:10.3.0-1ubuntu1~20.04:*:*:*:*:*:*:*" + ], + "license": "Artistic GFDL-1.2 GPL GPL-2 GPL-3 LGPL", + "licenses": [ + "Artistic", + "GFDL-1.2", + "GPL", + "GPL-2", + "GPL-3", + "LGPL" + ], + "origin": "Ubuntu Core developers (maintainer)", + "package": "libstdc++6", + "size": "2437000", + "sourcepkg": "gcc-10", + "type": "dpkg", + "version": "10.3.0-1ubuntu1~20.04" + }, + { + "cpes": [ + "cpe:2.3:a:libsystemd0:libsystemd0:245.4-4ubuntu3.11:*:*:*:*:*:*:*" + ], + "license": "CC0-1.0 Expat GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ public-domain", + "licenses": [ + "CC0-1.0", + "Expat", + "GPL-2", + "GPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libsystemd0", + "size": "874000", + "sourcepkg": "systemd", + "type": "dpkg", + "version": "245.4-4ubuntu3.11" + }, + { + "cpes": [ + "cpe:2.3:a:libtasn1-6:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1-6:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1_6:libtasn1-6:4.16.0-2:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1_6:libtasn1_6:4.16.0-2:*:*:*:*:*:*:*" + ], + "license": "GFDL-1.3 GPL-3 LGPL LGPL-2.1", + "licenses": [ + "GFDL-1.3", + "GPL-3", + "LGPL", + "LGPL-2.1" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libtasn1-6", + "size": "125000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.16.0-2" + }, + { + "cpes": [ + "cpe:2.3:a:libtinfo6:libtinfo6:6.2-0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libtinfo6", + "size": "537000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.2-0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:libudev1:libudev1:245.4-4ubuntu3.11:*:*:*:*:*:*:*" + ], + "license": "CC0-1.0 Expat GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ public-domain", + "licenses": [ + "CC0-1.0", + "Expat", + "GPL-2", + "GPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libudev1", + "size": "336000", + "sourcepkg": "systemd", + "type": "dpkg", + "version": "245.4-4ubuntu3.11" + }, + { + "cpes": [ + "cpe:2.3:a:libunistring2:libunistring2:0.9.10-2:*:*:*:*:*:*:*" + ], + "license": "FreeSoftware GFDL-1.2 GFDL-1.2+ GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-3 LGPL-3+ MIT", + "licenses": [ + "FreeSoftware", + "GFDL-1.2", + "GFDL-1.2+", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL-3", + "LGPL-3+", + "MIT" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libunistring2", + "size": "1582000", + "sourcepkg": "libunistring", + "type": "dpkg", + "version": "0.9.10-2" + }, + { + "cpes": [ + "cpe:2.3:a:libuuid1:libuuid1:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libuuid1", + "size": "122000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:libxaw7:libxaw7:2:1.0.13-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libxaw7", + "size": "487000", + "sourcepkg": "libxaw", + "type": "dpkg", + "version": "2:1.0.13-1" + }, + { + "cpes": [ + "cpe:2.3:a:libzstd1:libzstd1:1.4.4+dfsg-3ubuntu0.1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause Expat GPL-2 GPL-2+ zlib", + "licenses": [ + "BSD-3-clause", + "Expat", + "GPL-2", + "GPL-2+", + "zlib" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "libzstd1", + "size": "700000", + "sourcepkg": "libzstd", + "type": "dpkg", + "version": "1.4.4+dfsg-3ubuntu0.1" + }, + { + "cpes": [ + "cpe:2.3:a:login:login:1:4.8.1-1ubuntu5.20.04.1:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "login", + "size": "932000", + "sourcepkg": "shadow", + "type": "dpkg", + "version": "1:4.8.1-1ubuntu5.20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:logsave:logsave:1.45.5-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 LGPL-2", + "licenses": [ + "GPL-2", + "LGPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "logsave", + "size": "92000", + "sourcepkg": "e2fsprogs", + "type": "dpkg", + "version": "1.45.5-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "BSD-3-clause GPL-2", + "licenses": [ + "BSD-3-clause", + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "lsb-base", + "size": "58000", + "sourcepkg": "lsb", + "type": "dpkg", + "version": "11.1.0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:maven:maven:3.6.3-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "maven", + "size": "124000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.6.3-1" + }, + { + "cpes": [ + "cpe:2.3:a:mawk:mawk:1.3.4.20200120-2:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "mawk", + "size": "233000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.3.4.20200120-2" + }, + { + "cpes": [ + "cpe:2.3:a:mime-support:mime-support:3.64ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:mime-support:mime_support:3.64ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:mime:mime-support:3.64ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:mime:mime_support:3.64ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:mime_support:mime-support:3.64ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:mime_support:mime_support:3.64ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "mime-support", + "size": "114000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.64ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:mount:mount:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "mount", + "size": "433000", + "sourcepkg": "util-linux", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:ncurses-base:ncurses-base:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-base:ncurses_base:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses-base:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses_base:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_base:ncurses-base:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_base:ncurses_base:6.2-0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "ncurses-base", + "size": "381000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.2-0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:ncurses-bin:ncurses-bin:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-bin:ncurses_bin:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses-bin:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses_bin:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_bin:ncurses-bin:6.2-0ubuntu2:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_bin:ncurses_bin:6.2-0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "ncurses-bin", + "size": "642000", + "sourcepkg": "ncurses", + "type": "dpkg", + "version": "6.2-0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:netbase:netbase:6.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "netbase", + "size": "43000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "6.1" + }, + { + "cpes": [ + "cpe:2.3:a:node-duplexer3:node-duplexer3:0.1.4-5:*:*:*:*:*:*:*", + "cpe:2.3:a:node-duplexer3:node_duplexer3:0.1.4-5:*:*:*:*:*:*:*", + "cpe:2.3:a:node:node-duplexer3:0.1.4-5:*:*:*:*:*:*:*", + "cpe:2.3:a:node:node_duplexer3:0.1.4-5:*:*:*:*:*:*:*", + "cpe:2.3:a:node_duplexer3:node-duplexer3:0.1.4-5:*:*:*:*:*:*:*", + "cpe:2.3:a:node_duplexer3:node_duplexer3:0.1.4-5:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "node-duplexer3", + "size": "24000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.1.4-5" + }, + { + "cpes": [ + "cpe:2.3:a:npm:npm:6.14.4+ds-1ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "npm", + "size": "3387000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "6.14.4+ds-1ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:openjdk-11-jre-headless:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11-jre-headless:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11-jre:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11-jre:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk-11:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre_headless:openjdk-11-jre-headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:openjdk_11_jre_headless:openjdk_11_jre_headless:11.0.11+9-0ubuntu2~20.04:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "openjdk-11-jre-headless", + "size": "166740000", + "sourcepkg": "openjdk-lts", + "type": "dpkg", + "version": "11.0.11+9-0ubuntu2~20.04" + }, + { + "cpes": [ + "cpe:2.3:a:openssl:openssl:1.1.1f-1ubuntu2.8:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "openssl", + "size": "1257000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.1.1f-1ubuntu2.8" + }, + { + "cpes": [ + "cpe:2.3:a:passwd:passwd:1:4.8.1-1ubuntu5.20.04.1:*:*:*:*:*:*:*" + ], + "license": "GPL-2", + "licenses": [ + "GPL-2" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "passwd", + "size": "2668000", + "sourcepkg": "shadow", + "type": "dpkg", + "version": "1:4.8.1-1ubuntu5.20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:perl:perl:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "perl", + "size": "745000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "5.30.0-9ubuntu0.2" + }, + { + "cpes": [ + "cpe:2.3:a:perl-base:perl-base:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*", + "cpe:2.3:a:perl-base:perl_base:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*", + "cpe:2.3:a:perl:perl-base:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*", + "cpe:2.3:a:perl:perl_base:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*", + "cpe:2.3:a:perl_base:perl-base:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*", + "cpe:2.3:a:perl_base:perl_base:5.30.0-9ubuntu0.2:*:*:*:*:*:*:*" + ], + "license": "Artistic Artistic-2 Artistic-dist BSD-3-clause BSD-3-clause-GENERIC BSD-3-clause-with-weird-numbering BSD-4-clause-POWERDOG BZIP DONT-CHANGE-THE-GPL Expat GPL-1 GPL-1+ GPL-2 GPL-2+ GPL-3+-WITH-BISON-EXCEPTION HSIEH-BSD HSIEH-DERIVATIVE LGPL-2.1 REGCOMP REGCOMP, RRA-KEEP-THIS-NOTICE SDBM-PUBLIC-DOMAIN TEXT-TABS Unicode ZLIB", + "licenses": [ + "Artistic", + "Artistic-2", + "Artistic-dist", + "BSD-3-clause", + "BSD-3-clause-GENERIC", + "BSD-3-clause-with-weird-numbering", + "BSD-4-clause-POWERDOG", + "BZIP", + "DONT-CHANGE-THE-GPL", + "Expat", + "GPL-1", + "GPL-1+", + "GPL-2", + "GPL-2+", + "GPL-3+-WITH-BISON-EXCEPTION", + "HSIEH-BSD", + "HSIEH-DERIVATIVE", + "LGPL-2.1", + "REGCOMP", + "REGCOMP,", + "RRA-KEEP-THIS-NOTICE", + "SDBM-PUBLIC-DOMAIN", + "TEXT-TABS", + "Unicode", + "ZLIB" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "perl-base", + "size": "10786000", + "sourcepkg": "perl", + "type": "dpkg", + "version": "5.30.0-9ubuntu0.2" + }, + { + "cpes": [ + "cpe:2.3:a:procps:procps:2:3.3.16-1ubuntu2.2:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2.0+ LGPL-2 LGPL-2.0+ LGPL-2.1 LGPL-2.1+", + "licenses": [ + "GPL-2", + "GPL-2.0+", + "LGPL-2", + "LGPL-2.0+", + "LGPL-2.1", + "LGPL-2.1+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "procps", + "size": "816000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2:3.3.16-1ubuntu2.2" + }, + { + "cpes": [ + "cpe:2.3:a:python2.7-minimal:python2.7-minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7-minimal:python2.7_minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7:python2.7-minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7:python2.7_minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7_minimal:python2.7-minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python2.7_minimal:python2.7_minimal:2.7.18-1~20.04.1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "python2.7-minimal", + "size": "3722000", + "sourcepkg": "python2.7", + "type": "dpkg", + "version": "2.7.18-1~20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:python3:python3:3.8.2-0ubuntu2:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "python3", + "size": "189000", + "sourcepkg": "python3-defaults", + "type": "dpkg", + "version": "3.8.2-0ubuntu2" + }, + { + "cpes": [ + "cpe:2.3:a:python3.8-minimal:python3.8-minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.8-minimal:python3.8_minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.8:python3.8-minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.8:python3.8_minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.8_minimal:python3.8-minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*", + "cpe:2.3:a:python3.8_minimal:python3.8_minimal:3.8.10-0ubuntu1~20.04:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Core Developers (maintainer)", + "package": "python3.8-minimal", + "size": "5486000", + "sourcepkg": "python3.8", + "type": "dpkg", + "version": "3.8.10-0ubuntu1~20.04" + }, + { + "cpes": [ + "cpe:2.3:a:readline-common:readline-common:8.0-4:*:*:*:*:*:*:*", + "cpe:2.3:a:readline-common:readline_common:8.0-4:*:*:*:*:*:*:*", + "cpe:2.3:a:readline:readline-common:8.0-4:*:*:*:*:*:*:*", + "cpe:2.3:a:readline:readline_common:8.0-4:*:*:*:*:*:*:*", + "cpe:2.3:a:readline_common:readline-common:8.0-4:*:*:*:*:*:*:*", + "cpe:2.3:a:readline_common:readline_common:8.0-4:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "readline-common", + "size": "79000", + "sourcepkg": "readline", + "type": "dpkg", + "version": "8.0-4" + }, + { + "cpes": [ + "cpe:2.3:a:sed:sed:4.7-1:*:*:*:*:*:*:*" + ], + "license": "GPL-3", + "licenses": [ + "GPL-3" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "sed", + "size": "336000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "4.7-1" + }, + { + "cpes": [ + "cpe:2.3:a:sensible-utils:sensible-utils:0.0.12+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sensible-utils:sensible_utils:0.0.12+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sensible:sensible-utils:0.0.12+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sensible:sensible_utils:0.0.12+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sensible_utils:sensible-utils:0.0.12+nmu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sensible_utils:sensible_utils:0.0.12+nmu1:*:*:*:*:*:*:*" + ], + "license": "All-permissive GPL-2 GPL-2+ configure installsh", + "licenses": [ + "All-permissive", + "GPL-2", + "GPL-2+", + "configure", + "installsh" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "sensible-utils", + "size": "62000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.0.12+nmu1" + }, + { + "cpes": [ + "cpe:2.3:a:shared-mime-info:shared-mime-info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime-info:shared_mime_info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime:shared-mime-info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime:shared_mime_info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared:shared-mime-info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared:shared_mime_info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime:shared-mime-info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime:shared_mime_info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime_info:shared-mime-info:1.15-1:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime_info:shared_mime_info:1.15-1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "shared-mime-info", + "size": "2652000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.15-1" + }, + { + "cpes": [ + "cpe:2.3:a:sysvinit-utils:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit-utils:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit_utils:sysvinit-utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:sysvinit_utils:sysvinit_utils:2.96-2.1ubuntu1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-2+", + "licenses": [ + "GPL-2", + "GPL-2+" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "sysvinit-utils", + "size": "74000", + "sourcepkg": "sysvinit", + "type": "dpkg", + "version": "2.96-2.1ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:tar:tar:1.30+dfsg-7ubuntu0.20.04.1:*:*:*:*:*:*:*" + ], + "license": "GPL-2 GPL-3", + "licenses": [ + "GPL-2", + "GPL-3" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "tar", + "size": "880000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "1.30+dfsg-7ubuntu0.20.04.1" + }, + { + "cpes": [ + "cpe:2.3:a:tzdata:tzdata:2021a-0ubuntu0.20.04:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "tzdata", + "size": "3938000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2021a-0ubuntu0.20.04" + }, + { + "cpes": [ + "cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*", + "cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*", + "cpe:2.3:a:ubuntu:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*", + "cpe:2.3:a:ubuntu:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*", + "cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2020.02.11.4:*:*:*:*:*:*:*", + "cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2020.02.11.4:*:*:*:*:*:*:*" + ], + "license": "GPL", + "licenses": [ + "GPL" + ], + "origin": "Dimitri John Ledkov (maintainer)", + "package": "ubuntu-keyring", + "size": "46000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2020.02.11.4" + }, + { + "cpes": [ + "cpe:2.3:a:ucf:ucf:3.0038+nmu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "ucf", + "size": "188000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "3.0038+nmu1" + }, + { + "cpes": [ + "cpe:2.3:a:unzip:unzip:6.0-25ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "unzip", + "size": "579000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "6.0-25ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:util-linux:util-linux:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util-linux:util_linux:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util:util-linux:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util:util_linux:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util_linux:util-linux:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*", + "cpe:2.3:a:util_linux:util_linux:2.34-0.1ubuntu9.1:*:*:*:*:*:*:*" + ], + "license": "BSD-2-clause BSD-3-clause BSD-4-clause GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL LGPL-2 LGPL-2+ LGPL-2.1 LGPL-2.1+ LGPL-3 LGPL-3+ MIT public-domain", + "licenses": [ + "BSD-2-clause", + "BSD-3-clause", + "BSD-4-clause", + "GPL-2", + "GPL-2+", + "GPL-3", + "GPL-3+", + "LGPL", + "LGPL-2", + "LGPL-2+", + "LGPL-2.1", + "LGPL-2.1+", + "LGPL-3", + "LGPL-3+", + "MIT", + "public-domain" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "util-linux", + "size": "4538000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "2.34-0.1ubuntu9.1" + }, + { + "cpes": [ + "cpe:2.3:a:x11-common:x11-common:1:7.7+19ubuntu14:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-common:x11_common:1:7.7+19ubuntu14:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11-common:1:7.7+19ubuntu14:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11_common:1:7.7+19ubuntu14:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_common:x11-common:1:7.7+19ubuntu14:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_common:x11_common:1:7.7+19ubuntu14:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu X-SWAT (maintainer)", + "package": "x11-common", + "size": "313000", + "sourcepkg": "xorg", + "type": "dpkg", + "version": "1:7.7+19ubuntu14" + }, + { + "cpes": [ + "cpe:2.3:a:x11-utils:x11-utils:7.7+5:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-utils:x11_utils:7.7+5:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11-utils:7.7+5:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11_utils:7.7+5:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_utils:x11-utils:7.7+5:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_utils:x11_utils:7.7+5:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "x11-utils", + "size": "725000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "7.7+5" + }, + { + "cpes": [ + "cpe:2.3:a:x11-xserver-utils:x11-xserver-utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-xserver-utils:x11_xserver_utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-xserver:x11-xserver-utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11-xserver:x11_xserver_utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11-xserver-utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11:x11_xserver_utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_xserver:x11-xserver-utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_xserver:x11_xserver_utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_xserver_utils:x11-xserver-utils:7.7+8:*:*:*:*:*:*:*", + "cpe:2.3:a:x11_xserver_utils:x11_xserver_utils:7.7+8:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "x11-xserver-utils", + "size": "505000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "7.7+8" + }, + { + "cpes": [ + "cpe:2.3:a:xdg-user-dirs:xdg-user-dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg-user-dirs:xdg_user_dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg-user:xdg-user-dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg-user:xdg_user_dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg:xdg-user-dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg:xdg_user_dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user:xdg-user-dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user:xdg_user_dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user_dirs:xdg-user-dirs:0.17-2ubuntu1:*:*:*:*:*:*:*", + "cpe:2.3:a:xdg_user_dirs:xdg_user_dirs:0.17-2ubuntu1:*:*:*:*:*:*:*" + ], + "license": "Unknown", + "licenses": [ + "Unknown" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "xdg-user-dirs", + "size": "541000", + "sourcepkg": "N/A", + "type": "dpkg", + "version": "0.17-2ubuntu1" + }, + { + "cpes": [ + "cpe:2.3:a:zlib1g:zlib1g:1:1.2.11.dfsg-2ubuntu1.2:*:*:*:*:*:*:*" + ], + "license": "Zlib", + "licenses": [ + "Zlib" + ], + "origin": "Ubuntu Developers (maintainer)", + "package": "zlib1g", + "size": "163000", + "sourcepkg": "zlib", + "type": "dpkg", + "version": "1:1.2.11.dfsg-2ubuntu1.2" + } + ], + "content_type": "os", + "imageDigest": "sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/os/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json b/tests/functional/services/api/images/content/expected_content/os/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json new file mode 100644 index 000000000..eff6e5281 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/os/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json @@ -0,0 +1,2794 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:acl:acl:2.2.51-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:acl:2.2.51-15.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "acl", + "size": "201209", + "sourcepkg": "acl-2.2.51-15.el7.src.rpm", + "type": "rpm", + "version": "2.2.51-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:audit-libs:audit-libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:audit-libs:audit_libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:audit:audit-libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:audit:audit_libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:audit_libs:audit-libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:audit_libs:audit_libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:audit-libs:2.8.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:audit_libs:2.8.5-4.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "audit-libs", + "size": "256386", + "sourcepkg": "audit-2.8.5-4.el7.src.rpm", + "type": "rpm", + "version": "2.8.5-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:basesystem:basesystem:10.0-7.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:basesystem:10.0-7.el7.centos:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "basesystem", + "size": "0", + "sourcepkg": "basesystem-10.0-7.el7.centos.src.rpm", + "type": "rpm", + "version": "10.0-7.el7.centos" + }, + { + "cpes": [ + "cpe:2.3:a:bash:bash:4.2.46-34.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:bash:4.2.46-34.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "bash", + "size": "3667724", + "sourcepkg": "bash-4.2.46-34.el7.src.rpm", + "type": "rpm", + "version": "4.2.46-34.el7" + }, + { + "cpes": [ + "cpe:2.3:a:binutils:binutils:2.27-44.base.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:binutils:2.27-44.base.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "binutils", + "size": "25166634", + "sourcepkg": "binutils-2.27-44.base.el7.src.rpm", + "type": "rpm", + "version": "2.27-44.base.el7" + }, + { + "cpes": [ + "cpe:2.3:a:bzip2-libs:bzip2-libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:bzip2-libs:bzip2_libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:bzip2:bzip2-libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:bzip2:bzip2_libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:bzip2_libs:bzip2-libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:bzip2_libs:bzip2_libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:bzip2-libs:1.0.6-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:bzip2_libs:1.0.6-13.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "bzip2-libs", + "size": "70093", + "sourcepkg": "bzip2-1.0.6-13.el7.src.rpm", + "type": "rpm", + "version": "1.0.6-13.el7" + }, + { + "cpes": [ + "cpe:2.3:a:ca-certificates:ca-certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:ca-certificates:ca_certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca-certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:ca:ca_certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca-certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:ca_certificates:ca_certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:ca-certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:ca_certificates:2020.2.41-70.0.el7_8:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "ca-certificates", + "size": "946094", + "sourcepkg": "ca-certificates-2020.2.41-70.0.el7_8.src.rpm", + "type": "rpm", + "version": "2020.2.41-70.0.el7_8" + }, + { + "cpes": [ + "cpe:2.3:a:centos-release:centos-release:7-9.2009.0.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:centos-release:centos_release:7-9.2009.0.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:centos-release:7-9.2009.0.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:centos_release:7-9.2009.0.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:centos_release:centos-release:7-9.2009.0.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:centos_release:centos_release:7-9.2009.0.el7.centos:*:*:*:*:*:*:*" + ], + "license": "GPLv2", + "licenses": [ + "GPLv2" + ], + "origin": "CentOS", + "package": "centos-release", + "size": "44787", + "sourcepkg": "centos-release-7-9.2009.0.el7.centos.src.rpm", + "type": "rpm", + "version": "7-9.2009.0.el7.centos" + }, + { + "cpes": [ + "cpe:2.3:a:centos:chkconfig:1.7.6-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:chkconfig:chkconfig:1.7.6-1.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2", + "licenses": [ + "GPLv2" + ], + "origin": "CentOS", + "package": "chkconfig", + "size": "779655", + "sourcepkg": "chkconfig-1.7.6-1.el7.src.rpm", + "type": "rpm", + "version": "1.7.6-1.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:coreutils:8.22-24.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:coreutils:coreutils:8.22-24.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "coreutils", + "size": "14593469", + "sourcepkg": "coreutils-8.22-24.el7.src.rpm", + "type": "rpm", + "version": "8.22-24.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:cpio:2.11-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cpio:cpio:2.11-28.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "cpio", + "size": "689345", + "sourcepkg": "cpio-2.11-28.el7.src.rpm", + "type": "rpm", + "version": "2.11-28.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:cracklib:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib:cracklib:2.9.0-11.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "cracklib", + "size": "209610", + "sourcepkg": "cracklib-2.9.0-11.el7.src.rpm", + "type": "rpm", + "version": "2.9.0-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:cracklib-dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:cracklib_dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib-dicts:cracklib-dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib-dicts:cracklib_dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib:cracklib-dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib:cracklib_dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib_dicts:cracklib-dicts:2.9.0-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cracklib_dicts:cracklib_dicts:2.9.0-11.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "cracklib-dicts", + "size": "9389116", + "sourcepkg": "cracklib-2.9.0-11.el7.src.rpm", + "type": "rpm", + "version": "2.9.0-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:cryptsetup-libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:cryptsetup_libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cryptsetup-libs:cryptsetup-libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cryptsetup-libs:cryptsetup_libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cryptsetup:cryptsetup-libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cryptsetup:cryptsetup_libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cryptsetup_libs:cryptsetup-libs:2.0.3-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cryptsetup_libs:cryptsetup_libs:2.0.3-6.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ and LGPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "and" + ], + "origin": "CentOS", + "package": "cryptsetup-libs", + "size": "1219519", + "sourcepkg": "cryptsetup-2.0.3-6.el7.src.rpm", + "type": "rpm", + "version": "2.0.3-6.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:curl:7.29.0-59.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:curl:curl:7.29.0-59.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "curl", + "size": "540404", + "sourcepkg": "curl-7.29.0-59.el7.src.rpm", + "type": "rpm", + "version": "7.29.0-59.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:cyrus-sasl-lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:cyrus_sasl_lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus-sasl-lib:cyrus-sasl-lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus-sasl-lib:cyrus_sasl_lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus-sasl:cyrus-sasl-lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus-sasl:cyrus_sasl_lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus:cyrus-sasl-lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus:cyrus_sasl_lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus_sasl:cyrus-sasl-lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus_sasl:cyrus_sasl_lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus_sasl_lib:cyrus-sasl-lib:2.1.26-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:cyrus_sasl_lib:cyrus_sasl_lib:2.1.26-23.el7:*:*:*:*:*:*:*" + ], + "license": "BSD with advertising", + "licenses": [ + "BSD", + "advertising", + "with" + ], + "origin": "CentOS", + "package": "cyrus-sasl-lib", + "size": "396911", + "sourcepkg": "cyrus-sasl-2.1.26-23.el7.src.rpm", + "type": "rpm", + "version": "2.1.26-23.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:dbus:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus:dbus:1:1.10.24-15.el7:*:*:*:*:*:*:*" + ], + "license": "(GPLv2+ or AFL) and GPLv2+", + "licenses": [ + "(GPLv2+", + "AFL)", + "GPLv2+", + "and", + "or" + ], + "origin": "CentOS", + "package": "dbus", + "size": "594463", + "sourcepkg": "dbus-1.10.24-15.el7.src.rpm", + "type": "rpm", + "version": "1:1.10.24-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:dbus-libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:dbus_libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus-libs:dbus-libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus-libs:dbus_libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus:dbus-libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus:dbus_libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus_libs:dbus-libs:1:1.10.24-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dbus_libs:dbus_libs:1:1.10.24-15.el7:*:*:*:*:*:*:*" + ], + "license": "(GPLv2+ or AFL) and GPLv2+", + "licenses": [ + "(GPLv2+", + "AFL)", + "GPLv2+", + "and", + "or" + ], + "origin": "CentOS", + "package": "dbus-libs", + "size": "362600", + "sourcepkg": "dbus-1.10.24-15.el7.src.rpm", + "type": "rpm", + "version": "1:1.10.24-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:device-mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:device_mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device-mapper:device-mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device-mapper:device_mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device:device-mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device:device_mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device_mapper:device-mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device_mapper:device_mapper:7:1.02.170-6.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2", + "licenses": [ + "GPLv2" + ], + "origin": "CentOS", + "package": "device-mapper", + "size": "342335", + "sourcepkg": "lvm2-2.02.187-6.el7.src.rpm", + "type": "rpm", + "version": "7:1.02.170-6.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:device-mapper-libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:device_mapper_libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device-mapper-libs:device-mapper-libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device-mapper-libs:device_mapper_libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device-mapper:device-mapper-libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device-mapper:device_mapper_libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device:device-mapper-libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device:device_mapper_libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device_mapper:device-mapper-libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device_mapper:device_mapper_libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device_mapper_libs:device-mapper-libs:7:1.02.170-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:device_mapper_libs:device_mapper_libs:7:1.02.170-6.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2", + "licenses": [ + "LGPLv2" + ], + "origin": "CentOS", + "package": "device-mapper-libs", + "size": "404687", + "sourcepkg": "lvm2-2.02.187-6.el7.src.rpm", + "type": "rpm", + "version": "7:1.02.170-6.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:diffutils:3.3-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:diffutils:diffutils:3.3-5.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "diffutils", + "size": "1065607", + "sourcepkg": "diffutils-3.3-5.el7.src.rpm", + "type": "rpm", + "version": "3.3-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:dracut:033-572.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:dracut:dracut:033-572.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ and LGPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "and" + ], + "origin": "CentOS", + "package": "dracut", + "size": "905396", + "sourcepkg": "dracut-033-572.el7.src.rpm", + "type": "rpm", + "version": "033-572.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-default-yama-scope:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-default-yama-scope:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-default-yama:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-default-yama:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-default:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-default:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_default:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_default:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_default_yama:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_default_yama:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_default_yama_scope:elfutils-default-yama-scope:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_default_yama_scope:elfutils_default_yama_scope:0.176-5.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ or LGPLv3+", + "licenses": [ + "GPLv2+", + "LGPLv3+", + "or" + ], + "origin": "CentOS", + "package": "elfutils-default-yama-scope", + "size": "1810", + "sourcepkg": "elfutils-0.176-5.el7.src.rpm", + "type": "rpm", + "version": "0.176-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:elfutils-libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:elfutils_libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-libelf:elfutils-libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-libelf:elfutils_libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils:elfutils-libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils:elfutils_libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_libelf:elfutils-libelf:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_libelf:elfutils_libelf:0.176-5.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ or LGPLv3+", + "licenses": [ + "GPLv2+", + "LGPLv3+", + "or" + ], + "origin": "CentOS", + "package": "elfutils-libelf", + "size": "916150", + "sourcepkg": "elfutils-0.176-5.el7.src.rpm", + "type": "rpm", + "version": "0.176-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:elfutils-libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:elfutils_libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-libs:elfutils-libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils-libs:elfutils_libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils:elfutils-libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils:elfutils_libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_libs:elfutils-libs:0.176-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:elfutils_libs:elfutils_libs:0.176-5.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ or LGPLv3+", + "licenses": [ + "GPLv2+", + "LGPLv3+", + "or" + ], + "origin": "CentOS", + "package": "elfutils-libs", + "size": "808799", + "sourcepkg": "elfutils-0.176-5.el7.src.rpm", + "type": "rpm", + "version": "0.176-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:expat:2.1.0-12.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:expat:expat:2.1.0-12.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "expat", + "size": "208323", + "sourcepkg": "expat-2.1.0-12.el7.src.rpm", + "type": "rpm", + "version": "2.1.0-12.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:file-libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:file_libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:file-libs:file-libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:file-libs:file_libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:file:file-libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:file:file_libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:file_libs:file-libs:5.11-37.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:file_libs:file_libs:5.11-37.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "file-libs", + "size": "3076741", + "sourcepkg": "file-5.11-37.el7.src.rpm", + "type": "rpm", + "version": "5.11-37.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:filesystem:3.2-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:filesystem:filesystem:3.2-25.el7:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "filesystem", + "size": "0", + "sourcepkg": "filesystem-3.2-25.el7.src.rpm", + "type": "rpm", + "version": "3.2-25.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:findutils:1:4.5.11-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:findutils:findutils:1:4.5.11-6.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "findutils", + "size": "1855882", + "sourcepkg": "findutils-4.5.11-6.el7.src.rpm", + "type": "rpm", + "version": "1:4.5.11-6.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:gawk:4.0.2-4.el7_3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:gawk:gawk:4.0.2-4.el7_3.1:*:*:*:*:*:*:*" + ], + "license": "GPLv3+ and GPL and LGPLv3+ and LGPL and BSD", + "licenses": [ + "BSD", + "GPL", + "GPLv3+", + "LGPL", + "LGPLv3+", + "and", + "and", + "and", + "and" + ], + "origin": "CentOS", + "package": "gawk", + "size": "2435978", + "sourcepkg": "gawk-4.0.2-4.el7_3.1.src.rpm", + "type": "rpm", + "version": "4.0.2-4.el7_3.1" + }, + { + "cpes": [ + "cpe:2.3:a:centos:gdbm:1.10-8.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:gdbm:gdbm:1.10-8.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "gdbm", + "size": "184322", + "sourcepkg": "gdbm-1.10-8.el7.src.rpm", + "type": "rpm", + "version": "1.10-8.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:glib2:2.56.1-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:glib2:glib2:2.56.1-7.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "glib2", + "size": "12174241", + "sourcepkg": "glib2-2.56.1-7.el7.src.rpm", + "type": "rpm", + "version": "2.56.1-7.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:glibc:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc:glibc:2.17-323.el7_9:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ and LGPLv2+ with exceptions and GPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "LGPLv2+", + "and", + "and", + "exceptions", + "with" + ], + "origin": "CentOS", + "package": "glibc", + "size": "14100674", + "sourcepkg": "glibc-2.17-323.el7_9.src.rpm", + "type": "rpm", + "version": "2.17-323.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:glibc-common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:glibc_common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc-common:glibc-common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc-common:glibc_common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc:glibc-common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc:glibc_common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc_common:glibc-common:2.17-323.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:glibc_common:glibc_common:2.17-323.el7_9:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ and LGPLv2+ with exceptions and GPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "LGPLv2+", + "and", + "and", + "exceptions", + "with" + ], + "origin": "CentOS", + "package": "glibc-common", + "size": "226621529", + "sourcepkg": "glibc-2.17-323.el7_9.src.rpm", + "type": "rpm", + "version": "2.17-323.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:gmp:1:6.0.0-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:gmp:gmp:1:6.0.0-15.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv3+ or GPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv3+", + "or" + ], + "origin": "CentOS", + "package": "gmp", + "size": "657046", + "sourcepkg": "gmp-6.0.0-15.el7.src.rpm", + "type": "rpm", + "version": "1:6.0.0-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:gnupg2:2.0.22-5.el7_5:*:*:*:*:*:*:*", + "cpe:2.3:a:gnupg2:gnupg2:2.0.22-5.el7_5:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "gnupg2", + "size": "6637796", + "sourcepkg": "gnupg2-2.0.22-5.el7_5.src.rpm", + "type": "rpm", + "version": "2.0.22-5.el7_5" + }, + { + "cpes": [ + "cpe:2.3:a:gpg-pubkey:gpg-pubkey:352c64e5-52ae6884:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg-pubkey:gpg_pubkey:352c64e5-52ae6884:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg:gpg-pubkey:352c64e5-52ae6884:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg:gpg_pubkey:352c64e5-52ae6884:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg_pubkey:gpg-pubkey:352c64e5-52ae6884:*:*:*:*:*:*:*", + "cpe:2.3:a:gpg_pubkey:gpg_pubkey:352c64e5-52ae6884:*:*:*:*:*:*:*" + ], + "license": "pubkey", + "licenses": [ + "pubkey" + ], + "origin": "(none)", + "package": "gpg-pubkey", + "size": "0", + "sourcepkg": "N/A", + "type": "rpm", + "version": "352c64e5-52ae6884" + }, + { + "cpes": [ + "cpe:2.3:a:centos:gpgme:1.3.2-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:gpgme:gpgme:1.3.2-5.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "gpgme", + "size": "547534", + "sourcepkg": "gpgme-1.3.2-5.el7.src.rpm", + "type": "rpm", + "version": "1.3.2-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:grep:2.20-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:grep:grep:2.20-3.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "grep", + "size": "1195131", + "sourcepkg": "grep-2.20-3.el7.src.rpm", + "type": "rpm", + "version": "2.20-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:gzip:1.5-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:gzip:gzip:1.5-10.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+ and GFDL", + "licenses": [ + "GFDL", + "GPLv3+", + "and" + ], + "origin": "CentOS", + "package": "gzip", + "size": "250440", + "sourcepkg": "gzip-1.5-10.el7.src.rpm", + "type": "rpm", + "version": "1.5-10.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:hardlink:1:1.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:hardlink:hardlink:1:1.0-19.el7:*:*:*:*:*:*:*" + ], + "license": "GPL+", + "licenses": [ + "GPL+" + ], + "origin": "CentOS", + "package": "hardlink", + "size": "16545", + "sourcepkg": "hardlink-1.0-19.el7.src.rpm", + "type": "rpm", + "version": "1:1.0-19.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:info:5.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:info:info:5.1-5.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "info", + "size": "494630", + "sourcepkg": "texinfo-5.1-5.el7.src.rpm", + "type": "rpm", + "version": "5.1-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:iputils:20160308-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:iputils:iputils:20160308-10.el7:*:*:*:*:*:*:*" + ], + "license": "BSD and GPLv2+", + "licenses": [ + "BSD", + "GPLv2+", + "and" + ], + "origin": "CentOS", + "package": "iputils", + "size": "343497", + "sourcepkg": "iputils-20160308-10.el7.src.rpm", + "type": "rpm", + "version": "20160308-10.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:json-c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:json_c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:json-c:json-c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:json-c:json_c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:json:json-c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:json:json_c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:json_c:json-c:0.11-4.el7_0:*:*:*:*:*:*:*", + "cpe:2.3:a:json_c:json_c:0.11-4.el7_0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "json-c", + "size": "65593", + "sourcepkg": "json-c-0.11-4.el7_0.src.rpm", + "type": "rpm", + "version": "0.11-4.el7_0" + }, + { + "cpes": [ + "cpe:2.3:a:centos:keyutils-libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:keyutils_libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:keyutils-libs:keyutils-libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:keyutils-libs:keyutils_libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:keyutils:keyutils-libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:keyutils:keyutils_libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:keyutils_libs:keyutils-libs:1.5.8-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:keyutils_libs:keyutils_libs:1.5.8-3.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ and LGPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "and" + ], + "origin": "CentOS", + "package": "keyutils-libs", + "size": "42138", + "sourcepkg": "keyutils-1.5.8-3.el7.src.rpm", + "type": "rpm", + "version": "1.5.8-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:kmod:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod:kmod:20-28.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "kmod", + "size": "247868", + "sourcepkg": "kmod-20-28.el7.src.rpm", + "type": "rpm", + "version": "20-28.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:kmod-libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:kmod_libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod-libs:kmod-libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod-libs:kmod_libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod:kmod-libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod:kmod_libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod_libs:kmod-libs:20-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kmod_libs:kmod_libs:20-28.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "kmod-libs", + "size": "91800", + "sourcepkg": "kmod-20-28.el7.src.rpm", + "type": "rpm", + "version": "20-28.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:kpartx:0.4.9-133.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:kpartx:kpartx:0.4.9-133.el7:*:*:*:*:*:*:*" + ], + "license": "GPL+", + "licenses": [ + "GPL+" + ], + "origin": "CentOS", + "package": "kpartx", + "size": "41267", + "sourcepkg": "device-mapper-multipath-0.4.9-133.el7.src.rpm", + "type": "rpm", + "version": "0.4.9-133.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:krb5-libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:krb5_libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:krb5-libs:krb5-libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:krb5-libs:krb5_libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:krb5:krb5-libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:krb5:krb5_libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:krb5_libs:krb5-libs:1.15.1-50.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:krb5_libs:krb5_libs:1.15.1-50.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "krb5-libs", + "size": "2204240", + "sourcepkg": "krb5-1.15.1-50.el7.src.rpm", + "type": "rpm", + "version": "1.15.1-50.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libacl:2.2.51-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libacl:libacl:2.2.51-15.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libacl", + "size": "37064", + "sourcepkg": "acl-2.2.51-15.el7.src.rpm", + "type": "rpm", + "version": "2.2.51-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libassuan:2.1.0-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libassuan:libassuan:2.1.0-3.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ and GPLv3+", + "licenses": [ + "GPLv3+", + "LGPLv2+", + "and" + ], + "origin": "CentOS", + "package": "libassuan", + "size": "155391", + "sourcepkg": "libassuan-2.1.0-3.el7.src.rpm", + "type": "rpm", + "version": "2.1.0-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libattr:2.4.46-13.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libattr:libattr:2.4.46-13.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libattr", + "size": "19896", + "sourcepkg": "attr-2.4.46-13.el7.src.rpm", + "type": "rpm", + "version": "2.4.46-13.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libblkid:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libblkid:libblkid:2.23.2-65.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libblkid", + "size": "265925", + "sourcepkg": "util-linux-2.23.2-65.el7.src.rpm", + "type": "rpm", + "version": "2.23.2-65.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libcap:2.22-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap:2.22-11.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libcap", + "size": "107365", + "sourcepkg": "libcap-2.22-11.el7.src.rpm", + "type": "rpm", + "version": "2.22-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libcap-ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:libcap_ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap-ng:libcap-ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap-ng:libcap_ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap-ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap:libcap_ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap_ng:libcap-ng:0.7.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcap_ng:libcap_ng:0.7.5-4.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libcap-ng", + "size": "50510", + "sourcepkg": "libcap-ng-0.7.5-4.el7.src.rpm", + "type": "rpm", + "version": "0.7.5-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libcom-err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:libcom_err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom-err:libcom-err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom-err:libcom_err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom:libcom-err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom:libcom_err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom_err:libcom-err:1.42.9-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcom_err:libcom_err:1.42.9-19.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "libcom_err", + "size": "60425", + "sourcepkg": "e2fsprogs-1.42.9-19.el7.src.rpm", + "type": "rpm", + "version": "1.42.9-19.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libcurl:7.29.0-59.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libcurl:libcurl:7.29.0-59.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "libcurl", + "size": "439280", + "sourcepkg": "curl-7.29.0-59.el7.src.rpm", + "type": "rpm", + "version": "7.29.0-59.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libdb:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb:libdb:5.3.21-25.el7:*:*:*:*:*:*:*" + ], + "license": "BSD and LGPLv2 and Sleepycat", + "licenses": [ + "BSD", + "LGPLv2", + "Sleepycat", + "and", + "and" + ], + "origin": "CentOS", + "package": "libdb", + "size": "1858144", + "sourcepkg": "libdb-5.3.21-25.el7.src.rpm", + "type": "rpm", + "version": "5.3.21-25.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libdb-utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:libdb_utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb-utils:libdb-utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb-utils:libdb_utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb:libdb-utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb:libdb_utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb_utils:libdb-utils:5.3.21-25.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libdb_utils:libdb_utils:5.3.21-25.el7:*:*:*:*:*:*:*" + ], + "license": "BSD and LGPLv2 and Sleepycat", + "licenses": [ + "BSD", + "LGPLv2", + "Sleepycat", + "and", + "and" + ], + "origin": "CentOS", + "package": "libdb-utils", + "size": "322471", + "sourcepkg": "libdb-5.3.21-25.el7.src.rpm", + "type": "rpm", + "version": "5.3.21-25.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libffi:3.0.13-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libffi:libffi:3.0.13-19.el7:*:*:*:*:*:*:*" + ], + "license": "MIT and Public Domain", + "licenses": [ + "Domain", + "MIT", + "Public", + "and" + ], + "origin": "CentOS", + "package": "libffi", + "size": "47790", + "sourcepkg": "libffi-3.0.13-19.el7.src.rpm", + "type": "rpm", + "version": "3.0.13-19.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libgcc:4.8.5-44.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcc:libgcc:4.8.5-44.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD", + "licenses": [ + "BSD", + "GPLv2+", + "GPLv3+", + "GPLv3+", + "LGPLv2+", + "and", + "and", + "and", + "and", + "exceptions", + "exceptions", + "with", + "with" + ], + "origin": "CentOS", + "package": "libgcc", + "size": "179272", + "sourcepkg": "gcc-4.8.5-44.el7.src.rpm", + "type": "rpm", + "version": "4.8.5-44.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libgcrypt:1.5.3-14.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgcrypt:libgcrypt:1.5.3-14.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libgcrypt", + "size": "597727", + "sourcepkg": "libgcrypt-1.5.3-14.el7.src.rpm", + "type": "rpm", + "version": "1.5.3-14.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libgpg-error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:libgpg_error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg-error:libgpg-error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg-error:libgpg_error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg:libgpg-error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg:libgpg_error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg_error:libgpg-error:1.12-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libgpg_error:libgpg_error:1.12-3.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libgpg-error", + "size": "350865", + "sourcepkg": "libgpg-error-1.12-3.el7.src.rpm", + "type": "rpm", + "version": "1.12-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libidn:1.28-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libidn:libidn:1.28-4.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ and GPLv3+ and GFDL", + "licenses": [ + "GFDL", + "GPLv3+", + "LGPLv2+", + "and", + "and" + ], + "origin": "CentOS", + "package": "libidn", + "size": "630407", + "sourcepkg": "libidn-1.28-4.el7.src.rpm", + "type": "rpm", + "version": "1.28-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libmount:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libmount:libmount:2.23.2-65.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libmount", + "size": "278157", + "sourcepkg": "util-linux-2.23.2-65.el7.src.rpm", + "type": "rpm", + "version": "2.23.2-65.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libpwquality:1.2.3-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libpwquality:libpwquality:1.2.3-5.el7:*:*:*:*:*:*:*" + ], + "license": "BSD or GPLv2+", + "licenses": [ + "BSD", + "GPLv2+", + "or" + ], + "origin": "CentOS", + "package": "libpwquality", + "size": "332421", + "sourcepkg": "libpwquality-1.2.3-5.el7.src.rpm", + "type": "rpm", + "version": "1.2.3-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libselinux:2.5-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libselinux:libselinux:2.5-15.el7:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "libselinux", + "size": "217762", + "sourcepkg": "libselinux-2.5-15.el7.src.rpm", + "type": "rpm", + "version": "2.5-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libsemanage:2.5-14.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libsemanage:libsemanage:2.5-14.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libsemanage", + "size": "302329", + "sourcepkg": "libsemanage-2.5-14.el7.src.rpm", + "type": "rpm", + "version": "2.5-14.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libsepol:2.5-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libsepol:libsepol:2.5-10.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libsepol", + "size": "686640", + "sourcepkg": "libsepol-2.5-10.el7.src.rpm", + "type": "rpm", + "version": "2.5-10.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libsmartcols:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libsmartcols:libsmartcols:2.23.2-65.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libsmartcols", + "size": "168720", + "sourcepkg": "util-linux-2.23.2-65.el7.src.rpm", + "type": "rpm", + "version": "2.23.2-65.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libssh2:1.8.0-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libssh2:libssh2:1.8.0-4.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "libssh2", + "size": "191488", + "sourcepkg": "libssh2-1.8.0-4.el7.src.rpm", + "type": "rpm", + "version": "1.8.0-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libstdc++:4.8.5-44.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libstdc++:libstdc++:4.8.5-44.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD", + "licenses": [ + "BSD", + "GPLv2+", + "GPLv3+", + "GPLv3+", + "LGPLv2+", + "and", + "and", + "and", + "and", + "exceptions", + "exceptions", + "with", + "with" + ], + "origin": "CentOS", + "package": "libstdc++", + "size": "1081666", + "sourcepkg": "gcc-4.8.5-44.el7.src.rpm", + "type": "rpm", + "version": "4.8.5-44.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libtasn1:4.10-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libtasn1:libtasn1:4.10-1.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+ and LGPLv2+", + "licenses": [ + "GPLv3+", + "LGPLv2+", + "and" + ], + "origin": "CentOS", + "package": "libtasn1", + "size": "424486", + "sourcepkg": "libtasn1-4.10-1.el7.src.rpm", + "type": "rpm", + "version": "4.10-1.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libuser:0.60-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libuser:libuser:0.60-9.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libuser", + "size": "1952592", + "sourcepkg": "libuser-0.60-9.el7.src.rpm", + "type": "rpm", + "version": "0.60-9.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libutempter:1.1.6-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libutempter:libutempter:1.1.6-4.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "libutempter", + "size": "49749", + "sourcepkg": "libutempter-1.1.6-4.el7.src.rpm", + "type": "rpm", + "version": "1.1.6-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libuuid:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libuuid:libuuid:2.23.2-65.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "libuuid", + "size": "20278", + "sourcepkg": "util-linux-2.23.2-65.el7.src.rpm", + "type": "rpm", + "version": "2.23.2-65.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libverto:0.2.5-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:libverto:libverto:0.2.5-4.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "libverto", + "size": "23060", + "sourcepkg": "libverto-0.2.5-4.el7.src.rpm", + "type": "rpm", + "version": "0.2.5-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libxml2:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2:libxml2:2.9.1-6.el7.5:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "libxml2", + "size": "1706150", + "sourcepkg": "libxml2-2.9.1-6.el7.5.src.rpm", + "type": "rpm", + "version": "2.9.1-6.el7.5" + }, + { + "cpes": [ + "cpe:2.3:a:centos:libxml2-python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:libxml2_python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2-python:libxml2-python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2-python:libxml2_python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2:libxml2-python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2:libxml2_python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2_python:libxml2-python:2.9.1-6.el7.5:*:*:*:*:*:*:*", + "cpe:2.3:a:libxml2_python:libxml2_python:2.9.1-6.el7.5:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "libxml2-python", + "size": "1503122", + "sourcepkg": "libxml2-2.9.1-6.el7.5.src.rpm", + "type": "rpm", + "version": "2.9.1-6.el7.5" + }, + { + "cpes": [ + "cpe:2.3:a:centos:lua:5.1.4-15.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:lua:lua:5.1.4-15.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "lua", + "size": "640319", + "sourcepkg": "lua-5.1.4-15.el7.src.rpm", + "type": "rpm", + "version": "5.1.4-15.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:lz4:1.8.3-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:lz4:lz4:1.8.3-1.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ and BSD", + "licenses": [ + "BSD", + "GPLv2+", + "and" + ], + "origin": "CentOS", + "package": "lz4", + "size": "205463", + "sourcepkg": "lz4-1.8.3-1.el7.src.rpm", + "type": "rpm", + "version": "1.8.3-1.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:ncurses:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses:5.9-14.20130511.el7_4:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "ncurses", + "size": "439378", + "sourcepkg": "ncurses-5.9-14.20130511.el7_4.src.rpm", + "type": "rpm", + "version": "5.9-14.20130511.el7_4" + }, + { + "cpes": [ + "cpe:2.3:a:centos:ncurses-base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:ncurses_base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-base:ncurses-base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-base:ncurses_base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses-base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses_base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_base:ncurses-base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_base:ncurses_base:5.9-14.20130511.el7_4:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "ncurses-base", + "size": "223432", + "sourcepkg": "ncurses-5.9-14.20130511.el7_4.src.rpm", + "type": "rpm", + "version": "5.9-14.20130511.el7_4" + }, + { + "cpes": [ + "cpe:2.3:a:centos:ncurses-libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:ncurses_libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-libs:ncurses-libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses-libs:ncurses_libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses-libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses:ncurses_libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_libs:ncurses-libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*", + "cpe:2.3:a:ncurses_libs:ncurses_libs:5.9-14.20130511.el7_4:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "ncurses-libs", + "size": "1028216", + "sourcepkg": "ncurses-5.9-14.20130511.el7_4.src.rpm", + "type": "rpm", + "version": "5.9-14.20130511.el7_4" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nspr:4.25.0-2.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nspr:nspr:4.25.0-2.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nspr", + "size": "287584", + "sourcepkg": "nspr-4.25.0-2.el7_9.src.rpm", + "type": "rpm", + "version": "4.25.0-2.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss:3.53.1-3.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nss", + "size": "2517410", + "sourcepkg": "nss-3.53.1-3.el7_9.src.rpm", + "type": "rpm", + "version": "3.53.1-3.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss-pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:nss_pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-pem:nss-pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-pem:nss_pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss-pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss_pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_pem:nss-pem:1.0.3-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_pem:nss_pem:1.0.3-7.el7:*:*:*:*:*:*:*" + ], + "license": "MPLv1.1", + "licenses": [ + "MPLv1.1" + ], + "origin": "CentOS", + "package": "nss-pem", + "size": "205531", + "sourcepkg": "nss-pem-1.0.3-7.el7.src.rpm", + "type": "rpm", + "version": "1.0.3-7.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss-softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:nss_softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-softokn:nss-softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-softokn:nss_softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss-softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss_softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_softokn:nss-softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_softokn:nss_softokn:3.53.1-6.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nss-softokn", + "size": "1342870", + "sourcepkg": "nss-softokn-3.53.1-6.el7_9.src.rpm", + "type": "rpm", + "version": "3.53.1-6.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss-softokn-freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:nss_softokn_freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-softokn-freebl:nss-softokn-freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-softokn-freebl:nss_softokn_freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-softokn:nss-softokn-freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-softokn:nss_softokn_freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss-softokn-freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss_softokn_freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_softokn:nss-softokn-freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_softokn:nss_softokn_freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_softokn_freebl:nss-softokn-freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_softokn_freebl:nss_softokn_freebl:3.53.1-6.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nss-softokn-freebl", + "size": "754620", + "sourcepkg": "nss-softokn-3.53.1-6.el7_9.src.rpm", + "type": "rpm", + "version": "3.53.1-6.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss-sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:nss_sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-sysinit:nss-sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-sysinit:nss_sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss-sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss_sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_sysinit:nss-sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_sysinit:nss_sysinit:3.53.1-3.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nss-sysinit", + "size": "14111", + "sourcepkg": "nss-3.53.1-3.el7_9.src.rpm", + "type": "rpm", + "version": "3.53.1-3.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss-tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:nss_tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-tools:nss-tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-tools:nss_tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss-tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss_tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_tools:nss-tools:3.53.1-3.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_tools:nss_tools:3.53.1-3.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nss-tools", + "size": "2152752", + "sourcepkg": "nss-3.53.1-3.el7_9.src.rpm", + "type": "rpm", + "version": "3.53.1-3.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:nss-util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:nss_util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-util:nss-util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss-util:nss_util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss-util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss:nss_util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_util:nss-util:3.53.1-1.el7_9:*:*:*:*:*:*:*", + "cpe:2.3:a:nss_util:nss_util:3.53.1-1.el7_9:*:*:*:*:*:*:*" + ], + "license": "MPLv2.0", + "licenses": [ + "MPLv2.0" + ], + "origin": "CentOS", + "package": "nss-util", + "size": "198968", + "sourcepkg": "nss-util-3.53.1-1.el7_9.src.rpm", + "type": "rpm", + "version": "3.53.1-1.el7_9" + }, + { + "cpes": [ + "cpe:2.3:a:centos:openldap:2.4.44-22.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openldap:openldap:2.4.44-22.el7:*:*:*:*:*:*:*" + ], + "license": "OpenLDAP", + "licenses": [ + "OpenLDAP" + ], + "origin": "CentOS", + "package": "openldap", + "size": "1037088", + "sourcepkg": "openldap-2.4.44-22.el7.src.rpm", + "type": "rpm", + "version": "2.4.44-22.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:openssl-libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:openssl_libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openssl-libs:openssl-libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openssl-libs:openssl_libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openssl:openssl-libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openssl:openssl_libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openssl_libs:openssl-libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:openssl_libs:openssl_libs:1:1.0.2k-19.el7:*:*:*:*:*:*:*" + ], + "license": "OpenSSL", + "licenses": [ + "OpenSSL" + ], + "origin": "CentOS", + "package": "openssl-libs", + "size": "3208684", + "sourcepkg": "openssl-1.0.2k-19.el7.src.rpm", + "type": "rpm", + "version": "1:1.0.2k-19.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:p11-kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:p11_kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11-kit:p11-kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11-kit:p11_kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11:p11-kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11:p11_kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11_kit:p11-kit:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11_kit:p11_kit:0.23.5-3.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "p11-kit", + "size": "1337825", + "sourcepkg": "p11-kit-0.23.5-3.el7.src.rpm", + "type": "rpm", + "version": "0.23.5-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:p11-kit-trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:p11_kit_trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11-kit-trust:p11-kit-trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11-kit-trust:p11_kit_trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11-kit:p11-kit-trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11-kit:p11_kit_trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11:p11-kit-trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11:p11_kit_trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11_kit:p11-kit-trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11_kit:p11_kit_trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11_kit_trust:p11-kit-trust:0.23.5-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:p11_kit_trust:p11_kit_trust:0.23.5-3.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "p11-kit-trust", + "size": "437261", + "sourcepkg": "p11-kit-0.23.5-3.el7.src.rpm", + "type": "rpm", + "version": "0.23.5-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pam:1.1.8-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pam:pam:1.1.8-23.el7:*:*:*:*:*:*:*" + ], + "license": "BSD and GPLv2+", + "licenses": [ + "BSD", + "GPLv2+", + "and" + ], + "origin": "CentOS", + "package": "pam", + "size": "2632373", + "sourcepkg": "pam-1.1.8-23.el7.src.rpm", + "type": "rpm", + "version": "1.1.8-23.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:passwd:0.79-6.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:passwd:passwd:0.79-6.el7:*:*:*:*:*:*:*" + ], + "license": "BSD or GPL+", + "licenses": [ + "BSD", + "GPL+", + "or" + ], + "origin": "CentOS", + "package": "passwd", + "size": "430226", + "sourcepkg": "passwd-0.79-6.el7.src.rpm", + "type": "rpm", + "version": "0.79-6.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pcre:8.32-17.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pcre:pcre:8.32-17.el7:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "origin": "CentOS", + "package": "pcre", + "size": "1475532", + "sourcepkg": "pcre-8.32-17.el7.src.rpm", + "type": "rpm", + "version": "8.32-17.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pinentry:0.8.1-17.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pinentry:pinentry:0.8.1-17.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "pinentry", + "size": "159929", + "sourcepkg": "pinentry-0.8.1-17.el7.src.rpm", + "type": "rpm", + "version": "0.8.1-17.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pkgconfig:1:0.27.1-4.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pkgconfig:pkgconfig:1:0.27.1-4.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "pkgconfig", + "size": "105522", + "sourcepkg": "pkgconfig-0.27.1-4.el7.src.rpm", + "type": "rpm", + "version": "1:0.27.1-4.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:popt:1.13-16.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:popt:popt:1.13-16.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "popt", + "size": "88516", + "sourcepkg": "popt-1.13-16.el7.src.rpm", + "type": "rpm", + "version": "1.13-16.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:procps-ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:procps_ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:procps-ng:procps-ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:procps-ng:procps_ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:procps:procps-ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:procps:procps_ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:procps_ng:procps-ng:3.3.10-28.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:procps_ng:procps_ng:3.3.10-28.el7:*:*:*:*:*:*:*" + ], + "license": "GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+", + "licenses": [ + "GPL+", + "GPLv2", + "GPLv2+", + "GPLv3+", + "LGPLv2+", + "and", + "and", + "and", + "and" + ], + "origin": "CentOS", + "package": "procps-ng", + "size": "759395", + "sourcepkg": "procps-ng-3.3.10-28.el7.src.rpm", + "type": "rpm", + "version": "3.3.10-28.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pth:2.0.7-23.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pth:pth:2.0.7-23.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "pth", + "size": "267851", + "sourcepkg": "pth-2.0.7-23.el7.src.rpm", + "type": "rpm", + "version": "2.0.7-23.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pygpgme:0.3-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pygpgme:pygpgme:0.3-9.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "pygpgme", + "size": "197501", + "sourcepkg": "pygpgme-0.3-9.el7.src.rpm", + "type": "rpm", + "version": "0.3-9.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pyliblzma:0.5.3-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pyliblzma:pyliblzma:0.5.3-11.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv3+", + "licenses": [ + "LGPLv3+" + ], + "origin": "CentOS", + "package": "pyliblzma", + "size": "190112", + "sourcepkg": "pyliblzma-0.5.3-11.el7.src.rpm", + "type": "rpm", + "version": "0.5.3-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python:2.7.5-89.el7:*:*:*:*:*:*:*" + ], + "license": "Python", + "licenses": [ + "Python" + ], + "origin": "CentOS", + "package": "python", + "size": "80835", + "sourcepkg": "python-2.7.5-89.el7.src.rpm", + "type": "rpm", + "version": "2.7.5-89.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python-chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:python_chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python-chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python_chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python-chardet:2.2.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python_chardet:2.2.1-3.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2", + "licenses": [ + "LGPLv2" + ], + "origin": "CentOS", + "package": "python-chardet", + "size": "1156541", + "sourcepkg": "python-chardet-2.2.1-3.el7.src.rpm", + "type": "rpm", + "version": "2.2.1-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python-iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:python_iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-iniparse:python-iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-iniparse:python_iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_iniparse:python-iniparse:0.4-9.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_iniparse:python_iniparse:0.4-9.el7:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "origin": "CentOS", + "package": "python-iniparse", + "size": "115166", + "sourcepkg": "python-iniparse-0.4-9.el7.src.rpm", + "type": "rpm", + "version": "0.4-9.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python-kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:python_kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-kitchen:python-kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-kitchen:python_kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_kitchen:python-kitchen:1.1.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_kitchen:python_kitchen:1.1.1-5.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "python-kitchen", + "size": "1465161", + "sourcepkg": "python-kitchen-1.1.1-5.el7.src.rpm", + "type": "rpm", + "version": "1.1.1-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python-libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:python_libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-libs:python-libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-libs:python_libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_libs:python-libs:2.7.5-89.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_libs:python_libs:2.7.5-89.el7:*:*:*:*:*:*:*" + ], + "license": "Python", + "licenses": [ + "Python" + ], + "origin": "CentOS", + "package": "python-libs", + "size": "24713996", + "sourcepkg": "python-2.7.5-89.el7.src.rpm", + "type": "rpm", + "version": "2.7.5-89.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python-pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:python_pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-pycurl:python-pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-pycurl:python_pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_pycurl:python-pycurl:7.19.0-19.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_pycurl:python_pycurl:7.19.0-19.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ or MIT", + "licenses": [ + "LGPLv2+", + "MIT", + "or" + ], + "origin": "CentOS", + "package": "python-pycurl", + "size": "241513", + "sourcepkg": "python-pycurl-7.19.0-19.el7.src.rpm", + "type": "rpm", + "version": "7.19.0-19.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:python-urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:python_urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-urlgrabber:python-urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python-urlgrabber:python_urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_urlgrabber:python-urlgrabber:3.10-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:python_urlgrabber:python_urlgrabber:3.10-10.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "python-urlgrabber", + "size": "503358", + "sourcepkg": "python-urlgrabber-3.10-10.el7.src.rpm", + "type": "rpm", + "version": "3.10-10.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:pyxattr:0.5.1-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:pyxattr:pyxattr:0.5.1-5.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "pyxattr", + "size": "63304", + "sourcepkg": "pyxattr-0.5.1-5.el7.src.rpm", + "type": "rpm", + "version": "0.5.1-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:qrencode-libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:qrencode_libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:qrencode-libs:qrencode-libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:qrencode-libs:qrencode_libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:qrencode:qrencode-libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:qrencode:qrencode_libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:qrencode_libs:qrencode-libs:3.4.1-3.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:qrencode_libs:qrencode_libs:3.4.1-3.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "qrencode-libs", + "size": "126732", + "sourcepkg": "qrencode-3.4.1-3.el7.src.rpm", + "type": "rpm", + "version": "3.4.1-3.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:readline:6.2-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:readline:readline:6.2-11.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "readline", + "size": "460424", + "sourcepkg": "readline-6.2-11.el7.src.rpm", + "type": "rpm", + "version": "6.2-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:rootfiles:8.1-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rootfiles:rootfiles:8.1-11.el7:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "rootfiles", + "size": "599", + "sourcepkg": "rootfiles-8.1-11.el7.src.rpm", + "type": "rpm", + "version": "8.1-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:rpm:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm:4.11.3-45.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "rpm", + "size": "2622621", + "sourcepkg": "rpm-4.11.3-45.el7.src.rpm", + "type": "rpm", + "version": "4.11.3-45.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:rpm-build-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:rpm_build_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-build-libs:rpm-build-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-build-libs:rpm_build_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-build:rpm-build-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-build:rpm_build_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm-build-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm_build_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_build:rpm-build-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_build:rpm_build_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_build_libs:rpm-build-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_build_libs:rpm_build_libs:4.11.3-45.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ and LGPLv2+ with exceptions", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "and", + "exceptions", + "with" + ], + "origin": "CentOS", + "package": "rpm-build-libs", + "size": "166664", + "sourcepkg": "rpm-4.11.3-45.el7.src.rpm", + "type": "rpm", + "version": "4.11.3-45.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:rpm-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:rpm_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-libs:rpm-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-libs:rpm_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm_libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_libs:rpm-libs:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_libs:rpm_libs:4.11.3-45.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+ and LGPLv2+ with exceptions", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "and", + "exceptions", + "with" + ], + "origin": "CentOS", + "package": "rpm-libs", + "size": "611384", + "sourcepkg": "rpm-4.11.3-45.el7.src.rpm", + "type": "rpm", + "version": "4.11.3-45.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:rpm-python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:rpm_python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-python:rpm-python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm-python:rpm_python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm-python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm:rpm_python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_python:rpm-python:4.11.3-45.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:rpm_python:rpm_python:4.11.3-45.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "rpm-python", + "size": "149762", + "sourcepkg": "rpm-4.11.3-45.el7.src.rpm", + "type": "rpm", + "version": "4.11.3-45.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:sed:4.2.2-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:sed:sed:4.2.2-7.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "sed", + "size": "601267", + "sourcepkg": "sed-4.2.2-7.el7.src.rpm", + "type": "rpm", + "version": "4.2.2-7.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:setup:2.8.71-11.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:setup:setup:2.8.71-11.el7:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "setup", + "size": "697141", + "sourcepkg": "setup-2.8.71-11.el7.src.rpm", + "type": "rpm", + "version": "2.8.71-11.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:shadow-utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:shadow_utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shadow-utils:shadow-utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shadow-utils:shadow_utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shadow:shadow-utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shadow:shadow_utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shadow_utils:shadow-utils:2:4.6-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shadow_utils:shadow_utils:2:4.6-5.el7:*:*:*:*:*:*:*" + ], + "license": "BSD and GPLv2+", + "licenses": [ + "BSD", + "GPLv2+", + "and" + ], + "origin": "CentOS", + "package": "shadow-utils", + "size": "3887289", + "sourcepkg": "shadow-utils-4.6-5.el7.src.rpm", + "type": "rpm", + "version": "2:4.6-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:shared-mime-info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:shared_mime_info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime-info:shared-mime-info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime-info:shared_mime_info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime:shared-mime-info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared-mime:shared_mime_info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared:shared-mime-info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared:shared_mime_info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime:shared-mime-info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime:shared_mime_info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime_info:shared-mime-info:1.8-5.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:shared_mime_info:shared_mime_info:1.8-5.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "shared-mime-info", + "size": "2379876", + "sourcepkg": "shared-mime-info-1.8-5.el7.src.rpm", + "type": "rpm", + "version": "1.8-5.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:sqlite:3.7.17-8.el7_7.1:*:*:*:*:*:*:*", + "cpe:2.3:a:sqlite:sqlite:3.7.17-8.el7_7.1:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "sqlite", + "size": "814303", + "sourcepkg": "sqlite-3.7.17-8.el7_7.1.src.rpm", + "type": "rpm", + "version": "3.7.17-8.el7_7.1" + }, + { + "cpes": [ + "cpe:2.3:a:centos:systemd:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd:systemd:219-78.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ and MIT and GPLv2+", + "licenses": [ + "GPLv2+", + "LGPLv2+", + "MIT", + "and", + "and" + ], + "origin": "CentOS", + "package": "systemd", + "size": "24444122", + "sourcepkg": "systemd-219-78.el7.src.rpm", + "type": "rpm", + "version": "219-78.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:systemd-libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:systemd_libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd-libs:systemd-libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd-libs:systemd_libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd:systemd-libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd:systemd_libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd_libs:systemd-libs:219-78.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:systemd_libs:systemd_libs:219-78.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+ and MIT", + "licenses": [ + "LGPLv2+", + "MIT", + "and" + ], + "origin": "CentOS", + "package": "systemd-libs", + "size": "1262592", + "sourcepkg": "systemd-219-78.el7.src.rpm", + "type": "rpm", + "version": "219-78.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:tar:2:1.26-35.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:tar:tar:2:1.26-35.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv3+", + "licenses": [ + "GPLv3+" + ], + "origin": "CentOS", + "package": "tar", + "size": "2838510", + "sourcepkg": "tar-1.26-35.el7.src.rpm", + "type": "rpm", + "version": "2:1.26-35.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:tzdata:2020d-2.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:tzdata:tzdata:2020d-2.el7:*:*:*:*:*:*:*" + ], + "license": "Public Domain", + "licenses": [ + "Domain", + "Public" + ], + "origin": "CentOS", + "package": "tzdata", + "size": "2066449", + "sourcepkg": "tzdata-2020d-2.el7.src.rpm", + "type": "rpm", + "version": "2020d-2.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:ustr:1.0.4-16.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:ustr:ustr:1.0.4-16.el7:*:*:*:*:*:*:*" + ], + "license": "MIT or LGPLv2+ or BSD", + "licenses": [ + "BSD", + "LGPLv2+", + "MIT", + "or", + "or" + ], + "origin": "CentOS", + "package": "ustr", + "size": "285943", + "sourcepkg": "ustr-1.0.4-16.el7.src.rpm", + "type": "rpm", + "version": "1.0.4-16.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:util-linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:util_linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:util-linux:util-linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:util-linux:util_linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:util:util-linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:util:util_linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:util_linux:util-linux:2.23.2-65.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:util_linux:util_linux:2.23.2-65.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain", + "licenses": [ + "BSD", + "Domain", + "GPLv2", + "GPLv2+", + "LGPLv2+", + "Public", + "advertising", + "and", + "and", + "and", + "and", + "with" + ], + "origin": "CentOS", + "package": "util-linux", + "size": "8482888", + "sourcepkg": "util-linux-2.23.2-65.el7.src.rpm", + "type": "rpm", + "version": "2.23.2-65.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:vim-minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:vim_minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:vim-minimal:vim-minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:vim-minimal:vim_minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:vim:vim-minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:vim:vim_minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:vim_minimal:vim-minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:vim_minimal:vim_minimal:2:7.4.629-7.el7:*:*:*:*:*:*:*" + ], + "license": "Vim", + "licenses": [ + "Vim" + ], + "origin": "CentOS", + "package": "vim-minimal", + "size": "935624", + "sourcepkg": "vim-7.4.629-7.el7.src.rpm", + "type": "rpm", + "version": "2:7.4.629-7.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:xz:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz:xz:5.2.2-1.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "xz", + "size": "798130", + "sourcepkg": "xz-5.2.2-1.el7.src.rpm", + "type": "rpm", + "version": "5.2.2-1.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:xz-libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:xz_libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz-libs:xz-libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz-libs:xz_libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz:xz-libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz:xz_libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz_libs:xz-libs:5.2.2-1.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:xz_libs:xz_libs:5.2.2-1.el7:*:*:*:*:*:*:*" + ], + "license": "LGPLv2+", + "licenses": [ + "LGPLv2+" + ], + "origin": "CentOS", + "package": "xz-libs", + "size": "239967", + "sourcepkg": "xz-5.2.2-1.el7.src.rpm", + "type": "rpm", + "version": "5.2.2-1.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:yum:3.4.3-168.el7.centos:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum:3.4.3-168.el7.centos:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "yum", + "size": "5829237", + "sourcepkg": "yum-3.4.3-168.el7.centos.src.rpm", + "type": "rpm", + "version": "3.4.3-168.el7.centos" + }, + { + "cpes": [ + "cpe:2.3:a:centos:yum-metadata-parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:yum_metadata_parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-metadata-parser:yum-metadata-parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-metadata-parser:yum_metadata_parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-metadata:yum-metadata-parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-metadata:yum_metadata_parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum-metadata-parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum_metadata_parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_metadata:yum-metadata-parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_metadata:yum_metadata_parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_metadata_parser:yum-metadata-parser:1.1.4-10.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_metadata_parser:yum_metadata_parser:1.1.4-10.el7:*:*:*:*:*:*:*" + ], + "license": "GPLv2", + "licenses": [ + "GPLv2" + ], + "origin": "CentOS", + "package": "yum-metadata-parser", + "size": "58789", + "sourcepkg": "yum-metadata-parser-1.1.4-10.el7.src.rpm", + "type": "rpm", + "version": "1.1.4-10.el7" + }, + { + "cpes": [ + "cpe:2.3:a:centos:yum-plugin-fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:yum_plugin_fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin-fastestmirror:yum-plugin-fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin-fastestmirror:yum_plugin_fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin:yum-plugin-fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin:yum_plugin_fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum-plugin-fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum_plugin_fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin:yum-plugin-fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin:yum_plugin_fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin_fastestmirror:yum-plugin-fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin_fastestmirror:yum_plugin_fastestmirror:1.1.31-54.el7_8:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "yum-plugin-fastestmirror", + "size": "53897", + "sourcepkg": "yum-utils-1.1.31-54.el7_8.src.rpm", + "type": "rpm", + "version": "1.1.31-54.el7_8" + }, + { + "cpes": [ + "cpe:2.3:a:centos:yum-plugin-ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:yum_plugin_ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin-ovl:yum-plugin-ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin-ovl:yum_plugin_ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin:yum-plugin-ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-plugin:yum_plugin_ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum-plugin-ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum_plugin_ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin:yum-plugin-ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin:yum_plugin_ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin_ovl:yum-plugin-ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_plugin_ovl:yum_plugin_ovl:1.1.31-54.el7_8:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "yum-plugin-ovl", + "size": "22399", + "sourcepkg": "yum-utils-1.1.31-54.el7_8.src.rpm", + "type": "rpm", + "version": "1.1.31-54.el7_8" + }, + { + "cpes": [ + "cpe:2.3:a:centos:yum-utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:centos:yum_utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-utils:yum-utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum-utils:yum_utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum-utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum:yum_utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_utils:yum-utils:1.1.31-54.el7_8:*:*:*:*:*:*:*", + "cpe:2.3:a:yum_utils:yum_utils:1.1.31-54.el7_8:*:*:*:*:*:*:*" + ], + "license": "GPLv2+", + "licenses": [ + "GPLv2+" + ], + "origin": "CentOS", + "package": "yum-utils", + "size": "345576", + "sourcepkg": "yum-utils-1.1.31-54.el7_8.src.rpm", + "type": "rpm", + "version": "1.1.31-54.el7_8" + }, + { + "cpes": [ + "cpe:2.3:a:centos:zlib:1.2.7-18.el7:*:*:*:*:*:*:*", + "cpe:2.3:a:zlib:zlib:1.2.7-18.el7:*:*:*:*:*:*:*" + ], + "license": "zlib and Boost", + "licenses": [ + "Boost", + "and", + "zlib" + ], + "origin": "CentOS", + "package": "zlib", + "size": "185294", + "sourcepkg": "zlib-1.2.7-18.el7.src.rpm", + "type": "rpm", + "version": "1.2.7-18.el7" + } + ], + "content_type": "os", + "imageDigest": "sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/python/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json b/tests/functional/services/api/images/content/expected_content/python/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json new file mode 100644 index 000000000..6e78d1cb3 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/python/sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3.json @@ -0,0 +1,305 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib/python3.7/dist-packages/aiohttp", + "origin": "Nikolay Kim ", + "package": "aiohttp", + "type": "PYTHON", + "version": "3.7.3" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib/python3.7/dist-packages/async_timeout", + "origin": "Andrew Svetlov ", + "package": "async-timeout", + "type": "PYTHON", + "version": "3.0.1" + }, + { + "cpes": [ + "cpe:2.3:a:attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:attrs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:python_attrs:20.3.0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/local/lib/python3.7/dist-packages/attr", + "origin": "Hynek Schlawack ", + "package": "attrs", + "type": "PYTHON", + "version": "20.3.0" + }, + { + "cpes": [ + "cpe:2.3:a:chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:chardet:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + ], + "license": "LGPL", + "licenses": [ + "LGPL" + ], + "location": "/usr/local/lib/python3.7/dist-packages/chardet", + "origin": "Daniel Blanchard ", + "package": "chardet", + "type": "PYTHON", + "version": "3.0.4" + }, + { + "cpes": [ + "cpe:2.3:a:idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python_idna:3.1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-Clause", + "licenses": [ + "BSD-3-Clause" + ], + "location": "/usr/local/lib/python3.7/dist-packages/idna", + "origin": "Kim Davies ", + "package": "idna", + "type": "PYTHON", + "version": "3.1" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:python_multidict:5.1.0:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib/python3.7/dist-packages/multidict", + "origin": "Andrew Svetlov ", + "package": "multidict", + "type": "PYTHON", + "version": "5.1.0" + }, + { + "cpes": [ + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*" + ], + "license": "PSF", + "licenses": [ + "PSF" + ], + "location": "/usr/local/lib/python3.7/dist-packages/typing_extensions", + "origin": "Guido van Rossum, Jukka Lehtosalo, Lukasz Langa, Michael Lee ", + "package": "typing-extensions", + "type": "PYTHON", + "version": "3.7.4.3" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:yarl:1.6.3:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib/python3.7/dist-packages/yarl", + "origin": "Andrew Svetlov ", + "package": "yarl", + "type": "PYTHON", + "version": "1.6.3" + } + ], + "content_type": "python", + "imageDigest": "sha256:406413437f26223183d133ccc7186f24c827729e1b21adc7330dd43fcdc030b3" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/python/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json b/tests/functional/services/api/images/content/expected_content/python/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json new file mode 100644 index 000000000..9b10a3acc --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/python/sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe.json @@ -0,0 +1,373 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/lib/python3.8/site-packages/aiohttp", + "origin": "Nikolay Kim ", + "package": "aiohttp", + "type": "PYTHON", + "version": "3.7.3" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/lib/python3.8/site-packages/async_timeout", + "origin": "Andrew Svetlov ", + "package": "async-timeout", + "type": "PYTHON", + "version": "3.0.1" + }, + { + "cpes": [ + "cpe:2.3:a:attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:attrs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:python_attrs:20.3.0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/lib/python3.8/site-packages/attr", + "origin": "Hynek Schlawack ", + "package": "attrs", + "type": "PYTHON", + "version": "20.3.0" + }, + { + "cpes": [ + "cpe:2.3:a:chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:chardet:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + ], + "license": "LGPL", + "licenses": [ + "LGPL" + ], + "location": "/usr/lib/python3.8/site-packages/chardet", + "origin": "Daniel Blanchard ", + "package": "chardet", + "type": "PYTHON", + "version": "3.0.4" + }, + { + "cpes": [ + "cpe:2.3:a:idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python_idna:3.1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-Clause", + "licenses": [ + "BSD-3-Clause" + ], + "location": "/usr/lib/python3.8/site-packages/idna", + "origin": "Kim Davies ", + "package": "idna", + "type": "PYTHON", + "version": "3.1" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:python_multidict:5.1.0:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/lib/python3.8/site-packages/multidict", + "origin": "Andrew Svetlov ", + "package": "multidict", + "type": "PYTHON", + "version": "5.1.0" + }, + { + "cpes": [ + "cpe:2.3:a:distutils-sig:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils-sig:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils-sig:python_pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils_sig:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils_sig:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils_sig:python_pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:pip:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:pip:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:pip:python_pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:pip_developers:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:pip_developers:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:pip_developers:python_pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-pip:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-pip:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-pip:python_pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_pip:pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_pip:python-pip:20.2.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_pip:python_pip:20.2.3:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/lib/python3.8/site-packages/pip", + "origin": "The pip developers ", + "package": "pip", + "type": "PYTHON", + "version": "20.2.3" + }, + { + "cpes": [ + "cpe:2.3:a:distutils-sig:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils-sig:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils-sig:setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils_sig:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils_sig:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:distutils_sig:setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-setuptools:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-setuptools:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-setuptools:setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_packaging_authority:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_packaging_authority:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_packaging_authority:setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_setuptools:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_setuptools:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_setuptools:setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:setuptools:python-setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:setuptools:python_setuptools:49.2.1:*:*:*:*:*:*:*", + "cpe:2.3:a:setuptools:setuptools:49.2.1:*:*:*:*:*:*:*" + ], + "license": "UNKNOWN", + "licenses": [ + "UNKNOWN" + ], + "location": "/usr/lib/python3.8/site-packages/setuptools", + "origin": "Python Packaging Authority ", + "package": "setuptools", + "type": "PYTHON", + "version": "49.2.1" + }, + { + "cpes": [ + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*" + ], + "license": "PSF", + "licenses": [ + "PSF" + ], + "location": "/usr/lib/python3.8/site-packages/typing_extensions", + "origin": "Guido van Rossum, Jukka Lehtosalo, Lukasz Langa, Michael Lee ", + "package": "typing-extensions", + "type": "PYTHON", + "version": "3.7.4.3" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:yarl:1.6.3:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/lib/python3.8/site-packages/yarl", + "origin": "Andrew Svetlov ", + "package": "yarl", + "type": "PYTHON", + "version": "1.6.3" + } + ], + "content_type": "python", + "imageDigest": "sha256:80a31c3ce2e99c3691c27ac3b1753163214494e9b2ca07bfdccf29a5cca2bfbe" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/python/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json b/tests/functional/services/api/images/content/expected_content/python/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json new file mode 100644 index 000000000..7e90d3135 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/python/sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4.json @@ -0,0 +1,34 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:numpy:numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:numpy:python-numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:numpy:python_numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python-numpy:numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python-numpy:python-numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python-numpy:python_numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python:numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python_numpy:numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python_numpy:python-numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:python_numpy:python_numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:travis_e__oliphant_et_al_:numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:travis_e__oliphant_et_al_:python-numpy:1.21.2:*:*:*:*:*:*:*", + "cpe:2.3:a:travis_e__oliphant_et_al_:python_numpy:1.21.2:*:*:*:*:*:*:*" + ], + "license": "BSD", + "licenses": [ + "BSD" + ], + "location": "/usr/local/lib/python3.8/dist-packages/numpy", + "origin": "Travis E. Oliphant et al.", + "package": "numpy", + "type": "PYTHON", + "version": "1.21.2" + } + ], + "content_type": "python", + "imageDigest": "sha256:ee7e86bed95c7d2eb2f106f7706d57cdeb1909a20f9f3f17cba361f778df79e4" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/expected_content/python/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json b/tests/functional/services/api/images/content/expected_content/python/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json new file mode 100644 index 000000000..189a6ce26 --- /dev/null +++ b/tests/functional/services/api/images/content/expected_content/python/sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c.json @@ -0,0 +1,358 @@ +{ + "content": [ + { + "cpes": [ + "cpe:2.3:a:aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:fafhrd91:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:nikolay_kim:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:python-aiohttp:3.7.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_aiohttp:python_aiohttp:3.7.3:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib64/python3.6/site-packages/aiohttp", + "origin": "Nikolay Kim ", + "package": "aiohttp", + "type": "PYTHON", + "version": "3.7.3" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async-timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:async_timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async-timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async:python_async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:async_timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:python-async-timeout:3.0.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_async_timeout:python_async_timeout:3.0.1:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib/python3.6/site-packages/async_timeout", + "origin": "Andrew Svetlov ", + "package": "async-timeout", + "type": "PYTHON", + "version": "3.0.1" + }, + { + "cpes": [ + "cpe:2.3:a:attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:attrs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hynek_schlawack:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-attrs:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:python-attrs:20.3.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_attrs:python_attrs:20.3.0:*:*:*:*:*:*:*" + ], + "license": "MIT", + "licenses": [ + "MIT" + ], + "location": "/usr/local/lib/python3.6/site-packages/attr", + "origin": "Hynek Schlawack ", + "package": "attrs", + "type": "PYTHON", + "version": "20.3.0" + }, + { + "cpes": [ + "cpe:2.3:a:chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:chardet:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan-blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:dan_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:daniel_blanchard:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python-chardet:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python-chardet:3.0.4:*:*:*:*:*:*:*", + "cpe:2.3:a:python_chardet:python_chardet:3.0.4:*:*:*:*:*:*:*" + ], + "license": "LGPL", + "licenses": [ + "LGPL" + ], + "location": "/usr/local/lib/python3.6/site-packages/chardet", + "origin": "Daniel Blanchard ", + "package": "chardet", + "type": "PYTHON", + "version": "3.0.4" + }, + { + "cpes": [ + "cpe:2.3:a:idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:kim_davies:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python-idna:3.1:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python_idna:3.1:*:*:*:*:*:*:*" + ], + "license": "BSD-3-Clause", + "licenses": [ + "BSD-3-Clause" + ], + "location": "/usr/local/lib/python3.6/site-packages/idna", + "origin": "Kim Davies ", + "package": "idna", + "type": "PYTHON", + "version": "3.1" + }, + { + "cpes": [ + "cpe:2.3:a:hellysmile:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hellysmile:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hellysmile:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:hellysmile:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna-ssl:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna-ssl:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna-ssl:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna-ssl:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna_ssl:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna_ssl:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna_ssl:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:idna_ssl:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna-ssl:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna-ssl:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna-ssl:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna-ssl:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-idna:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna_ssl:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna_ssl:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna_ssl:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_idna_ssl:python_idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:victor_kovtun:idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:victor_kovtun:idna_ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:victor_kovtun:python-idna-ssl:1.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:victor_kovtun:python_idna_ssl:1.1.0:*:*:*:*:*:*:*" + ], + "license": "UNKNOWN", + "licenses": [ + "UNKNOWN" + ], + "location": "/usr/local/lib/python3.6/site-packages/idna_ssl", + "origin": "Victor Kovtun ", + "package": "idna-ssl", + "type": "PYTHON", + "version": "1.1.0" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:multidict:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python-multidict:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:python-multidict:5.1.0:*:*:*:*:*:*:*", + "cpe:2.3:a:python_multidict:python_multidict:5.1.0:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib64/python3.6/site-packages/multidict", + "origin": "Andrew Svetlov ", + "package": "multidict", + "type": "PYTHON", + "version": "5.1.0" + }, + { + "cpes": [ + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:guido_van_rossum,_jukka_lehtosalo,_lukasz_langa,_michael_lee:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:levkivskyi:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing-extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_typing_extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing-extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing:typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:python-typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:python_typing_extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:typing-extensions:3.7.4.3:*:*:*:*:*:*:*", + "cpe:2.3:a:typing_extensions:typing_extensions:3.7.4.3:*:*:*:*:*:*:*" + ], + "license": "PSF", + "licenses": [ + "PSF" + ], + "location": "/usr/local/lib/python3.6/site-packages/typing_extensions", + "origin": "Guido van Rossum, Jukka Lehtosalo, Lukasz Langa, Michael Lee ", + "package": "typing-extensions", + "type": "PYTHON", + "version": "3.7.4.3" + }, + { + "cpes": [ + "cpe:2.3:a:andrew-svetlov:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew-svetlov:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:andrew_svetlov:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python-yarl:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:python_yarl:yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:python-yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:python_yarl:1.6.3:*:*:*:*:*:*:*", + "cpe:2.3:a:yarl:yarl:1.6.3:*:*:*:*:*:*:*" + ], + "license": "Apache 2", + "licenses": [ + "2", + "Apache" + ], + "location": "/usr/local/lib64/python3.6/site-packages/yarl", + "origin": "Andrew Svetlov ", + "package": "yarl", + "type": "PYTHON", + "version": "1.6.3" + } + ], + "content_type": "python", + "imageDigest": "sha256:fe3ca35038008b0eac0fa4e686bd072c9430000ab7d7853001bde5f5b8ccf60c" +} \ No newline at end of file diff --git a/tests/functional/services/api/images/content/test_image_content.py b/tests/functional/services/api/images/content/test_image_content.py new file mode 100644 index 000000000..b7c7639ff --- /dev/null +++ b/tests/functional/services/api/images/content/test_image_content.py @@ -0,0 +1,134 @@ +import json +import os + +import pytest + +from tests.functional.services.api.images import ( + get_image_digest, + get_image_id, + wait_for_image_to_analyze, +) +from tests.functional.services.utils.http_utils import ( + APIResponse, + get_api_conf, + http_get, +) + +test_images = [ + "docker.io/anchore/test_images:vulnerabilities-alpine-f5e8952", + "docker.io/anchore/test_images:vulnerabilities-centos-f5e8952", + "docker.io/anchore/test_images:vulnerabilities-debian-f5e8952", + "docker.io/anchore/test_images:ubuntu-content", +] + + +def sort_content(body): + """ + Sorts the results by package name and sort sub arrays to be able to do a direct comparison + """ + body["content"].sort(key=lambda result: result["package"]) + for result in body["content"]: + result["cpes"].sort() + if "licenses" in result: + result["licenses"].sort() + + +@pytest.mark.parametrize("test_tag", test_images, scope="class") +class TestImageContent: + @pytest.fixture(scope="class") + def add_and_wait_for_image(self, test_tag, add_image_with_teardown): + """ + Adds tag to anchore with a finalizer that removes the image. Will also wait until the image is analyzed + Returns the response to create image + """ + add_response = add_image_with_teardown(test_tag) + image_id = get_image_id(add_response) + wait_for_image_to_analyze(image_id, api_conf=get_api_conf) + return add_response + + @pytest.fixture + def read_expected_content(self): + """ + Returns function used to read expected content. Reads from ../expected_content + Uses content type as folder name and image_digest as the name of the json file + """ + + def _read_expected_content(content_type, filename): + expected_content_path = os.path.join( + os.path.dirname(__file__), "expected_content", content_type, filename + ) + return json.load(open(expected_content_path)) + + return _read_expected_content + + def test_image_os_content(self, add_and_wait_for_image, read_expected_content): + image_digest = get_image_digest(add_and_wait_for_image) + + resp = http_get(["images", image_digest, "content", "os"], config=get_api_conf) + assert resp == APIResponse(200) + + expected_content = read_expected_content("os", f"{image_digest}.json") + + sort_content(resp.body) + sort_content(expected_content) + + assert expected_content == resp.body + for result in resp.body["content"]: + assert result["sourcepkg"] not in ["", None] + + def test_image_java_content(self, add_and_wait_for_image, read_expected_content): + image_digest = get_image_digest(add_and_wait_for_image) + + resp = http_get( + ["images", image_digest, "content", "java"], config=get_api_conf + ) + assert resp == APIResponse(200) + + expected_content = read_expected_content("java", f"{image_digest}.json") + + sort_content(resp.body) + sort_content(expected_content) + + assert expected_content == resp.body + for result in resp.body["content"]: + assert result["version"] not in ["", None] + + def test_image_gem_content(self, add_and_wait_for_image, read_expected_content): + image_digest = get_image_digest(add_and_wait_for_image) + + resp = http_get(["images", image_digest, "content", "gem"], config=get_api_conf) + assert resp == APIResponse(200) + + expected_content = read_expected_content("gem", f"{image_digest}.json") + + sort_content(resp.body) + sort_content(expected_content) + + assert expected_content == resp.body + + def test_image_python_content(self, add_and_wait_for_image, read_expected_content): + image_digest = get_image_digest(add_and_wait_for_image) + + resp = http_get( + ["images", image_digest, "content", "python"], config=get_api_conf + ) + assert resp == APIResponse(200) + expected_content = read_expected_content("python", f"{image_digest}.json") + + sort_content(resp.body) + sort_content(expected_content) + + assert expected_content == resp.body + + def test_image_npm_content(self, add_and_wait_for_image, read_expected_content): + image_digest = get_image_digest(add_and_wait_for_image) + + resp = http_get(["images", image_digest, "content", "npm"], config=get_api_conf) + assert resp == APIResponse(200) + + expected_content = read_expected_content("npm", f"{image_digest}.json") + + sort_content(resp.body) + sort_content(expected_content) + + assert expected_content == resp.body