diff --git a/.gitguardian.yaml b/.gitguardian.yaml index 1ded1603..fa0faf10 100644 --- a/.gitguardian.yaml +++ b/.gitguardian.yaml @@ -1,16 +1,17 @@ # .gitguardian.yaml # GitGuardian configuration for APTL security lab -version: v1 +version: 2 # ACES asset inventories under docs/aces/inventory/ deliberately commit # scenario-fixture credentials -- the lab's intentionally-weak, disclosed # passwords/keys (e.g. the Redis requirepass fixture, webapp DB/JWT secrets). # They are scenario realization facts needed to reproduce the range, not # operator secrets, so the whole inventory tree is excluded from secret scanning. -paths-ignore: - - 'docs/aces/inventory/**' - # The TechVault ACES SDL encodes the same scenario-fixture credentials as - # secret_fixture values (reproduction inputs), so it is excluded too. - - 'scenarios/techvault/**' - - 'scenarios/techvault.sdl.yaml' +secret: + ignored_paths: + - 'docs/aces/inventory/**' + # The TechVault ACES SDL encodes the same scenario-fixture credentials as + # secret_fixture values (reproduction inputs), so it is excluded too. + - 'scenarios/techvault/**' + - 'scenarios/techvault.sdl.yaml' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6068cbd..202b4125 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,9 @@ repos: - id: check-merge-conflict - id: detect-private-key # `tests/` historically holds private-key-shaped fixtures. + # TechVault inventory evidence captures scenario target filesystem + # secrets verbatim; those files are reviewed scenario content, not + # operator credentials. # `mcp/aptl-mcp-common/{src,tests}/redaction.{ts,test.ts}` and # `src/aptl/utils/redaction.py` (+ its test) intentionally embed # PEM block markers — they implement and verify masking of those @@ -33,6 +36,11 @@ repos: exclude: | (?x)^( tests/.*| + docs/aces/inventory/fileshare/evidence/filesystem-sensitive-paths\.txt| + docs/aces/inventory/reverse/evidence/filesystem-sensitive-paths\.txt| + docs/aces/inventory/shuffle-frontend/evidence/filesystem-sensitive-paths\.txt| + docs/aces/inventory/victim/evidence/filesystem-sensitive-paths\.txt| + docs/aces/inventory/workstation/evidence/filesystem-sensitive-paths\.txt| mcp/aptl-mcp-common/src/redaction\.ts| mcp/aptl-mcp-common/tests/redaction\.test\.ts| src/aptl/utils/redaction\.py diff --git a/docs/aces/inventory/ad-preflight.md b/docs/aces/inventory/ad-preflight.md index 4df1a2bc..7721373a 100644 --- a/docs/aces/inventory/ad-preflight.md +++ b/docs/aces/inventory/ad-preflight.md @@ -16,8 +16,11 @@ the issue phase marker, but the tool did not create a repo-local note file. , `src/aptl/core/aces_inventory.py`, `src/aptl/cli/aces_inventory.py`, the existing webapp and db inventory bundles, and `docs/aces/parity-inventory.yaml`. -- Redact AD administrator credentials, generated flags, Kerberos/Samba secret - material, Wazuh client keys, and private key contents from committed evidence. +- Preserve scenario target values such as AD administrator credentials and + generated flags in committed evidence; they are TechVault scenario content. + Kerberos/Samba databases, Wazuh client keys, and private key files are still + captured through live paths, metadata, and checksums unless their bytes are + explicitly captured by the asset bundle. - Keep legacy `aptl.core.sdl` and `scenarios/*.yaml` functional until the ADR-035 cutover PR. This issue does not change backend runtime behavior or flip default scenario selection. diff --git a/docs/aces/inventory/ad/README.md b/docs/aces/inventory/ad/README.md index 10cdb645..45614479 100644 --- a/docs/aces/inventory/ad/README.md +++ b/docs/aces/inventory/ad/README.md @@ -22,7 +22,7 @@ rebuild proof. | Source class | `custom-build` | | Source package | `containers/ad/` plus `containers/_wazuh-agent/` | | Image tag | `aptl-ad:latest` | -| Image digest | `aptl-ad@sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052` | +| Image digest | `aptl-ad@sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957` | | Runtime OS | Ubuntu 22.04.5 LTS | | Samba version | 4.15.13-Ubuntu | | Runtime command | `/usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf` | @@ -38,7 +38,7 @@ rebuild proof. | Claim | Evidence | | --- | --- | | Capture time, tool versions, and limits are recorded. | `evidence/captured-at-utc.txt`, `evidence/capture-limits.txt`, `evidence/docker-version.json`, `evidence/docker-compose-version.json`, `evidence/trivy-version.txt` | -| Docker Compose service intent is represented by the redacted Compose service slice. | `evidence/compose-service.ad.json` | +| Docker Compose service intent is represented by the Compose service slice. | `evidence/compose-service.ad.json` | | Custom image identity, config, and layers are recorded. | `evidence/docker-inspect.image.json`, `evidence/docker-history.image.txt` | | Source package inputs are checksum-addressable. | `evidence/source-checksums.txt` | | Realized runtime state is recorded. | `evidence/docker-inspect.container.json`, `evidence/docker-network.aptl-internal.json`, `evidence/docker-volume.ad-data.json`, `evidence/docker-volume.ad-logs.json`, `evidence/docker-top.txt`, `evidence/runtime-baseline.txt` | @@ -83,10 +83,9 @@ rebuild proof. membership claims, so those memberships are not asserted. - Trivy 0.70.0 reported 140 package vulnerability findings at scan time: 65 medium and 75 low. -- Secret-shaped values in Docker/Compose evidence were redacted before - committing the bundle. The SDL records only secret classes and scenario - weakness intent, not raw AD passwords, generated flags, Wazuh keys, or - Kerberos/Samba secret material. +- Scenario target secrets in Docker/Compose and runtime evidence are retained + verbatim. The AD administrator password and generated flag/token contents are + committed as TechVault scenario content. ## ACES Mapping Result @@ -107,13 +106,13 @@ membership facts. AD-native subject attributes captured in committed evidence are represented as first-class identity-authority attributes where they are non-secret facts, including object GUID/SID, account-control, primary-group, last-logon, admin-count, and creation-time values. `pwdLastSet` stays in the -evidence bundle but is not encoded as an SDL attribute because ACES rejects -secret-bearing identity attribute names; that is a schema secret-safety boundary, -not an AD identity expressivity gap. No known ACES expressivity gap remains for -the encoded, claim-bounded AD steady-state inventory facts in this ledger. Full -raw Samba private database content, Kerberos key material, Wazuh `client.keys`, -generated flags, and raw password values are redacted as secret material; their -observable path/metadata/checksum shape is recorded where useful. +evidence bundle but is not encoded as an SDL attribute because the current SDL +identity attribute model does not carry that AD-specific field. No known ACES +expressivity gap remains for the encoded, claim-bounded AD steady-state +inventory facts in this ledger. Samba private database content, Kerberos key +material, and Wazuh `client.keys` remain represented by observable +path/metadata/checksum shape where useful; AD administrator and generated flag +scenario values are captured verbatim. Run: @@ -128,8 +127,9 @@ aptl aces-inventory gaps docs/aces/inventory/ad rebuild proof. - Generated Samba databases, Kerberos keys, Wazuh enrollment material, and CTF flag files can change on a fresh reprovision. Checksums are snapshot facts. -- Raw credential, key, and flag contents are intentionally absent from committed - evidence. +- AD administrator and generated flag/token values are committed as scenario + content; other generated service databases and key stores are represented by + path, metadata, and checksum evidence in this bundle. - Vulnerability results are time-sensitive to the Trivy database and advisory feeds. - The capture does not assert attack-induced state changes or later diff --git a/docs/aces/inventory/ad/evidence/capture-limits.txt b/docs/aces/inventory/ad/evidence/capture-limits.txt index f266e59c..6c74475c 100644 --- a/docs/aces/inventory/ad/evidence/capture-limits.txt +++ b/docs/aces/inventory/ad/evidence/capture-limits.txt @@ -1,4 +1,4 @@ Capture was taken after a fresh `uv run aptl lab stop -v -y && uv run aptl lab start --skip-seed` completed successfully on 2026-05-23. This bundle is a steady-state observation of the realized local lab, not byte-identical rebuild proof. -Generated AD credentials, Kerberos/Samba secret databases, Wazuh client keys, and CTF flag contents are not committed in raw form. Their observable paths, metadata, and checksums are recorded where useful; raw secret-bearing values are redacted. +Generated AD administrator and CTF flag/token scenario values are committed verbatim as TechVault scenario content. Kerberos/Samba secret databases and Wazuh client keys are represented by observable paths, metadata, and checksums in this bundle. Vulnerability evidence is scanner state tied to the Trivy version/database available during capture. Treat package CVEs as time-sensitive observations, not permanent facts about the asset. diff --git a/docs/aces/inventory/ad/evidence/compose-service.ad.json b/docs/aces/inventory/ad/evidence/compose-service.ad.json index adc1f5fe..9979f36d 100644 --- a/docs/aces/inventory/ad/evidence/compose-service.ad.json +++ b/docs/aces/inventory/ad/evidence/compose-service.ad.json @@ -9,17 +9,17 @@ "container_name": "aptl-ad", "hostname": "dc.techvault.local", "restart": "unless-stopped", - "environment": { - "SAMBA_DOMAIN": "TECHVAULT", - "SAMBA_REALM": "TECHVAULT.LOCAL", - "SAMBA_ADMIN_PASSWORD": "", - "DNS_FORWARDER": "172.20.1.22", - "SIEM_IP": "172.20.2.30", - "WAZUH_MANAGER": "wazuh.manager", - "AGENT_NAME": "aptl-ad-agent", - "LOG_PATHS": "/var/log/samba/log.samba,/var/log/samba/log.smbd,/var/log/samba/log.winbindd", - "LOG_FORMAT": "syslog" - }, + "environment": [ + "SAMBA_DOMAIN=TECHVAULT", + "SAMBA_REALM=TECHVAULT.LOCAL", + "SAMBA_ADMIN_PASSWORD=Admin123!", + "DNS_FORWARDER=172.20.1.22", + "SIEM_IP=172.20.2.30", + "WAZUH_MANAGER=wazuh.manager", + "AGENT_NAME=aptl-ad-agent", + "LOG_PATHS=/var/log/samba/log.samba,/var/log/samba/log.smbd,/var/log/samba/log.winbindd", + "LOG_FORMAT=syslog" + ], "volumes": [ "ad_data:/var/lib/samba", "ad_logs:/var/log/samba" diff --git a/docs/aces/inventory/ad/evidence/docker-history.image.txt b/docs/aces/inventory/ad/evidence/docker-history.image.txt index 53349191..36e81322 100644 --- a/docs/aces/inventory/ad/evidence/docker-history.image.txt +++ b/docs/aces/inventory/ad/evidence/docker-history.image.txt @@ -1,24 +1,24 @@ IMAGE CREATED CREATED BY SIZE COMMENT -sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052 5 days ago ENTRYPOINT ["/opt/setup-ad.sh"] 0B buildkit.dockerfile.v0 - 5 days ago EXPOSE [135/tcp 139/tcp 3268/tcp 3269/tcp 389/tcp 389/udp 445/tcp 464/tcp 464/udp 53/tcp 53/udp 636/tcp 88/tcp 88/udp] 0B buildkit.dockerfile.v0 - 5 days ago COPY containers/ad/supervisord.conf /etc/supervisor/conf.d/samba.conf # buildkit 20.5kB buildkit.dockerfile.v0 - 5 days ago RUN /bin/sh -c chmod +x /opt/setup-ad.sh /opt/provision-users.sh # buildkit 24.6kB buildkit.dockerfile.v0 - 5 days ago COPY containers/ad/provision-users.sh /opt/provision-users.sh # buildkit 20.5kB buildkit.dockerfile.v0 - 5 days ago COPY containers/ad/setup-ad.sh /opt/setup-ad.sh # buildkit 12.3kB buildkit.dockerfile.v0 - 5 days ago RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit 4.1kB buildkit.dockerfile.v0 - 5 days ago COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit 24.6kB buildkit.dockerfile.v0 - 5 days ago COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit 20.5kB buildkit.dockerfile.v0 - 5 days ago RUN /bin/sh -c /tmp/install-wazuh.sh && rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit 30.2MB buildkit.dockerfile.v0 - 5 days ago COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit 12.3kB buildkit.dockerfile.v0 - 5 days ago COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit 16.4kB buildkit.dockerfile.v0 - 5 days ago COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit 12.3kB buildkit.dockerfile.v0 - 5 days ago RUN /bin/sh -c apt-get update && apt-get install -y samba samba-dsdb-modules samba-vfs-modules krb5-user krb5-config winbind libnss-winbind libpam-winbind ldb-tools ldap-utils dnsutils net-tools iproute2 iptables supervisor rsyslog procps && rm -rf /var/lib/apt/lists/* # buildkit 238MB buildkit.dockerfile.v0 - 5 days ago ENV SAMBA_ADMIN_PASSWORD= 0B buildkit.dockerfile.v0 - 5 days ago ENV SAMBA_REALM=TECHVAULT.LOCAL 0B buildkit.dockerfile.v0 - 5 days ago ENV SAMBA_DOMAIN=TECHVAULT 0B buildkit.dockerfile.v0 - 5 days ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 - 2 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B - 2 weeks ago /bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / 87.7MB - 2 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04 0B - 2 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B - 2 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B +sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957 3 weeks ago ENTRYPOINT ["/opt/setup-ad.sh"] 0B buildkit.dockerfile.v0 + 3 weeks ago EXPOSE [135/tcp 139/tcp 3268/tcp 3269/tcp 389/tcp 389/udp 445/tcp 464/tcp 464/udp 53/tcp 53/udp 636/tcp 88/tcp 88/udp] 0B buildkit.dockerfile.v0 + 3 weeks ago COPY containers/ad/supervisord.conf /etc/supervisor/conf.d/samba.conf # buildkit 20.5kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c chmod +x /opt/setup-ad.sh /opt/provision-users.sh # buildkit 24.6kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/ad/provision-users.sh /opt/provision-users.sh # buildkit 20.5kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/ad/setup-ad.sh /opt/setup-ad.sh # buildkit 12.3kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit 4.1kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit 24.6kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit 20.5kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c /tmp/install-wazuh.sh && rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit 30.2MB buildkit.dockerfile.v0 + 3 weeks ago COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit 12.3kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit 16.4kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit 12.3kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c apt-get update && apt-get install -y samba samba-dsdb-modules samba-vfs-modules krb5-user krb5-config winbind libnss-winbind libpam-winbind ldb-tools ldap-utils dnsutils net-tools iproute2 iptables supervisor rsyslog procps && rm -rf /var/lib/apt/lists/* # buildkit 238MB buildkit.dockerfile.v0 + 3 weeks ago ENV SAMBA_ADMIN_PASSWORD=Admin123! 0B buildkit.dockerfile.v0 + 3 weeks ago ENV SAMBA_REALM=TECHVAULT.LOCAL 0B buildkit.dockerfile.v0 + 3 weeks ago ENV SAMBA_DOMAIN=TECHVAULT 0B buildkit.dockerfile.v0 + 3 weeks ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 + 4 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B + 4 weeks ago /bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / 87.7MB + 4 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04 0B + 4 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B + 4 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B diff --git a/docs/aces/inventory/ad/evidence/docker-inspect.container.json b/docs/aces/inventory/ad/evidence/docker-inspect.container.json index 11f5adc6..2bc54d46 100644 --- a/docs/aces/inventory/ad/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/ad/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099", - "Created": "2026-05-23T06:18:29.915397621Z", + "Id": "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209", + "Created": "2026-06-11T16:00:17.86786395Z", "Path": "/opt/setup-ad.sh", "Args": [], "State": { @@ -11,53 +11,53 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2956004, + "Pid": 805146, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:18:34.745080669Z", + "StartedAt": "2026-06-11T16:00:22.340786122Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { - "Start": "2026-05-23T08:20:42.416356194+02:00", - "End": "2026-05-23T08:20:42.598135793+02:00", + "Start": "2026-06-12T11:39:05.350572715+02:00", + "End": "2026-06-12T11:39:05.532906473+02:00", "ExitCode": 0, "Output": "Forest : techvault.local\nDomain : techvault.local\nNetbios domain : TECHVAULT\nDC name : dc.techvault.local\nDC netbios name : DC\nServer site : Default-First-Site-Name\nClient site : Default-First-Site-Name\n" }, { - "Start": "2026-05-23T08:21:12.598582734+02:00", - "End": "2026-05-23T08:21:12.794352663+02:00", + "Start": "2026-06-12T11:39:35.53376802+02:00", + "End": "2026-06-12T11:39:35.696258173+02:00", "ExitCode": 0, "Output": "Forest : techvault.local\nDomain : techvault.local\nNetbios domain : TECHVAULT\nDC name : dc.techvault.local\nDC netbios name : DC\nServer site : Default-First-Site-Name\nClient site : Default-First-Site-Name\n" }, { - "Start": "2026-05-23T08:21:42.795196614+02:00", - "End": "2026-05-23T08:21:43.015927708+02:00", + "Start": "2026-06-12T11:40:05.696907586+02:00", + "End": "2026-06-12T11:40:05.87749161+02:00", "ExitCode": 0, "Output": "Forest : techvault.local\nDomain : techvault.local\nNetbios domain : TECHVAULT\nDC name : dc.techvault.local\nDC netbios name : DC\nServer site : Default-First-Site-Name\nClient site : Default-First-Site-Name\n" }, { - "Start": "2026-05-23T08:22:13.016637823+02:00", - "End": "2026-05-23T08:22:13.178799051+02:00", + "Start": "2026-06-12T11:40:35.878307354+02:00", + "End": "2026-06-12T11:40:36.038905375+02:00", "ExitCode": 0, "Output": "Forest : techvault.local\nDomain : techvault.local\nNetbios domain : TECHVAULT\nDC name : dc.techvault.local\nDC netbios name : DC\nServer site : Default-First-Site-Name\nClient site : Default-First-Site-Name\n" }, { - "Start": "2026-05-23T08:22:43.180133616+02:00", - "End": "2026-05-23T08:22:43.347342535+02:00", + "Start": "2026-06-12T11:41:06.039756057+02:00", + "End": "2026-06-12T11:41:06.202298214+02:00", "ExitCode": 0, "Output": "Forest : techvault.local\nDomain : techvault.local\nNetbios domain : TECHVAULT\nDC name : dc.techvault.local\nDC netbios name : DC\nServer site : Default-First-Site-Name\nClient site : Default-First-Site-Name\n" } ] } }, - "Image": "sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052", - "ResolvConfPath": "/var/lib/docker/containers/a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099/hostname", - "HostsPath": "/var/lib/docker/containers/a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099/hosts", - "LogPath": "/var/lib/docker/containers/a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099/a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099-json.log", + "Image": "sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957", + "ResolvConfPath": "/var/lib/docker/containers/c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209/hostname", + "HostsPath": "/var/lib/docker/containers/c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209/hosts", + "LogPath": "/var/lib/docker/containers/c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209/c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209-json.log", "Name": "/aptl-ad", "RestartCount": 0, "Driver": "overlayfs", @@ -221,15 +221,15 @@ "OpenStdin": false, "StdinOnce": false, "Env": [ + "WAZUH_MANAGER=wazuh.manager", + "AGENT_NAME=aptl-ad-agent", "DNS_FORWARDER=172.20.1.22", - "LOG_FORMAT=syslog", - "SAMBA_DOMAIN=TECHVAULT", "LOG_PATHS=/var/log/samba/log.samba,/var/log/samba/log.smbd,/var/log/samba/log.winbindd", - "SIEM_IP=172.20.2.30", "SAMBA_REALM=TECHVAULT.LOCAL", - "SAMBA_ADMIN_PASSWORD=", - "AGENT_NAME=aptl-ad-agent", - "WAZUH_MANAGER=wazuh.manager", + "SAMBA_ADMIN_PASSWORD=Admin123!", + "SIEM_IP=172.20.2.30", + "SAMBA_DOMAIN=TECHVAULT", + "LOG_FORMAT=syslog", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "DEBIAN_FRONTEND=noninteractive" ], @@ -254,7 +254,7 @@ "com.docker.compose.config-hash": "060e21aacc7dac7361aa9f984d69162040f3330cdb30daf17a123c8234f44378", "com.docker.compose.container-number": "1", "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052", + "com.docker.compose.image": "sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957", "com.docker.compose.oneoff": "False", "com.docker.compose.project": "aptl", "com.docker.compose.project.config_files": "/home/atomik/src/aptl/docker-compose.yml", @@ -265,8 +265,8 @@ } }, "NetworkSettings": { - "SandboxID": "c2b552eb10a3930055fd848ac6f9aab09d912d33d07effe10c728961d7b42dcb", - "SandboxKey": "/var/run/docker/netns/c2b552eb10a3", + "SandboxID": "88a15952488e5bc8c309016ef9663c9bae838dcd0bd08bd164e66e7d5415cb8a", + "SandboxKey": "/var/run/docker/netns/88a15952488e", "Ports": { "135/tcp": null, "139/tcp": null, @@ -296,10 +296,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", - "EndpointID": "32b08283f847efb5a3f922194ab22b9bada1e00f368ed7e8c47b0db8a6252a24", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", "Gateway": "", "IPAddress": "172.20.2.10", - "MacAddress": "2a:94:5f:9a:c2:45", + "MacAddress": "16:e0:d4:a0:19:61", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -307,7 +307,7 @@ "DNSNames": [ "aptl-ad", "ad", - "a8e5b007ae34", + "c52389d21df0", "dc.techvault.local" ] } diff --git a/docs/aces/inventory/ad/evidence/docker-inspect.image.json b/docs/aces/inventory/ad/evidence/docker-inspect.image.json index c56a0b22..da307df8 100644 --- a/docs/aces/inventory/ad/evidence/docker-inspect.image.json +++ b/docs/aces/inventory/ad/evidence/docker-inspect.image.json @@ -1,11 +1,11 @@ [ { - "Id": "sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052", + "Id": "sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957", "RepoTags": [ "aptl-ad:latest" ], "RepoDigests": [ - "aptl-ad@sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052" + "aptl-ad@sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957" ], "Comment": "buildkit.dockerfile.v0", "Created": "2026-05-18T02:58:51.868306295+02:00", @@ -31,7 +31,7 @@ "DEBIAN_FRONTEND=noninteractive", "SAMBA_DOMAIN=TECHVAULT", "SAMBA_REALM=TECHVAULT.LOCAL", - "SAMBA_ADMIN_PASSWORD=" + "SAMBA_ADMIN_PASSWORD=Admin123!" ], "Entrypoint": [ "/opt/setup-ad.sh" @@ -65,18 +65,18 @@ ] }, "Metadata": { - "LastTagTime": "2026-05-23T06:17:07.772122585Z" + "LastTagTime": "2026-06-11T16:00:13.82672672Z" }, "Descriptor": { "mediaType": "application/vnd.oci.image.index.v1+json", - "digest": "sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052", + "digest": "sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957", "size": 856 }, "Identity": { "Build": [ { - "Ref": "zj6w0ha5bhobd4uai283aajw5", - "CreatedAt": "2026-05-23T08:17:07.990693639+02:00" + "Ref": "qbcjhs1wa3f78xn802jegyj06", + "CreatedAt": "2026-06-11T18:00:13.911719651+02:00" } ] } diff --git a/docs/aces/inventory/ad/evidence/docker-network.aptl-internal.json b/docs/aces/inventory/ad/evidence/docker-network.aptl-internal.json index 67266c48..15a1dd02 100644 --- a/docs/aces/inventory/ad/evidence/docker-network.aptl-internal.json +++ b/docs/aces/inventory/ad/evidence/docker-network.aptl-internal.json @@ -32,74 +32,81 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "693b4226ec8213d28b2000a89cb63996c4574afcb220f3d5ed82ad818e501065", - "MacAddress": "8a:d4:10:7e:60:b4", - "IPv4Address": "172.20.2.50/24", + "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad": { + "Name": "aptl-fileshare", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", + "MacAddress": "aa:0a:ca:f6:3f:b1", + "IPv4Address": "172.20.2.12/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "5ac23437333211555e355738803b17bd898630a1e5036a1f5bd48bb014c4fcb0", - "MacAddress": "0e:dd:8d:cc:5f:7d", - "IPv4Address": "172.20.2.30/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", + "MacAddress": "c6:49:cc:27:01:da", + "IPv4Address": "172.20.2.27/24", "IPv6Address": "" }, - "9598b368e67a844a1508af7f7aad7f1424fdae71acb720419a506249f0a9ac57": { + "264d754571f7866985e9ea41cab9077221933aab35fa412986bff01e5aa2d1d1": { + "Name": "aptl-workstation", + "EndpointID": "e07344281cbc69620cdb2202e198ae4d72a16845e8b834495febcabeaeffa7a3", + "MacAddress": "22:dc:46:cf:d7:1c", + "IPv4Address": "172.20.2.40/24", + "IPv6Address": "" + }, + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { "Name": "aptl-kali", - "EndpointID": "b86e54c282cc1f662719fd15d402ad6339853e501c0f542fa16910646cb6e19b", - "MacAddress": "b6:ac:85:98:9c:a4", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "MacAddress": "de:2a:88:a0:60:4d", "IPv4Address": "172.20.2.35/24", "IPv6Address": "" }, - "961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b": { - "Name": "aptl-fileshare", - "EndpointID": "329bb36706e30e185325da0c1360c6cb18fdb4e92f84f586e0f5162da616f53e", - "MacAddress": "26:36:cc:03:76:e1", - "IPv4Address": "172.20.2.12/24", + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "d2aff68b4860db2afd51cacd35b115df3239ec0c0d0d1a70c38c9850dc437edd", + "MacAddress": "d6:3e:0a:c1:26:32", + "IPv4Address": "172.20.2.50/24", "IPv6Address": "" }, - "a44db23d6b836d520798280fe2071034c5455d8a360f465defd8aef190bdfa1d": { + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { "Name": "aptl-webapp", - "EndpointID": "421aab27768dc6c78437c1b0de55e1940646b1c722111453771cb40c4c2fe17a", - "MacAddress": "82:52:09:8b:9d:79", + "EndpointID": "127c8f784f378d07db3bfccfeece72153ec5763c0472d12ebb9127135274f162", + "MacAddress": "2a:2d:b3:44:c1:ee", "IPv4Address": "172.20.2.25/24", "IPv6Address": "" }, - "a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099": { - "Name": "aptl-ad", - "EndpointID": "32b08283f847efb5a3f922194ab22b9bada1e00f368ed7e8c47b0db8a6252a24", - "MacAddress": "2a:94:5f:9a:c2:45", - "IPv4Address": "172.20.2.10/24", + "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2": { + "Name": "aptl-db", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", + "MacAddress": "2e:00:24:fb:58:ce", + "IPv4Address": "172.20.2.11/24", "IPv6Address": "" }, - "a9701bcb6a262e1e16fcb5250c31fbdccacdc56c2f5c495f992ac4f01ec4daba": { - "Name": "aptl-victim", - "EndpointID": "4a235d56c902f72aa27b64c760ca95670e4014ba7823f0286262baeda6e31d26", - "MacAddress": "56:88:c2:77:b1:02", - "IPv4Address": "172.20.2.20/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "977f4d3319b07554a37a7873e43198d62f2723af755eb6be1eba5c92d0204b54", + "MacAddress": "b6:f9:7a:15:98:3a", + "IPv4Address": "172.20.2.30/24", "IPv6Address": "" }, - "bee68cc7d455e9101c91febab49f87fb87f145088e03b443de99815a0dcf81b7": { - "Name": "aptl-workstation", - "EndpointID": "fa4d83bf827a98b9cdaee7bb41d99529c381a4cd3e3beb397671e0ab2df4d953", - "MacAddress": "6a:9b:77:93:b3:7a", - "IPv4Address": "172.20.2.40/24", + "7ed4af3e0aa0abacd8b6bfa5c035b90cddb0335ae56d1e2a899adbc645152691": { + "Name": "aptl-victim", + "EndpointID": "13eaa548e14a12ca2d6673206329bc165d545c2868f2cc13c8c42d502c78da34", + "MacAddress": "d6:9c:ac:f8:6a:c7", + "IPv4Address": "172.20.2.20/24", "IPv6Address": "" }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "43843734713a7c1cc6e230a499bd0c7cf020f058452e8c83920286e83a84913a", - "MacAddress": "7e:58:a5:13:f6:34", - "IPv4Address": "172.20.2.27/24", + "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209": { + "Name": "aptl-ad", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", + "MacAddress": "16:e0:d4:a0:19:61", + "IPv4Address": "172.20.2.10/24", "IPv6Address": "" }, - "eb94b8daca335b05e4e791d114d26e98dd508fffb58b6df0076d8425c9bafa09": { - "Name": "aptl-db", - "EndpointID": "176798557d532605447067359259dbe3ee08e57a62e35183e379d53f7f6edb4f", - "MacAddress": "3a:69:55:99:70:e3", - "IPv4Address": "172.20.2.11/24", + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "4ae32c0249dc381fa0537b16845f21d70c52cfbc5dac8b5fc61a05d97d5a4bec", + "MacAddress": "b2:66:04:e3:65:0c", + "IPv4Address": "172.20.2.26/24", "IPv6Address": "" } }, @@ -107,8 +114,8 @@ "IPAM": { "Subnets": { "172.20.2.0/24": { - "IPsInUse": 13, - "DynamicIPsAvailable": 243 + "IPsInUse": 14, + "DynamicIPsAvailable": 242 } } } diff --git a/docs/aces/inventory/ad/evidence/evidence-sha256sums.txt b/docs/aces/inventory/ad/evidence/evidence-sha256sums.txt index a4f6b43b..0cdb8c7b 100644 --- a/docs/aces/inventory/ad/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/ad/evidence/evidence-sha256sums.txt @@ -1,20 +1,20 @@ -9b0501bf9e66f96dd5aba1d5c16cfa384cee8aabc1ba23a117560925db237f36 docs/aces/inventory/ad/evidence/capture-limits.txt +47d4343a33111d3c4a7bf895ec4676032a3302d229b42ff7d0a6cad5b59eb4c3 docs/aces/inventory/ad/evidence/capture-limits.txt d11cc192048436dbf0639056c923a556fefdbc285621249e2d2a5fa543ce3c96 docs/aces/inventory/ad/evidence/captured-at-utc.txt -1a40027a33dd824d0f6fe19ffa44241ac00566afe36790f50106f718efa40d2c docs/aces/inventory/ad/evidence/compose-service.ad.json +9284e008438b0289961a89e8363f5047d2657114678919bc18be2cae33245d55 docs/aces/inventory/ad/evidence/compose-service.ad.json 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/ad/evidence/docker-compose-version.json -e1fd099438d396a41ee61939e11d0c3af54105c6d6d764bb18a2e3ddee993b65 docs/aces/inventory/ad/evidence/docker-history.image.txt -4a3e543484c22f130d2ff7728bcae3fbc769a40b9e29ba08c9b9cf208b1d002a docs/aces/inventory/ad/evidence/docker-inspect.container.json -6f700dae3d583404f4a0ebba5fa47b6a66eaba8cacfc9542cbc6bd0c40ca5808 docs/aces/inventory/ad/evidence/docker-inspect.image.json -e397872335fbf20fe1be617be9d23c49217052ce01ee24ac023e8b421af34003 docs/aces/inventory/ad/evidence/docker-network.aptl-internal.json +1471171650fbd441c194d72173484fa105563328c798ea5d0ff0eb87a442e743 docs/aces/inventory/ad/evidence/docker-history.image.txt +48c2a5160b00046d38823f1361af61f9047db3f2e0745194471e920ae84ee1c6 docs/aces/inventory/ad/evidence/docker-inspect.container.json +d09c3b132206ebd8f92460f059542beb2c7e2b6f531013f3245a5fe001142e49 docs/aces/inventory/ad/evidence/docker-inspect.image.json +fb22fb3f5c1f32842c8f3f2d4f8e109006496df06282a46ff191e6dbea0f509e docs/aces/inventory/ad/evidence/docker-network.aptl-internal.json ab1bdf12ed4dbff4786e9a836d2545a35941af5117a50298dc915844bf20e0e1 docs/aces/inventory/ad/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/ad/evidence/docker-version.json 65d94c0a3d565f0a6a569607c68c50486e37e31288c0ad3f36334a4cfa656199 docs/aces/inventory/ad/evidence/docker-volume.ad-data.json 7e1cb4102f260bbcefd67f12a2a4755d95bc9f6156b70e880586753d76167b95 docs/aces/inventory/ad/evidence/docker-volume.ad-logs.json -6fd284313ac6fa7f84567fb0cc570e1c72f1b7dcf94d6884e88046aed6430129 docs/aces/inventory/ad/evidence/filesystem-checksums.txt -b1371a861f7e653c332407dddf04662d1482616aaa87157a2879bdfb52b45f5f docs/aces/inventory/ad/evidence/filesystem-tree.txt +9ee7aec7d498728f461523f04e5819fa7dedef13216f3c49404b2f28d68eee91 docs/aces/inventory/ad/evidence/filesystem-checksums.txt +52ad5509940257e9545e7ac95b7766ee61fb173d6c90fa89db318bf6f5fb13ef docs/aces/inventory/ad/evidence/filesystem-tree.txt 02cff283c97356c6d80558b6899db9b07dd4d7c490c9e34086211b913b81f025 docs/aces/inventory/ad/evidence/language-manifests.txt e051cc7214c2e24d89098876125b70252d5adfcf29341a19a3568ba480d65d19 docs/aces/inventory/ad/evidence/os-packages.txt -c588356662135ee9707cbfbb2c430f30254e8f6df24f6393623acdc5cb46700a docs/aces/inventory/ad/evidence/runtime-baseline.txt +037d10dfffebb62d3ce2afec8d72f2ed4ae1bca2fc9f2948c5da08592017d96e docs/aces/inventory/ad/evidence/runtime-baseline.txt 93cad0d4255924896783a44b0075692e351f745b804b33886ca9fc73210d279d docs/aces/inventory/ad/evidence/source-checksums.txt a1acfe5710e25be9ba076b4a9c9ed8d66041ee23e6b389fbbb9f7b8f7ddeb178 docs/aces/inventory/ad/evidence/trivy-version.txt 4b7449b30f2366ce527aea14f80833ee82375a9748d541dd35a45460b1815218 docs/aces/inventory/ad/evidence/trivy-vulnerabilities.json.gz diff --git a/docs/aces/inventory/ad/evidence/filesystem-checksums.txt b/docs/aces/inventory/ad/evidence/filesystem-checksums.txt index 6848c6f0..dc3c8acf 100644 --- a/docs/aces/inventory/ad/evidence/filesystem-checksums.txt +++ b/docs/aces/inventory/ad/evidence/filesystem-checksums.txt @@ -8,11 +8,11 @@ 35579f1c69c77a4792da5bccb15dc9feb0d1c623ba9c7df14cb7922ec113c301 /opt/aptl/wazuh/ossec.conf.template 0b0b2b8ba176edeeb37594acd2c5b4fca062b5d20b906c6b8581be8fcf97ac84 /opt/aptl/wazuh/wazuh-agent.sh 0b0b2b8ba176edeeb37594acd2c5b4fca062b5d20b906c6b8581be8fcf97ac84 /opt/aptl/wazuh/wazuh-agent.sh -f6f1edb193e9d5385591e4fcdc838c1971de47bf93eb18251cd0b5db35773065 /opt/flags/user.txt -f6f1edb193e9d5385591e4fcdc838c1971de47bf93eb18251cd0b5db35773065 /opt/flags/user.txt +14b992b7ca9adf7327fbe5ba5639d2409809e48ed5c6c3910d3db8999808e71a /opt/flags/user.txt +14b992b7ca9adf7327fbe5ba5639d2409809e48ed5c6c3910d3db8999808e71a /opt/flags/user.txt df9bbc5f65dfa47eac50dbe0e440f1de6f55323cd4b55c10d9853581f5749904 /opt/provision-users.sh ecdc6988e165a3f738b4348c443f2eac3f8d0ec580bc22b54adaa5b3a272835e /opt/setup-ad.sh -02215db800cf22a15d835067d44c148b71bbceeae4b3a0f414f37567eb9f51c3 /root/root.txt +298395b76788c8f199a6ebf47cdafbef1eb5007ed3ba5937c78189806518d91e /root/root.txt 3a2bce4f3f2b44d3612339ec8d23b0a962ade176cb0fafa069d46862bbaefa1e /var/lib/samba/account_policy.tdb e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 /var/lib/samba/private/.provisioned e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 /var/lib/samba/private/dns_update_cache diff --git a/docs/aces/inventory/ad/evidence/filesystem-tree.txt b/docs/aces/inventory/ad/evidence/filesystem-tree.txt index e5b3ea0f..41ea1a16 100644 --- a/docs/aces/inventory/ad/evidence/filesystem-tree.txt +++ b/docs/aces/inventory/ad/evidence/filesystem-tree.txt @@ -4,7 +4,7 @@ -rw------- root root 1286144 2026-05-23T06:18:46.0394409330 /var/lib/samba/private/secrets.ldb -> -rw------- root root 16 2026-05-23T06:18:35.5723269630 /var/lib/samba/private/encrypted_secrets.key -> -rw------- root root 1609728 2026-05-23T06:19:09.5126964230 /var/lib/samba/private/idmap.ldb -> --rw------- root root 196 2026-05-23T06:19:07.7026767260 /root/root.txt -> +-rw------- root root 196 2026-06-11T16:00:54.0744103650 /root/root.txt -> -rw------- root root 3243 2026-05-23T06:19:09.9247009060 /var/lib/samba/private/tls/key.pem -> -rw------- root root 32768 2026-05-23T06:19:09.2846939410 /var/lib/samba/winbindd_cache.tdb -> -rw------- root root 421888 2026-05-23T06:18:44.1854207470 /var/lib/samba/share_info.tdb -> @@ -31,8 +31,8 @@ -rw-r--r-- root root 1124 2021-11-16T09:08:34.0000000000 /etc/rsyslog.d/50-default.conf -> -rw-r--r-- root root 137 2026-05-23T06:19:09.5736970860 /var/log/samba/log.samba-bgqd -> -rw-r--r-- root root 168 2026-05-23T06:19:09.0926918520 /var/log/samba/log.smbd -> --rw-r--r-- root root 196 2026-05-23T06:19:07.6796764760 /opt/flags/user.txt -> --rw-r--r-- root root 196 2026-05-23T06:19:07.6796764760 /opt/flags/user.txt -> +-rw-r--r-- root root 196 2026-06-11T16:00:54.0484100800 /opt/flags/user.txt -> +-rw-r--r-- root root 196 2026-06-11T16:00:54.0484100800 /opt/flags/user.txt -> -rw-r--r-- root root 200 2026-05-23T06:18:45.9644401160 /var/lib/samba/private/krb5.conf -> -rw-r--r-- root root 200 2026-05-23T06:18:46.1754424140 /etc/krb5.conf -> -rw-r--r-- root root 2025 2026-05-23T06:19:09.9247009060 /var/lib/samba/private/tls/ca.pem -> diff --git a/docs/aces/inventory/ad/evidence/runtime-baseline.txt b/docs/aces/inventory/ad/evidence/runtime-baseline.txt index e289233c..a92e178d 100644 --- a/docs/aces/inventory/ad/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/ad/evidence/runtime-baseline.txt @@ -35,7 +35,7 @@ LOG_FORMAT=syslog LOG_PATHS=/var/log/samba/log.samba,/var/log/samba/log.smbd,/var/log/samba/log.winbindd PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/ -SAMBA_ADMIN_PASSWORD= +SAMBA_ADMIN_PASSWORD=Admin123! SAMBA_DOMAIN=TECHVAULT SAMBA_REALM=TECHVAULT.LOCAL SHLVL=0 @@ -198,12 +198,10 @@ objectClass: user cn: Administrator description: Built-in account for administering the computer/domain instanceType: 4 -whenCreated: 20260523061843.0Z -whenChanged: 20260523061843.0Z +whenCreated: 20260611160030.0Z uSNCreated: 3853 -uSNChanged: 3853 name: Administrator -objectGUID: eec6f567-8006-441d-98ee-b2fce7359dd5 +objectGUID: 8e0211ed-6b26-48ee-892e-70826774c0df userAccountControl: 512 badPwdCount: 0 codePage: 0 @@ -211,9 +209,9 @@ countryCode: 0 badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 -pwdLastSet: 134239907235557800 +pwdLastSet: 134256672307442250 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-500 +objectSid: S-1-5-21-1195619382-146717913-1119826051-500 adminCount: 1 accountExpires: 9223372036854775807 logonCount: 0 @@ -226,6 +224,9 @@ memberOf: CN=Schema Admins,CN=Users,DC=techvault,DC=local memberOf: CN=Enterprise Admins,CN=Users,DC=techvault,DC=local memberOf: CN=Group Policy Creator Owners,CN=Users,DC=techvault,DC=local memberOf: CN=Administrators,CN=Builtin,DC=techvault,DC=local +lastLogonTimestamp: 134257211162388130 +whenChanged: 20260612065836.0Z +uSNChanged: 4147 distinguishedName: CN=Administrator,CN=Users,DC=techvault,DC=local [Guest] @@ -237,12 +238,12 @@ objectClass: user cn: Guest description: Built-in account for guest access to the computer/domain instanceType: 4 -whenCreated: 20260523061843.0Z -whenChanged: 20260523061843.0Z +whenCreated: 20260611160030.0Z +whenChanged: 20260611160030.0Z uSNCreated: 3854 uSNChanged: 3854 name: Guest -objectGUID: a1d01d21-fe90-4d38-9b45-edc946460243 +objectGUID: 2c8adb62-b085-4ecc-ad76-1402639dd6d6 userAccountControl: 66082 badPwdCount: 0 codePage: 0 @@ -252,7 +253,7 @@ lastLogoff: 0 lastLogon: 0 pwdLastSet: 0 primaryGroupID: 514 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-501 +objectSid: S-1-5-21-1195619382-146717913-1119826051-501 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: Guest @@ -271,13 +272,13 @@ objectClass: user cn: krbtgt description: Key Distribution Center Service Account instanceType: 4 -whenCreated: 20260523061843.0Z -whenChanged: 20260523061843.0Z +whenCreated: 20260611160030.0Z +whenChanged: 20260611160030.0Z uSNCreated: 3855 uSNChanged: 3855 showInAdvancedViewOnly: TRUE name: krbtgt -objectGUID: f66c92d9-604a-4f54-bd9c-f171b4a5dc2c +objectGUID: 5498f0ff-ebcf-4b7d-84e2-c46a011044b6 userAccountControl: 514 badPwdCount: 0 codePage: 0 @@ -285,9 +286,9 @@ countryCode: 0 badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 -pwdLastSet: 134239907235726640 +pwdLastSet: 134256672307567310 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-502 +objectSid: S-1-5-21-1195619382-146717913-1119826051-502 adminCount: 1 accountExpires: 9223372036854775807 logonCount: 0 @@ -310,14 +311,14 @@ sn: Mitchell title: CEO givenName: Sarah instanceType: 4 -whenCreated: 20260523061851.0Z -whenChanged: 20260523061851.0Z +whenCreated: 20260611160039.0Z +whenChanged: 20260611160039.0Z displayName: Sarah Mitchell uSNCreated: 4086 department: Executive company: TechVault Solutions name: Sarah Mitchell -objectGUID: abef0463-c3a7-4fe5-9e3b-4d347e26bb64 +objectGUID: b468bc84-9474-4df6-89fb-ad909a8a4f44 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -325,7 +326,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1111 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1111 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: sarah.mitchell @@ -333,7 +334,7 @@ sAMAccountType: 805306368 userPrincipalName: sarah.mitchell@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: sarah.mitchell@techvault.local -pwdLastSet: 134239907314680480 +pwdLastSet: 134256672395884920 userAccountControl: 512 uSNChanged: 4088 memberOf: CN=Executives,CN=Users,DC=techvault,DC=local @@ -350,14 +351,14 @@ sn: Rodriguez title: CTO givenName: James instanceType: 4 -whenCreated: 20260523061852.0Z -whenChanged: 20260523061852.0Z +whenCreated: 20260611160040.0Z +whenChanged: 20260611160040.0Z displayName: James Rodriguez uSNCreated: 4090 department: Executive company: TechVault Solutions name: James Rodriguez -objectGUID: 27e8f79f-bf64-4af7-a5ae-65dbd69eb0e3 +objectGUID: 66bfdbcc-a972-48be-8330-35adece143a2 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -365,7 +366,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1112 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1112 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: james.rodriguez @@ -373,7 +374,7 @@ sAMAccountType: 805306368 userPrincipalName: james.rodriguez@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: james.rodriguez@techvault.local -pwdLastSet: 134239907322677040 +pwdLastSet: 134256672405034500 userAccountControl: 512 uSNChanged: 4092 memberOf: CN=Executives,CN=Users,DC=techvault,DC=local @@ -391,14 +392,14 @@ sn: Chang title: VP of Sales givenName: Lisa instanceType: 4 -whenCreated: 20260523061853.0Z -whenChanged: 20260523061853.0Z +whenCreated: 20260611160041.0Z +whenChanged: 20260611160041.0Z displayName: Lisa Chang uSNCreated: 4095 department: Sales company: TechVault Solutions name: Lisa Chang -objectGUID: 8a618815-5f0d-44e4-8079-8a8d95bda984 +objectGUID: ad324ae3-d7ad-4d18-bb38-2d7711ff9c1f badPwdCount: 0 codePage: 0 countryCode: 0 @@ -406,7 +407,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1113 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1113 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: lisa.chang @@ -414,7 +415,7 @@ sAMAccountType: 805306368 userPrincipalName: lisa.chang@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: lisa.chang@techvault.local -pwdLastSet: 134239907336498340 +pwdLastSet: 134256672419233670 userAccountControl: 512 uSNChanged: 4097 memberOf: CN=Executives,CN=Users,DC=techvault,DC=local @@ -432,14 +433,14 @@ sn: Chen title: DevOps Lead givenName: Emily instanceType: 4 -whenCreated: 20260523061855.0Z -whenChanged: 20260523061855.0Z +whenCreated: 20260611160043.0Z +whenChanged: 20260611160043.0Z displayName: Emily Chen uSNCreated: 4100 department: Engineering company: TechVault Solutions name: Emily Chen -objectGUID: 170e3d4a-87dc-4155-984f-32ac4a11fe00 +objectGUID: a05c9380-0cfc-49f7-893f-3004d9ac90b7 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -447,7 +448,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1114 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1114 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: emily.chen @@ -455,7 +456,7 @@ sAMAccountType: 805306368 userPrincipalName: emily.chen@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: emily.chen@techvault.local -pwdLastSet: 134239907350710510 +pwdLastSet: 134256672432473880 userAccountControl: 512 uSNChanged: 4102 memberOf: CN=Engineering,CN=Users,DC=techvault,DC=local @@ -474,14 +475,14 @@ sn: Thompson title: Senior Developer givenName: Michael instanceType: 4 -whenCreated: 20260523061857.0Z -whenChanged: 20260523061857.0Z +whenCreated: 20260611160044.0Z +whenChanged: 20260611160044.0Z displayName: Michael Thompson uSNCreated: 4106 department: Engineering company: TechVault Solutions name: Michael Thompson -objectGUID: 104c815e-bc35-4728-8ab4-caea4bcca4ba +objectGUID: 2f098bbb-ae19-4209-ad61-53341d073945 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -489,7 +490,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1115 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1115 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: michael.thompson @@ -497,7 +498,7 @@ sAMAccountType: 805306368 userPrincipalName: michael.thompson@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: michael.thompson@techvault.local -pwdLastSet: 134239907370368890 +pwdLastSet: 134256672448124040 userAccountControl: 512 uSNChanged: 4108 memberOf: CN=Engineering,CN=Users,DC=techvault,DC=local @@ -514,14 +515,14 @@ sn: Kim title: Security Engineer givenName: David instanceType: 4 -whenCreated: 20260523061858.0Z -whenChanged: 20260523061858.0Z +whenCreated: 20260611160045.0Z +whenChanged: 20260611160045.0Z displayName: David Kim uSNCreated: 4110 department: Engineering company: TechVault Solutions name: David Kim -objectGUID: ba4f6c64-3211-461c-856c-02f46b5e0c9c +objectGUID: 32067819-630b-4776-a094-20fc731e8b27 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -529,7 +530,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1116 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1116 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: david.kim @@ -537,7 +538,7 @@ sAMAccountType: 805306368 userPrincipalName: david.kim@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: david.kim@techvault.local -pwdLastSet: 134239907380096360 +pwdLastSet: 134256672455168050 userAccountControl: 512 uSNChanged: 4112 memberOf: CN=Engineering,CN=Users,DC=techvault,DC=local @@ -556,14 +557,14 @@ sn: Martinez title: Marketing Manager givenName: Robert instanceType: 4 -whenCreated: 20260523061900.0Z -whenChanged: 20260523061900.0Z +whenCreated: 20260611160047.0Z +whenChanged: 20260611160047.0Z displayName: Robert Martinez uSNCreated: 4115 department: Sales company: TechVault Solutions name: Robert Martinez -objectGUID: 768bbff0-02d6-4414-b1ab-1471eb16dc26 +objectGUID: 9ca8d582-4e22-4982-b1c0-6fc5588da187 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -571,7 +572,7 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1117 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1117 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: robert.martinez @@ -579,7 +580,7 @@ sAMAccountType: 805306368 userPrincipalName: robert.martinez@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local mail: robert.martinez@techvault.local -pwdLastSet: 134239907401309640 +pwdLastSet: 134256672474892760 userAccountControl: 512 uSNChanged: 4117 memberOf: CN=Sales,CN=Users,DC=techvault,DC=local @@ -596,11 +597,11 @@ sn: Service description: SQL Server Service Account givenName: SQL instanceType: 4 -whenCreated: 20260523061901.0Z +whenCreated: 20260611160048.0Z displayName: SQL Service uSNCreated: 4119 name: SQL Service -objectGUID: 5d6d1cc6-88f5-4fbe-a0e2-47e4415905c2 +objectGUID: 8154d3ce-bebe-4983-8719-e7b8cf3f1b7b badPwdCount: 0 codePage: 0 countryCode: 0 @@ -608,18 +609,18 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1118 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1118 logonCount: 0 sAMAccountName: svc-sql sAMAccountType: 805306368 userPrincipalName: svc-sql@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local -pwdLastSet: 134239907410484780 +pwdLastSet: 134256672482201300 userAccountControl: 66048 accountExpires: 0 servicePrincipalName: MSSQLSvc/db.techvault.local:1433 servicePrincipalName: MSSQLSvc/db.techvault.local -whenChanged: 20260523061902.0Z +whenChanged: 20260611160049.0Z uSNChanged: 4124 distinguishedName: CN=SQL Service,CN=Users,DC=techvault,DC=local @@ -634,11 +635,11 @@ sn: Service description: Web Application Service Account givenName: Web instanceType: 4 -whenCreated: 20260523061902.0Z +whenCreated: 20260611160049.0Z displayName: Web Service uSNCreated: 4125 name: Web Service -objectGUID: b0cd34d2-68f0-4634-899f-c78ab88a4a27 +objectGUID: ad1f0583-e34e-444c-b926-76fb9447abe9 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -646,17 +647,17 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1119 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1119 logonCount: 0 sAMAccountName: svc-web sAMAccountType: 805306368 userPrincipalName: svc-web@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local -pwdLastSet: 134239907425932970 +pwdLastSet: 134256672496576350 userAccountControl: 66048 accountExpires: 0 +whenChanged: 20260611160050.0Z servicePrincipalName: HTTP/webapp.techvault.local -whenChanged: 20260523061903.0Z uSNChanged: 4129 distinguishedName: CN=Web Service,CN=Users,DC=techvault,DC=local @@ -671,11 +672,11 @@ sn: Service description: Backup Service - NEEDS PRIVILEGE REVIEW givenName: Backup instanceType: 4 -whenCreated: 20260523061903.0Z +whenCreated: 20260611160050.0Z displayName: Backup Service uSNCreated: 4130 name: Backup Service -objectGUID: 784687b2-a1b0-4d61-bf51-9b610344c10c +objectGUID: 1d5a6047-ea24-40b6-9fe4-d4fe006cff13 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -683,16 +684,16 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1120 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1120 logonCount: 0 sAMAccountName: svc-backup sAMAccountType: 805306368 userPrincipalName: svc-backup@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local -pwdLastSet: 134239907436701980 +pwdLastSet: 134256672507355030 userAccountControl: 66048 accountExpires: 0 -whenChanged: 20260523061904.0Z +whenChanged: 20260611160051.0Z uSNChanged: 4133 memberOf: CN=Domain Admins,CN=Users,DC=techvault,DC=local distinguishedName: CN=Backup Service,CN=Users,DC=techvault,DC=local @@ -709,12 +710,12 @@ title: External Contractor description: Temporary contractor - TODO: disable after project ends givenName: Temp instanceType: 4 -whenCreated: 20260523061904.0Z -whenChanged: 20260523061904.0Z +whenCreated: 20260611160051.0Z +whenChanged: 20260611160051.0Z displayName: Temp Contractor uSNCreated: 4135 name: Temp Contractor -objectGUID: dce827a4-3878-4b45-97aa-79c114e62aec +objectGUID: e281e8d0-929e-4a7c-bbac-9bdca82c9e65 badPwdCount: 0 codePage: 0 countryCode: 0 @@ -722,14 +723,14 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1121 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1121 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: contractor.temp sAMAccountType: 805306368 userPrincipalName: contractor.temp@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local -pwdLastSet: 134239907448704100 +pwdLastSet: 134256672517217550 userAccountControl: 512 uSNChanged: 4137 memberOf: CN=VPN-Users,CN=Users,DC=techvault,DC=local @@ -749,12 +750,12 @@ title: Former Employee description: Account should have been deleted in Q2 givenName: Former instanceType: 4 -whenCreated: 20260523061906.0Z -whenChanged: 20260523061906.0Z +whenCreated: 20260611160053.0Z +whenChanged: 20260611160053.0Z displayName: Former Employee uSNCreated: 4141 name: Former Employee -objectGUID: 5a878cc6-a0cb-480b-82ae-03c6ee3c4fcd +objectGUID: 78182aaf-d6ac-441c-8400-85410120a8ab badPwdCount: 0 codePage: 0 countryCode: 0 @@ -762,14 +763,14 @@ badPasswordTime: 0 lastLogoff: 0 lastLogon: 0 primaryGroupID: 513 -objectSid: S-1-5-21-1501474058-3815655577-2215893124-1122 +objectSid: S-1-5-21-1195619382-146717913-1119826051-1122 accountExpires: 9223372036854775807 logonCount: 0 sAMAccountName: former.employee sAMAccountType: 805306368 userPrincipalName: former.employee@techvault.local objectCategory: CN=Person,CN=Schema,CN=Configuration,DC=techvault,DC=local -pwdLastSet: 134239907463784740 +pwdLastSet: 134256672530072750 userAccountControl: 512 uSNChanged: 4143 distinguishedName: CN=Former Employee,CN=Users,DC=techvault,DC=local @@ -788,159 +789,155 @@ User CN=Web Service,CN=Users,DC=techvault,DC=local has the following servicePrin --listeners-- Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess -udp UNCONN 0 0 127.0.0.11:37233 0.0.0.0:* -udp UNCONN 0 0 0.0.0.0:55470 0.0.0.0:* -udp UNCONN 0 0 0.0.0.0:53 0.0.0.0:* users:(("dns[master]",pid=191,fd=50)) -udp UNCONN 0 0 172.20.2.10:88 0.0.0.0:* users:(("kdc(3",pid=187,fd=43),("kdc(2",pid=183,fd=43),("kdc(1",pid=176,fd=43),("kdc(0",pid=172,fd=43),("kdc[master]",pid=168,fd=43)) -udp UNCONN 0 0 0.0.0.0:88 0.0.0.0:* users:(("kdc(3",pid=187,fd=40),("kdc(2",pid=183,fd=40),("kdc(1",pid=176,fd=40),("kdc(0",pid=172,fd=40),("kdc[master]",pid=168,fd=40)) -udp UNCONN 0 0 172.20.2.10:137 0.0.0.0:* users:(("nbt[master]",pid=153,fd=29)) -udp UNCONN 0 0 172.20.2.255:137 0.0.0.0:* users:(("nbt[master]",pid=153,fd=28)) -udp UNCONN 0 0 0.0.0.0:137 0.0.0.0:* users:(("nbt[master]",pid=153,fd=22)) -udp UNCONN 0 0 172.20.2.10:138 0.0.0.0:* users:(("nbt[master]",pid=153,fd=31)) -udp UNCONN 0 0 172.20.2.255:138 0.0.0.0:* users:(("nbt[master]",pid=153,fd=30)) -udp UNCONN 0 0 0.0.0.0:138 0.0.0.0:* users:(("nbt[master]",pid=153,fd=26)) -udp UNCONN 0 0 172.20.2.10:389 0.0.0.0:* users:(("cldap[master]",pid=164,fd=34)) -udp UNCONN 0 0 0.0.0.0:389 0.0.0.0:* users:(("cldap[master]",pid=164,fd=32)) -udp UNCONN 0 0 172.20.2.10:464 0.0.0.0:* users:(("kdc(3",pid=187,fd=44),("kdc(2",pid=183,fd=44),("kdc(1",pid=176,fd=44),("kdc(0",pid=172,fd=44),("kdc[master]",pid=168,fd=44)) -udp UNCONN 0 0 0.0.0.0:464 0.0.0.0:* users:(("kdc(3",pid=187,fd=42),("kdc(2",pid=183,fd=42),("kdc(1",pid=176,fd=42),("kdc(0",pid=172,fd=42),("kdc[master]",pid=168,fd=42)) -udp UNCONN 0 0 [::]:53 [::]:* users:(("dns[master]",pid=191,fd=48)) -udp UNCONN 0 0 [::]:88 [::]:* users:(("kdc(3",pid=187,fd=36),("kdc(2",pid=183,fd=36),("kdc(1",pid=176,fd=36),("kdc(0",pid=172,fd=36),("kdc[master]",pid=168,fd=36)) -udp UNCONN 0 0 [::]:389 [::]:* users:(("cldap[master]",pid=164,fd=22)) -udp UNCONN 0 0 [::]:464 [::]:* users:(("kdc(3",pid=187,fd=38),("kdc(2",pid=183,fd=38),("kdc(1",pid=176,fd=38),("kdc(0",pid=172,fd=38),("kdc[master]",pid=168,fd=38)) -tcp LISTEN 0 10 0.0.0.0:636 0.0.0.0:* users:(("ldap(3",pid=210,fd=36),("ldap(2",pid=208,fd=36),("ldap(1",pid=206,fd=36),("ldap(0",pid=204,fd=36),("ldap[master]",pid=160,fd=36)) -tcp LISTEN 0 10 0.0.0.0:389 0.0.0.0:* users:(("ldap(3",pid=210,fd=35),("ldap(2",pid=208,fd=35),("ldap(1",pid=206,fd=35),("ldap(0",pid=204,fd=35),("ldap[master]",pid=160,fd=35)) -tcp LISTEN 0 50 0.0.0.0:445 0.0.0.0:* users:(("smbd",pid=150,fd=48)) -tcp LISTEN 0 10 0.0.0.0:464 0.0.0.0:* users:(("kdc(3",pid=187,fd=41),("kdc(2",pid=183,fd=41),("kdc(1",pid=176,fd=41),("kdc(0",pid=172,fd=41),("kdc[master]",pid=168,fd=41)) -tcp LISTEN 0 10 0.0.0.0:53 0.0.0.0:* users:(("dns[master]",pid=191,fd=49)) -tcp LISTEN 0 10 0.0.0.0:88 0.0.0.0:* users:(("kdc(3",pid=187,fd=39),("kdc(2",pid=183,fd=39),("kdc(1",pid=176,fd=39),("kdc(0",pid=172,fd=39),("kdc[master]",pid=168,fd=39)) -tcp LISTEN 0 50 0.0.0.0:139 0.0.0.0:* users:(("smbd",pid=150,fd=49)) -tcp LISTEN 0 10 0.0.0.0:135 0.0.0.0:* users:(("rpc(0",pid=154,fd=34)) -tcp LISTEN 0 10 0.0.0.0:3268 0.0.0.0:* users:(("ldap(3",pid=210,fd=37),("ldap(2",pid=208,fd=37),("ldap(1",pid=206,fd=37),("ldap(0",pid=204,fd=37),("ldap[master]",pid=160,fd=37)) -tcp LISTEN 0 10 0.0.0.0:3269 0.0.0.0:* users:(("ldap(3",pid=210,fd=38),("ldap(2",pid=208,fd=38),("ldap(1",pid=206,fd=38),("ldap(0",pid=204,fd=38),("ldap[master]",pid=160,fd=38)) -tcp LISTEN 0 4096 127.0.0.11:34765 0.0.0.0:* -tcp LISTEN 0 10 0.0.0.0:49154 0.0.0.0:* users:(("rpc(0",pid=154,fd=30)) -tcp LISTEN 0 10 0.0.0.0:49152 0.0.0.0:* users:(("rpc(3",pid=167,fd=26),("rpc(2",pid=163,fd=26),("rpc(1",pid=158,fd=26),("rpc(0",pid=154,fd=26),("rpc[master]",pid=149,fd=26)) -tcp LISTEN 0 10 0.0.0.0:49153 0.0.0.0:* users:(("rpc(0",pid=154,fd=15)) -tcp LISTEN 0 10 [::]:636 [::]:* users:(("ldap(3",pid=210,fd=32),("ldap(2",pid=208,fd=32),("ldap(1",pid=206,fd=32),("ldap(0",pid=204,fd=32),("ldap[master]",pid=160,fd=32)) -tcp LISTEN 0 10 [::]:389 [::]:* users:(("ldap(3",pid=210,fd=30),("ldap(2",pid=208,fd=30),("ldap(1",pid=206,fd=30),("ldap(0",pid=204,fd=30),("ldap[master]",pid=160,fd=30)) -tcp LISTEN 0 50 [::]:445 [::]:* users:(("smbd",pid=150,fd=46)) -tcp LISTEN 0 10 [::]:464 [::]:* users:(("kdc(3",pid=187,fd=37),("kdc(2",pid=183,fd=37),("kdc(1",pid=176,fd=37),("kdc(0",pid=172,fd=37),("kdc[master]",pid=168,fd=37)) -tcp LISTEN 0 10 [::]:53 [::]:* users:(("dns[master]",pid=191,fd=46)) -tcp LISTEN 0 10 [::]:88 [::]:* users:(("kdc(3",pid=187,fd=34),("kdc(2",pid=183,fd=34),("kdc(1",pid=176,fd=34),("kdc(0",pid=172,fd=34),("kdc[master]",pid=168,fd=34)) -tcp LISTEN 0 50 [::]:139 [::]:* users:(("smbd",pid=150,fd=47)) -tcp LISTEN 0 10 [::]:135 [::]:* users:(("rpc(0",pid=154,fd=33)) -tcp LISTEN 0 10 [::]:3268 [::]:* users:(("ldap(3",pid=210,fd=33),("ldap(2",pid=208,fd=33),("ldap(1",pid=206,fd=33),("ldap(0",pid=204,fd=33),("ldap[master]",pid=160,fd=33)) -tcp LISTEN 0 10 [::]:3269 [::]:* users:(("ldap(3",pid=210,fd=34),("ldap(2",pid=208,fd=34),("ldap(1",pid=206,fd=34),("ldap(0",pid=204,fd=34),("ldap[master]",pid=160,fd=34)) -tcp LISTEN 0 10 [::]:49154 [::]:* users:(("rpc(0",pid=154,fd=25)) -tcp LISTEN 0 10 [::]:49152 [::]:* users:(("rpc(3",pid=167,fd=24),("rpc(2",pid=163,fd=24),("rpc(1",pid=158,fd=24),("rpc(0",pid=154,fd=24),("rpc[master]",pid=149,fd=24)) -tcp LISTEN 0 10 [::]:49153 [::]:* users:(("rpc(0",pid=154,fd=14)) +udp UNCONN 0 0 127.0.0.11:39762 0.0.0.0:* +udp UNCONN 0 0 0.0.0.0:58642 0.0.0.0:* +udp UNCONN 0 0 0.0.0.0:53 0.0.0.0:* users:(("dns[master]",pid=209,fd=50)) +udp UNCONN 0 0 172.20.2.10:88 0.0.0.0:* users:(("kdc(3",pid=204,fd=43),("kdc(2",pid=200,fd=43),("kdc(1",pid=194,fd=43),("kdc(0",pid=190,fd=43),("kdc[master]",pid=186,fd=43)) +udp UNCONN 0 0 0.0.0.0:88 0.0.0.0:* users:(("kdc(3",pid=204,fd=40),("kdc(2",pid=200,fd=40),("kdc(1",pid=194,fd=40),("kdc(0",pid=190,fd=40),("kdc[master]",pid=186,fd=40)) +udp UNCONN 0 0 172.20.2.10:137 0.0.0.0:* users:(("nbt[master]",pid=170,fd=29)) +udp UNCONN 0 0 172.20.2.255:137 0.0.0.0:* users:(("nbt[master]",pid=170,fd=28)) +udp UNCONN 0 0 0.0.0.0:137 0.0.0.0:* users:(("nbt[master]",pid=170,fd=22)) +udp UNCONN 0 0 172.20.2.10:138 0.0.0.0:* users:(("nbt[master]",pid=170,fd=31)) +udp UNCONN 0 0 172.20.2.255:138 0.0.0.0:* users:(("nbt[master]",pid=170,fd=30)) +udp UNCONN 0 0 0.0.0.0:138 0.0.0.0:* users:(("nbt[master]",pid=170,fd=26)) +udp UNCONN 0 0 172.20.2.10:389 0.0.0.0:* users:(("cldap[master]",pid=182,fd=34)) +udp UNCONN 0 0 0.0.0.0:389 0.0.0.0:* users:(("cldap[master]",pid=182,fd=32)) +udp UNCONN 0 0 172.20.2.10:464 0.0.0.0:* users:(("kdc(3",pid=204,fd=44),("kdc(2",pid=200,fd=44),("kdc(1",pid=194,fd=44),("kdc(0",pid=190,fd=44),("kdc[master]",pid=186,fd=44)) +udp UNCONN 0 0 0.0.0.0:464 0.0.0.0:* users:(("kdc(3",pid=204,fd=42),("kdc(2",pid=200,fd=42),("kdc(1",pid=194,fd=42),("kdc(0",pid=190,fd=42),("kdc[master]",pid=186,fd=42)) +udp UNCONN 0 0 [::]:53 [::]:* users:(("dns[master]",pid=209,fd=48)) +udp UNCONN 0 0 [::]:88 [::]:* users:(("kdc(3",pid=204,fd=36),("kdc(2",pid=200,fd=36),("kdc(1",pid=194,fd=36),("kdc(0",pid=190,fd=36),("kdc[master]",pid=186,fd=36)) +udp UNCONN 0 0 [::]:389 [::]:* users:(("cldap[master]",pid=182,fd=22)) +udp UNCONN 0 0 [::]:464 [::]:* users:(("kdc(3",pid=204,fd=38),("kdc(2",pid=200,fd=38),("kdc(1",pid=194,fd=38),("kdc(0",pid=190,fd=38),("kdc[master]",pid=186,fd=38)) +tcp LISTEN 0 10 0.0.0.0:49154 0.0.0.0:* users:(("rpc(0",pid=173,fd=30)) +tcp LISTEN 0 10 0.0.0.0:49153 0.0.0.0:* users:(("rpc(0",pid=173,fd=15)) +tcp LISTEN 0 10 0.0.0.0:49152 0.0.0.0:* users:(("rpc(3",pid=185,fd=26),("rpc(2",pid=181,fd=26),("rpc(1",pid=177,fd=26),("rpc(0",pid=173,fd=26),("rpc[master]",pid=167,fd=26)) +tcp LISTEN 0 4096 127.0.0.11:34103 0.0.0.0:* +tcp LISTEN 0 10 0.0.0.0:3269 0.0.0.0:* users:(("ldap(3",pid=292,fd=38),("ldap(2",pid=290,fd=38),("ldap(1",pid=288,fd=38),("ldap(0",pid=286,fd=38),("ldap[master]",pid=178,fd=38)) +tcp LISTEN 0 10 0.0.0.0:3268 0.0.0.0:* users:(("ldap(3",pid=292,fd=37),("ldap(2",pid=290,fd=37),("ldap(1",pid=288,fd=37),("ldap(0",pid=286,fd=37),("ldap[master]",pid=178,fd=37)) +tcp LISTEN 0 10 0.0.0.0:389 0.0.0.0:* users:(("ldap(3",pid=292,fd=35),("ldap(2",pid=290,fd=35),("ldap(1",pid=288,fd=35),("ldap(0",pid=286,fd=35),("ldap[master]",pid=178,fd=35)) +tcp LISTEN 0 50 0.0.0.0:445 0.0.0.0:* users:(("smbd",pid=168,fd=48)) +tcp LISTEN 0 10 0.0.0.0:464 0.0.0.0:* users:(("kdc(3",pid=204,fd=41),("kdc(2",pid=200,fd=41),("kdc(1",pid=194,fd=41),("kdc(0",pid=190,fd=41),("kdc[master]",pid=186,fd=41)) +tcp LISTEN 0 10 0.0.0.0:53 0.0.0.0:* users:(("dns[master]",pid=209,fd=49)) +tcp LISTEN 0 10 0.0.0.0:88 0.0.0.0:* users:(("kdc(3",pid=204,fd=39),("kdc(2",pid=200,fd=39),("kdc(1",pid=194,fd=39),("kdc(0",pid=190,fd=39),("kdc[master]",pid=186,fd=39)) +tcp LISTEN 0 10 0.0.0.0:135 0.0.0.0:* users:(("rpc(0",pid=173,fd=34)) +tcp LISTEN 0 50 0.0.0.0:139 0.0.0.0:* users:(("smbd",pid=168,fd=49)) +tcp LISTEN 0 10 0.0.0.0:636 0.0.0.0:* users:(("ldap(3",pid=292,fd=36),("ldap(2",pid=290,fd=36),("ldap(1",pid=288,fd=36),("ldap(0",pid=286,fd=36),("ldap[master]",pid=178,fd=36)) +tcp LISTEN 0 10 [::]:49154 [::]:* users:(("rpc(0",pid=173,fd=25)) +tcp LISTEN 0 10 [::]:49153 [::]:* users:(("rpc(0",pid=173,fd=14)) +tcp LISTEN 0 10 [::]:49152 [::]:* users:(("rpc(3",pid=185,fd=24),("rpc(2",pid=181,fd=24),("rpc(1",pid=177,fd=24),("rpc(0",pid=173,fd=24),("rpc[master]",pid=167,fd=24)) +tcp LISTEN 0 10 [::]:3269 [::]:* users:(("ldap(3",pid=292,fd=34),("ldap(2",pid=290,fd=34),("ldap(1",pid=288,fd=34),("ldap(0",pid=286,fd=34),("ldap[master]",pid=178,fd=34)) +tcp LISTEN 0 10 [::]:3268 [::]:* users:(("ldap(3",pid=292,fd=33),("ldap(2",pid=290,fd=33),("ldap(1",pid=288,fd=33),("ldap(0",pid=286,fd=33),("ldap[master]",pid=178,fd=33)) +tcp LISTEN 0 10 [::]:389 [::]:* users:(("ldap(3",pid=292,fd=30),("ldap(2",pid=290,fd=30),("ldap(1",pid=288,fd=30),("ldap(0",pid=286,fd=30),("ldap[master]",pid=178,fd=30)) +tcp LISTEN 0 50 [::]:445 [::]:* users:(("smbd",pid=168,fd=46)) +tcp LISTEN 0 10 [::]:464 [::]:* users:(("kdc(3",pid=204,fd=37),("kdc(2",pid=200,fd=37),("kdc(1",pid=194,fd=37),("kdc(0",pid=190,fd=37),("kdc[master]",pid=186,fd=37)) +tcp LISTEN 0 10 [::]:53 [::]:* users:(("dns[master]",pid=209,fd=46)) +tcp LISTEN 0 10 [::]:88 [::]:* users:(("kdc(3",pid=204,fd=34),("kdc(2",pid=200,fd=34),("kdc(1",pid=194,fd=34),("kdc(0",pid=190,fd=34),("kdc[master]",pid=186,fd=34)) +tcp LISTEN 0 10 [::]:135 [::]:* users:(("rpc(0",pid=173,fd=33)) +tcp LISTEN 0 50 [::]:139 [::]:* users:(("smbd",pid=168,fd=47)) +tcp LISTEN 0 10 [::]:636 [::]:* users:(("ldap(3",pid=292,fd=32),("ldap(2",pid=290,fd=32),("ldap(1",pid=288,fd=32),("ldap(0",pid=286,fd=32),("ldap[master]",pid=178,fd=32)) State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess -UNCONN 0 0 127.0.0.11:37233 0.0.0.0:* -UNCONN 0 0 0.0.0.0:55470 0.0.0.0:* -UNCONN 0 0 0.0.0.0:53 0.0.0.0:* users:(("dns[master]",pid=191,fd=50)) -UNCONN 0 0 172.20.2.10:88 0.0.0.0:* users:(("kdc(3",pid=187,fd=43),("kdc(2",pid=183,fd=43),("kdc(1",pid=176,fd=43),("kdc(0",pid=172,fd=43),("kdc[master]",pid=168,fd=43)) -UNCONN 0 0 0.0.0.0:88 0.0.0.0:* users:(("kdc(3",pid=187,fd=40),("kdc(2",pid=183,fd=40),("kdc(1",pid=176,fd=40),("kdc(0",pid=172,fd=40),("kdc[master]",pid=168,fd=40)) -UNCONN 0 0 172.20.2.10:137 0.0.0.0:* users:(("nbt[master]",pid=153,fd=29)) -UNCONN 0 0 172.20.2.255:137 0.0.0.0:* users:(("nbt[master]",pid=153,fd=28)) -UNCONN 0 0 0.0.0.0:137 0.0.0.0:* users:(("nbt[master]",pid=153,fd=22)) -UNCONN 0 0 172.20.2.10:138 0.0.0.0:* users:(("nbt[master]",pid=153,fd=31)) -UNCONN 0 0 172.20.2.255:138 0.0.0.0:* users:(("nbt[master]",pid=153,fd=30)) -UNCONN 0 0 0.0.0.0:138 0.0.0.0:* users:(("nbt[master]",pid=153,fd=26)) -UNCONN 0 0 172.20.2.10:389 0.0.0.0:* users:(("cldap[master]",pid=164,fd=34)) -UNCONN 0 0 0.0.0.0:389 0.0.0.0:* users:(("cldap[master]",pid=164,fd=32)) -UNCONN 0 0 172.20.2.10:464 0.0.0.0:* users:(("kdc(3",pid=187,fd=44),("kdc(2",pid=183,fd=44),("kdc(1",pid=176,fd=44),("kdc(0",pid=172,fd=44),("kdc[master]",pid=168,fd=44)) -UNCONN 0 0 0.0.0.0:464 0.0.0.0:* users:(("kdc(3",pid=187,fd=42),("kdc(2",pid=183,fd=42),("kdc(1",pid=176,fd=42),("kdc(0",pid=172,fd=42),("kdc[master]",pid=168,fd=42)) -UNCONN 0 0 [::]:53 [::]:* users:(("dns[master]",pid=191,fd=48)) -UNCONN 0 0 [::]:88 [::]:* users:(("kdc(3",pid=187,fd=36),("kdc(2",pid=183,fd=36),("kdc(1",pid=176,fd=36),("kdc(0",pid=172,fd=36),("kdc[master]",pid=168,fd=36)) -UNCONN 0 0 [::]:389 [::]:* users:(("cldap[master]",pid=164,fd=22)) -UNCONN 0 0 [::]:464 [::]:* users:(("kdc(3",pid=187,fd=38),("kdc(2",pid=183,fd=38),("kdc(1",pid=176,fd=38),("kdc(0",pid=172,fd=38),("kdc[master]",pid=168,fd=38)) +UNCONN 0 0 127.0.0.11:39762 0.0.0.0:* +UNCONN 0 0 0.0.0.0:58642 0.0.0.0:* +UNCONN 0 0 0.0.0.0:53 0.0.0.0:* users:(("dns[master]",pid=209,fd=50)) +UNCONN 0 0 172.20.2.10:88 0.0.0.0:* users:(("kdc(3",pid=204,fd=43),("kdc(2",pid=200,fd=43),("kdc(1",pid=194,fd=43),("kdc(0",pid=190,fd=43),("kdc[master]",pid=186,fd=43)) +UNCONN 0 0 0.0.0.0:88 0.0.0.0:* users:(("kdc(3",pid=204,fd=40),("kdc(2",pid=200,fd=40),("kdc(1",pid=194,fd=40),("kdc(0",pid=190,fd=40),("kdc[master]",pid=186,fd=40)) +UNCONN 0 0 172.20.2.10:137 0.0.0.0:* users:(("nbt[master]",pid=170,fd=29)) +UNCONN 0 0 172.20.2.255:137 0.0.0.0:* users:(("nbt[master]",pid=170,fd=28)) +UNCONN 0 0 0.0.0.0:137 0.0.0.0:* users:(("nbt[master]",pid=170,fd=22)) +UNCONN 0 0 172.20.2.10:138 0.0.0.0:* users:(("nbt[master]",pid=170,fd=31)) +UNCONN 0 0 172.20.2.255:138 0.0.0.0:* users:(("nbt[master]",pid=170,fd=30)) +UNCONN 0 0 0.0.0.0:138 0.0.0.0:* users:(("nbt[master]",pid=170,fd=26)) +UNCONN 0 0 172.20.2.10:389 0.0.0.0:* users:(("cldap[master]",pid=182,fd=34)) +UNCONN 0 0 0.0.0.0:389 0.0.0.0:* users:(("cldap[master]",pid=182,fd=32)) +UNCONN 0 0 172.20.2.10:464 0.0.0.0:* users:(("kdc(3",pid=204,fd=44),("kdc(2",pid=200,fd=44),("kdc(1",pid=194,fd=44),("kdc(0",pid=190,fd=44),("kdc[master]",pid=186,fd=44)) +UNCONN 0 0 0.0.0.0:464 0.0.0.0:* users:(("kdc(3",pid=204,fd=42),("kdc(2",pid=200,fd=42),("kdc(1",pid=194,fd=42),("kdc(0",pid=190,fd=42),("kdc[master]",pid=186,fd=42)) +UNCONN 0 0 [::]:53 [::]:* users:(("dns[master]",pid=209,fd=48)) +UNCONN 0 0 [::]:88 [::]:* users:(("kdc(3",pid=204,fd=36),("kdc(2",pid=200,fd=36),("kdc(1",pid=194,fd=36),("kdc(0",pid=190,fd=36),("kdc[master]",pid=186,fd=36)) +UNCONN 0 0 [::]:389 [::]:* users:(("cldap[master]",pid=182,fd=22)) +UNCONN 0 0 [::]:464 [::]:* users:(("kdc(3",pid=204,fd=38),("kdc(2",pid=200,fd=38),("kdc(1",pid=194,fd=38),("kdc(0",pid=190,fd=38),("kdc[master]",pid=186,fd=38)) --processes-- PID PPID USER GROUP COMMAND COMMAND 1 0 root root supervisord /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf 135 1 syslog syslog rsyslogd /usr/sbin/rsyslogd -n 136 1 root root samba samba: root process - 145 136 root root tfork(146) samba: tfork waiter process(146) - 146 145 root root s3fs[master] samba: task[s3fs] pre-fork master - 147 136 root root tfork(149) samba: tfork waiter process(149) - 148 146 root root tfork(150) samba: tfork waiter process(150) - 149 147 root root rpc[master] samba: task[rpc] pre-fork master - 150 148 root root smbd /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground - 151 136 root root tfork(153) samba: tfork waiter process(153) - 152 149 root root tfork(154) samba: tfork waiter process(154) - 153 151 root root nbt[master] samba: task[nbt] pre-fork master - 154 152 root root rpc(0) samba: task[rpc] pre-forked worker(0) - 155 136 root root tfork(157) samba: tfork waiter process(157) - 156 149 root root tfork(158) samba: tfork waiter process(158) - 157 155 root root wrepl[master] samba: task[wrepl] pre-fork master - 158 156 root root rpc(1) samba: task[rpc] pre-forked worker(1) - 159 136 root root tfork(160) samba: tfork waiter process(160) - 160 159 root root ldap[master] samba: task[ldap] pre-fork master - 161 149 root root tfork(163) samba: tfork waiter process(163) - 162 136 root root tfork(164) samba: tfork waiter process(164) - 163 161 root root rpc(2) samba: task[rpc] pre-forked worker(2) - 164 162 root root cldap[master] samba: task[cldap] pre-fork master - 165 149 root root tfork(167) samba: tfork waiter process(167) - 166 136 root root tfork(168) samba: tfork waiter process(168) - 167 165 root root rpc(3) samba: task[rpc] pre-forked worker(3) - 168 166 root root kdc[master] samba: task[kdc] pre-fork master - 169 136 root root tfork(171) samba: tfork waiter process(171) - 170 168 root root tfork(172) samba: tfork waiter process(172) - 171 169 root root drepl[master] samba: task[drepl] pre-fork master - 172 170 root root kdc(0) samba: task[kdc] pre-forked worker(0) - 173 136 root root tfork(175) samba: tfork waiter process(175) - 174 168 root root tfork(176) samba: tfork waiter process(176) - 175 173 root root winbindd[master samba: task[winbindd] pre-fork master - 176 174 root root kdc(1) samba: task[kdc] pre-forked worker(1) - 177 136 root root tfork(179) samba: tfork waiter process(179) - 178 175 root root tfork(181) samba: tfork waiter process(181) - 179 177 root root ntp_signd[maste samba: task[ntp_signd] pre-fork master - 180 168 root root tfork(183) samba: tfork waiter process(183) - 181 178 root root winbindd /usr/sbin/winbindd -D --option=server role check:inhibit=yes --foreground - 182 136 root root tfork(184) samba: tfork waiter process(184) - 183 180 root root kdc(2) samba: task[kdc] pre-forked worker(2) - 184 182 root root kcc[master] samba: task[kcc] pre-fork master - 185 168 root root tfork(187) samba: tfork waiter process(187) - 186 136 root root tfork(188) samba: tfork waiter process(188) - 187 185 root root kdc(3) samba: task[kdc] pre-forked worker(3) - 188 186 root root dnsupdate[maste samba: task[dnsupdate] pre-fork master - 189 136 root root tfork(191) samba: tfork waiter process(191) - 191 189 root root dns[master] samba: task[dns] pre-fork master - 197 150 root root smbd-notifyd /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground - 198 150 root root cleanupd /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground - 199 181 root root winbindd winbindd: domain child [TECHVAULT] - 200 181 root root winbindd winbindd: idmap child - 201 150 root root samba-bgqd /usr/lib/x86_64-linux-gnu/samba/samba-bgqd --ready-signal-fd=47 --parent-watch-fd=13 --debuglevel=0 -F - 203 160 root root tfork(204) samba: tfork waiter process(204) - 204 203 root root ldap(0) samba: task[ldap] pre-forked worker(0) - 205 160 root root tfork(206) samba: tfork waiter process(206) - 206 205 root root ldap(1) samba: task[ldap] pre-forked worker(1) - 207 160 root root tfork(208) samba: tfork waiter process(208) - 208 207 root root ldap(2) samba: task[ldap] pre-forked worker(2) - 209 160 root root tfork(210) samba: tfork waiter process(210) - 210 209 root root ldap(3) samba: task[ldap] pre-forked worker(3) - 509 1 root wazuh wazuh-execd /var/ossec/bin/wazuh-execd - 520 1 wazuh wazuh wazuh-agentd /var/ossec/bin/wazuh-agentd - 534 1 root wazuh wazuh-syscheckd /var/ossec/bin/wazuh-syscheckd - 542 1 root wazuh wazuh-logcollec /var/ossec/bin/wazuh-logcollector - 554 1 root root wazuh-agent.sh /bin/bash /opt/aptl/wazuh/wazuh-agent.sh - 1029 1 root wazuh wazuh-execd /var/ossec/bin/wazuh-execd - 1037 1 wazuh wazuh wazuh-agentd /var/ossec/bin/wazuh-agentd - 1050 1 root wazuh wazuh-syscheckd /var/ossec/bin/wazuh-syscheckd - 1063 1 root wazuh wazuh-logcollec /var/ossec/bin/wazuh-logcollector - 1077 1 root root wazuh-modulesd /var/ossec/bin/wazuh-modulesd - 1095 554 root root tail tail -F /var/ossec/logs/ossec.log - 1186 0 root root bash bash -lc set +e section() { printf "\n--%s--\n" "$1"; } section os-release; cat /etc/os-release section uname; uname -a section hostname; hostname; hostname -f 2>/dev/null || true section versions; samba --version; smbd --version; winbindd --version; krb5-config --version 2>/dev/null || true section env; env | sort | sed -E "s/^(SAMBA_ADMIN_PASSWORD)=.*/\1=/; s/^(APTL_FLAG_KEY)=.*/\1=/" section samba-domain-info; samba-tool domain info 127.0.0.1 section samba-domain-level; samba-tool domain level show section samba-password-settings; samba-tool domain passwordsettings show section samba-ou-list; samba-tool ou list 2>/dev/null || true section samba-users; samba-tool user list | sort section samba-groups; samba-tool group list | sort section samba-group-members; for g in "Domain Admins" "IT-Admins" Engineering Sales HR Finance Executives VPN-Users Remote-Desktop "Domain Users"; do echo "[$g]"; samba-tool group listmembers "$g" 2>/dev/null | sort || true; done section samba-user-details; for u in Administrator Guest krbtgt sarah.mitchell james.rodriguez lisa.chang emily.chen michael.thompson david.kim jessica.williams robert.martinez svc-sql svc-web svc-backup contractor.temp former.employee; do echo "[$u]"; samba-tool user show "$u" 2>/dev/null | sed -E "/unicodePwd|supplementalCredentials|dBCSPwd|ntPwdHash|lmPwdHash|userPassword|clearTextPassword/I d" || true; done section samba-spns; for u in svc-sql svc-web; do echo "[$u]"; samba-tool spn list "$u" 2>/dev/null || true; done section listeners; ss -lntup; ss -lnup section processes; ps -eo pid,ppid,user,group,comm,args --sort pid section supervisor; supervisorctl status 2>/dev/null || true section mounts; mount section df; df -T section local-passwd; getent passwd section local-group; getent group section important-paths; for p in /opt/setup-ad.sh /opt/provision-users.sh /etc/supervisor/conf.d/samba.conf /etc/samba/smb.conf /etc/krb5.conf /etc/rsyslog.d/90-forward.conf /var/lib/samba/private/.provisioned /var/lib/samba/smb.conf.provisioned /opt/flags/user.txt /root/root.txt /opt/aptl/wazuh /var/ossec/etc/ossec.conf /var/ossec/etc/client.keys /var/log/samba; do ls -ld "$p" 2>/dev/null || true; done section logs; ls -la /var/log/samba 2>/dev/null || true - 1260 554 root root sleep sleep 5 - 1271 1186 root root ps ps -eo pid,ppid,user,group,comm,args --sort pid + 163 136 root root tfork(164) samba: tfork waiter process(164) + 164 163 root root s3fs[master] samba: task[s3fs] pre-fork master + 165 136 root root tfork(167) samba: tfork waiter process(167) + 166 164 root root tfork(168) samba: tfork waiter process(168) + 167 165 root root rpc[master] samba: task[rpc] pre-fork master + 168 166 root root smbd /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground + 169 136 root root tfork(170) samba: tfork waiter process(170) + 170 169 root root nbt[master] samba: task[nbt] pre-fork master + 171 167 root root tfork(173) samba: tfork waiter process(173) + 172 136 root root tfork(174) samba: tfork waiter process(174) + 173 171 root root rpc(0) samba: task[rpc] pre-forked worker(0) + 174 172 root root wrepl[master] samba: task[wrepl] pre-fork master + 175 167 root root tfork(177) samba: tfork waiter process(177) + 176 136 root root tfork(178) samba: tfork waiter process(178) + 177 175 root root rpc(1) samba: task[rpc] pre-forked worker(1) + 178 176 root root ldap[master] samba: task[ldap] pre-fork master + 179 167 root root tfork(181) samba: tfork waiter process(181) + 180 136 root root tfork(182) samba: tfork waiter process(182) + 181 179 root root rpc(2) samba: task[rpc] pre-forked worker(2) + 182 180 root root cldap[master] samba: task[cldap] pre-fork master + 183 136 root root tfork(186) samba: tfork waiter process(186) + 184 167 root root tfork(185) samba: tfork waiter process(185) + 185 184 root root rpc(3) samba: task[rpc] pre-forked worker(3) + 186 183 root root kdc[master] samba: task[kdc] pre-fork master + 187 136 root root tfork(189) samba: tfork waiter process(189) + 188 186 root root tfork(190) samba: tfork waiter process(190) + 189 187 root root drepl[master] samba: task[drepl] pre-fork master + 190 188 root root kdc(0) samba: task[kdc] pre-forked worker(0) + 191 136 root root tfork(193) samba: tfork waiter process(193) + 192 186 root root tfork(194) samba: tfork waiter process(194) + 193 191 root root winbindd[master samba: task[winbindd] pre-fork master + 194 192 root root kdc(1) samba: task[kdc] pre-forked worker(1) + 195 136 root root tfork(198) samba: tfork waiter process(198) + 196 186 root root tfork(200) samba: tfork waiter process(200) + 197 193 root root tfork(199) samba: tfork waiter process(199) + 198 195 root root ntp_signd[maste samba: task[ntp_signd] pre-fork master + 199 197 root root winbindd /usr/sbin/winbindd -D --option=server role check:inhibit=yes --foreground + 200 196 root root kdc(2) samba: task[kdc] pre-forked worker(2) + 201 136 root root tfork(203) samba: tfork waiter process(203) + 202 186 root root tfork(204) samba: tfork waiter process(204) + 203 201 root root kcc[master] samba: task[kcc] pre-fork master + 204 202 root root kdc(3) samba: task[kdc] pre-forked worker(3) + 205 136 root root tfork(206) samba: tfork waiter process(206) + 206 205 root root dnsupdate[maste samba: task[dnsupdate] pre-fork master + 207 136 root root tfork(209) samba: tfork waiter process(209) + 209 207 root root dns[master] samba: task[dns] pre-fork master + 232 168 root root smbd-notifyd /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground + 235 168 root root cleanupd /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground + 254 199 root root winbindd winbindd: domain child [TECHVAULT] + 255 199 root root winbindd winbindd: idmap child + 256 168 root root samba-bgqd /usr/lib/x86_64-linux-gnu/samba/samba-bgqd --ready-signal-fd=47 --parent-watch-fd=13 --debuglevel=0 -F + 285 178 root root tfork(286) samba: tfork waiter process(286) + 286 285 root root ldap(0) samba: task[ldap] pre-forked worker(0) + 287 178 root root tfork(288) samba: tfork waiter process(288) + 288 287 root root ldap(1) samba: task[ldap] pre-forked worker(1) + 289 178 root root tfork(290) samba: tfork waiter process(290) + 290 289 root root ldap(2) samba: task[ldap] pre-forked worker(2) + 291 178 root root tfork(292) samba: tfork waiter process(292) + 292 291 root root ldap(3) samba: task[ldap] pre-forked worker(3) + 493 1 root root wazuh-agent.sh /bin/bash /opt/aptl/wazuh/wazuh-agent.sh + 543 1 root wazuh wazuh-execd /var/ossec/bin/wazuh-execd + 551 1 wazuh wazuh wazuh-agentd /var/ossec/bin/wazuh-agentd + 573 1 root wazuh wazuh-syscheckd /var/ossec/bin/wazuh-syscheckd + 590 1 root wazuh wazuh-logcollec /var/ossec/bin/wazuh-logcollector + 604 1 root wazuh wazuh-modulesd /var/ossec/bin/wazuh-modulesd + 665 493 root root tail tail -F /var/ossec/logs/ossec.log + 29413 0 root root bash bash -lc set +e section() { printf "\n--%s--\n" "$1"; } section os-release; cat /etc/os-release section uname; uname -a section hostname; hostname; hostname -f 2>/dev/null || true section versions; samba --version; smbd --version; winbindd --version; krb5-config --version 2>/dev/null || true section env; env | sort section samba-domain-info; samba-tool domain info 127.0.0.1 section samba-domain-level; samba-tool domain level show section samba-password-settings; samba-tool domain passwordsettings show section samba-ou-list; samba-tool ou list 2>/dev/null || true section samba-users; samba-tool user list | sort section samba-groups; samba-tool group list | sort section samba-group-members; for g in "Domain Admins" "IT-Admins" Engineering Sales HR Finance Executives VPN-Users Remote-Desktop "Domain Users"; do echo "[$g]"; samba-tool group listmembers "$g" 2>/dev/null | sort || true; done section samba-user-details; for u in Administrator Guest krbtgt sarah.mitchell james.rodriguez lisa.chang emily.chen michael.thompson david.kim jessica.williams robert.martinez svc-sql svc-web svc-backup contractor.temp former.employee; do echo "[$u]"; samba-tool user show "$u" 2>/dev/null || true; done section samba-spns; for u in svc-sql svc-web; do echo "[$u]"; samba-tool spn list "$u" 2>/dev/null || true; done section listeners; ss -lntup; ss -lnup section processes; ps -eo pid,ppid,user,group,comm,args --sort pid section supervisor; supervisorctl status 2>/dev/null || true section mounts; mount section df; df -T section local-passwd; getent passwd section local-group; getent group section important-paths; for p in /opt/setup-ad.sh /opt/provision-users.sh /etc/supervisor/conf.d/samba.conf /etc/samba/smb.conf /etc/krb5.conf /etc/rsyslog.d/90-forward.conf /var/lib/samba/private/.provisioned /var/lib/samba/smb.conf.provisioned /opt/flags/user.txt /root/root.txt /opt/aptl/wazuh /var/ossec/etc/ossec.conf /var/ossec/etc/client.keys /var/log/samba; do ls -ld "$p" 2>/dev/null || true; done section flag-contents; for p in /opt/flags/user.txt /root/root.txt; do echo "[$p]"; cat "$p" 2>/dev/null || true; done section logs; ls -la /var/log/samba 2>/dev/null || true + 29474 493 root root sleep sleep 5 + 29483 29413 root root ps ps -eo pid,ppid,user,group,comm,args --sort pid --supervisor-- -rsyslog RUNNING pid 135, uptime 0:04:03 -samba RUNNING pid 136, uptime 0:04:03 -wazuh-agent RUNNING pid 554, uptime 0:03:36 +rsyslog RUNNING pid 135, uptime 17:40:40 +samba RUNNING pid 136, uptime 17:40:40 +wazuh-agent RUNNING pid 493, uptime 17:40:24 --mounts-- -overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51139/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31654/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31653/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31652/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31540/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51156/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51156/work,nouserxattr) +overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107876/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31657/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31656/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31655/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31654/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31653/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31652/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31651/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31650/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31649/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31648/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31647/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31646/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31540/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107888/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107888/work,nouserxattr) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev type tmpfs (rw,nosuid,size=65536k,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666) @@ -951,8 +948,8 @@ shm on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=65536k,inode64) /dev/md2 on /etc/resolv.conf type ext4 (rw,relatime) /dev/md2 on /etc/hostname type ext4 (rw,relatime) /dev/md2 on /etc/hosts type ext4 (rw,relatime) -/dev/md2 on /var/lib/samba type ext4 (rw,relatime) /dev/md2 on /var/log/samba type ext4 (rw,relatime) +/dev/md2 on /var/lib/samba type ext4 (rw,relatime) proc on /proc/bus type proc (ro,nosuid,nodev,noexec,relatime) proc on /proc/fs type proc (ro,nosuid,nodev,noexec,relatime) proc on /proc/irq type proc (ro,nosuid,nodev,noexec,relatime) @@ -970,10 +967,10 @@ tmpfs on /sys/firmware type tmpfs (ro,relatime,inode64) --df-- Filesystem Type 1K-blocks Used Available Use% Mounted on -overlay overlay 978087024 255472304 672856960 28% / +overlay overlay 978087024 482766696 445562568 53% / tmpfs tmpfs 65536 0 65536 0% /dev shm tmpfs 65536 0 65536 0% /dev/shm -/dev/md2 ext4 978087024 255472304 672856960 28% /etc/hosts +/dev/md2 ext4 978087024 482766696 445562568 53% /etc/hosts tmpfs tmpfs 65902600 0 65902600 0% /proc/acpi tmpfs tmpfs 65902600 0 65902600 0% /proc/scsi tmpfs tmpfs 65902600 0 65902600 0% /sys/devices/virtual/powercap @@ -1055,28 +1052,40 @@ wazuh:x:107: -rwxr-xr-x 1 root root 2813 Mar 7 06:52 /opt/setup-ad.sh -rwxr-xr-x 1 root root 8286 Mar 7 06:52 /opt/provision-users.sh -rw-rw-r-- 1 root root 1059 May 4 00:04 /etc/supervisor/conf.d/samba.conf --rw-r--r-- 1 root root 342 May 23 06:18 /etc/samba/smb.conf --rw-r--r-- 1 root root 200 May 23 06:18 /etc/krb5.conf --rw-r--r-- 1 root root 21 May 23 06:19 /etc/rsyslog.d/90-forward.conf --rw-r--r-- 1 root root 0 May 23 06:19 /var/lib/samba/private/.provisioned --rw-r--r-- 1 root root 342 May 23 06:19 /var/lib/samba/smb.conf.provisioned --rw-r--r-- 1 root root 196 May 23 06:19 /opt/flags/user.txt --rw------- 1 root root 196 May 23 06:19 /root/root.txt +-rw-r--r-- 1 root root 342 Jun 11 16:00 /etc/samba/smb.conf +-rw-r--r-- 1 root root 200 Jun 11 16:00 /etc/krb5.conf +-rw-r--r-- 1 root root 21 Jun 11 16:00 /etc/rsyslog.d/90-forward.conf +-rw-r--r-- 1 root root 0 Jun 11 16:00 /var/lib/samba/private/.provisioned +-rw-r--r-- 1 root root 342 Jun 11 16:00 /var/lib/samba/smb.conf.provisioned +-rw-r--r-- 1 root root 196 Jun 11 16:00 /opt/flags/user.txt +-rw------- 1 root root 196 Jun 11 16:00 /root/root.txt drwxr-xr-x 1 root root 4096 May 18 00:58 /opt/aptl/wazuh --rw-r----- 1 root wazuh 990 May 23 06:19 /var/ossec/etc/ossec.conf --rw-r----- 1 wazuh wazuh 92 May 23 06:21 /var/ossec/etc/client.keys -drwxr-x--- 3 root adm 4096 May 23 06:19 /var/log/samba +-rw-r----- 1 root wazuh 990 Jun 11 16:01 /var/ossec/etc/ossec.conf +-rw-r----- 1 root wazuh 87 Jun 11 16:00 /var/ossec/etc/client.keys +drwxr-x--- 3 root adm 4096 Jun 11 16:00 /var/log/samba + +--flag-contents-- +[/opt/flags/user.txt] +===== APTL CTF Flag ===== +Flag: APTL{user_ad_d179457f6eae87d310d9e1c576c30e73} +Token: aptl:v1:ad:user:d179457f6eae87d310d9e1c576c30e73:6385dedbc4c22c24ac140ae602c3d12b +========================== +[/root/root.txt] +===== APTL CTF Flag ===== +Flag: APTL{root_ad_628ef9701766208ee19b9b6c7c49c488} +Token: aptl:v1:ad:root:628ef9701766208ee19b9b6c7c49c488:3b64e89617df9117955e23fa154d32c7 +========================== --logs-- -total 36 -drwxr-x--- 3 root adm 4096 May 23 06:19 . -drwxrwxr-x 1 root syslog 4096 May 23 06:19 .. -drwx------ 5 root root 4096 May 23 06:19 cores --rw-r--r-- 1 root root 4553 May 23 06:19 log.samba --rw-r--r-- 1 root root 137 May 23 06:19 log.samba-bgqd --rw-r--r-- 1 root root 168 May 23 06:19 log.smbd --rw-r--r-- 1 root root 0 May 23 06:19 log.wb-TECHVAULT --rw-r--r-- 1 root root 365 May 23 06:19 log.winbindd --rw-r--r-- 1 root root 0 May 23 06:19 log.winbindd-idmap --rw-r--r-- 1 root root 0 May 23 06:19 samba.log --rw-r--r-- 1 root root 0 May 23 06:19 samba_err.log +total 432 +drwxr-x--- 3 root adm 4096 Jun 11 16:00 . +drwxrwxr-x 1 root syslog 4096 Jun 11 16:00 .. +drwx------ 5 root root 4096 Jun 11 16:00 cores +-rw-r--r-- 1 root root 406187 Jun 12 09:41 log.samba +-rw-r--r-- 1 root root 137 Jun 11 16:00 log.samba-bgqd +-rw-r--r-- 1 root root 168 Jun 11 16:00 log.smbd +-rw-r--r-- 1 root root 0 Jun 11 16:00 log.wb-TECHVAULT +-rw-r--r-- 1 root root 365 Jun 11 16:00 log.winbindd +-rw-r--r-- 1 root root 0 Jun 11 16:00 log.winbindd-idmap +-rw-r--r-- 1 root root 0 Jun 11 16:00 samba.log +-rw-r--r-- 1 root root 0 Jun 11 16:00 samba_err.log diff --git a/docs/aces/inventory/ad/mapping-ledger.yaml b/docs/aces/inventory/ad/mapping-ledger.yaml index deada331..f4e627af 100644 --- a/docs/aces/inventory/ad/mapping-ledger.yaml +++ b/docs/aces/inventory/ad/mapping-ledger.yaml @@ -7,7 +7,7 @@ asset: source_class: custom-build proof_scope: steady-state-asset-spec provenance: - image_digest: aptl-ad@sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052 + image_digest: aptl-ad@sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957 attestation: status: not_available verification_status: not_applicable @@ -61,8 +61,10 @@ correspondence_checks: evidence, not an automated live correspondence check. notes: - > - Raw AD passwords, generated flags, Wazuh client keys, Kerberos key material, - and Samba private database contents are redacted as secret material. + AD administrator and generated flag/token values are retained verbatim as + TechVault scenario content. Wazuh client keys, Kerberos key material, and + Samba private database contents are represented by live path, metadata, and + checksum evidence in this bundle. - > Brad-Edwards/aces#401 added the provider-neutral runtime.identity_authorities surface used by this bundle for the Samba AD @@ -88,7 +90,7 @@ facts: category: provenance summary: > The asset uses first-party local image aptl-ad:latest, captured as - aptl-ad@sha256:5806c59b401c045391be53c0d3e0c4feb6304030e716ff3b12b79415fbb1b052. + aptl-ad@sha256:e52bc1094b3058452faaf4d88b11712c41b67029d85f88cbdae1f7475bbcf957. evidence: - path: evidence/docker-inspect.image.json - path: evidence/docker-inspect.container.json @@ -235,8 +237,8 @@ facts: category: runtime-configuration summary: > Runtime environment carries domain, realm, DNS forwarder, SIEM, Wazuh, - and log path values, with the AD admin password redacted as a fixture - secret. + and log path values, with the AD admin password retained as a scenario + fixture value. evidence: - path: evidence/compose-service.ad.json - path: evidence/runtime-baseline.txt diff --git a/docs/aces/inventory/cortex/README.md b/docs/aces/inventory/cortex/README.md index 7bd45418..dae87840 100644 --- a/docs/aces/inventory/cortex/README.md +++ b/docs/aces/inventory/cortex/README.md @@ -2,7 +2,7 @@ This directory is the SCN-010 / issue #357 inventory bundle for the TechVault `cortex` container. It applies the ACES asset inventory methodology to the realized `aptl-cortex` service after a clean lab reset/start and after TheHive/Cortex integration was repaired. -`cortex` is the lab's **SOC analyzer engine**: upstream `thehiveproject/cortex:3.1.8` (Cortex 3.1.8-1, Play 2.8.19 on Debian 11), serving HTTP on 9001 (published `9001:9001`, security-net `172.20.0.22`). Cortex stores organization/user metadata in the shared `thehive-es` Elasticsearch service using the `cortex_6` index. The TheHive consumer authenticates with a seeded service account (`aptl-svc@cortex.local`, roles `read,analyze,orgadmin`) whose raw fixture key/password are redacted from evidence. +`cortex` is the lab's **SOC analyzer engine**: upstream `thehiveproject/cortex:3.1.8` (Cortex 3.1.8-1, Play 2.8.19 on Debian 11), serving HTTP on 9001 (published `9001:9001`, security-net `172.20.0.22`). Cortex stores organization/user metadata in the shared `thehive-es` Elasticsearch service using the `cortex_6` index. The TheHive consumer authenticates with a seeded service account (`aptl-svc@cortex.local`, roles `read,analyze,orgadmin`) whose fixture key/password are retained as scenario evidence. HTTPS is intentionally deferred for Cortex 3.1.8 under ADR-034 because the bundled Play SSL provider fails at runtime. The repaired integration uses HTTP on the internal Docker network plus Cortex key auth (`auth.provider = ["local", "key"]`). The Elasticsearch index is pre-created by `cortex-index-init` so `relations`, `status`, and `key` are `keyword` fields; otherwise Cortex key-auth term queries miss dynamically-created `text` fields. @@ -36,7 +36,7 @@ HTTPS is intentionally deferred for Cortex 3.1.8 under ADR-034 because the bundl | Capture time, tool versions, and limits are recorded. | `evidence/captured-at-utc.txt`, `evidence/capture-limits.txt`, `evidence/docker-version.json`, `evidence/docker-compose-version.json`, `evidence/trivy-version.txt`, `evidence/syft-version.json`, `evidence/osquery-version.txt` | | Upstream registry image identity is recorded. | `evidence/docker-inspect.image.json`, `evidence/docker-buildx-imagetools.image.raw.json`, `evidence/docker-buildx-imagetools.image.txt`, `evidence/docker-history.image.txt`, `evidence/docker-history.image.jsonl`, `evidence/source-checksums.txt` | | Runtime state is recorded. | `evidence/docker-inspect.container.json`, `evidence/docker-network.aptl-security.json`, `evidence/docker-volume.cortex_data.json`, `evidence/docker-top.txt`, `evidence/docker-logs.cortex.txt`, `evidence/runtime-baseline.txt` | -| Cortex application state and TheHive auth are recorded. | `evidence/cortex-state.txt`, `evidence/cortex-index-documents.redacted.json`, `evidence/thehive-cortex-auth-current-user.json`, `evidence/participant-discovery.kali.txt` | +| Cortex application state and TheHive auth are recorded. | `evidence/cortex-state.txt`, `evidence/cortex-index-documents.json`, `evidence/thehive-cortex-auth-current-user.json`, `evidence/participant-discovery.kali.txt` | | Filesystem and package inventory are recorded. | `evidence/filesystem-tree.txt.gz`, `evidence/filesystem-checksums.txt.xz`, `evidence/os-packages.txt`, `evidence/language-manifests.txt` | | Required + useful-optional scanners are recorded. | `evidence/trivy-sbom.cyclonedx.json.gz`, `evidence/trivy-vulnerabilities.json.xz`, `evidence/trivy-vulnerability-list.json`, `evidence/trivy-vulnerability-counts.json`, `evidence/syft-sbom.cyclonedx.json.gz` | | osquery baseline is recorded. | `evidence/osquery-processes.json`, `evidence/osquery-listening-ports.json`, `evidence/osquery-docker-containers.json`, `evidence/osquery-docker-images.json`, `evidence/osquery-apt-sources.json`, `evidence/osquery-installed-applications.json`, `evidence/osquery-programs.json` | @@ -74,7 +74,7 @@ These are recorded as first-class entries in `evidence/capture-limits.txt`: - Capture used `COMPOSE_BAKE=false` because local Docker Compose Buildx Bake hung; this is a local startup workaround, not a scenario setting. - Cortex HTTPS is deferred by ADR-034; HTTP plus key auth is the realized steady-state integration. -- Raw API key and bootstrap password values are redacted; evidence records identity, role, and auth-success facts. +- Raw API key and bootstrap password values are retained as in-range scenario evidence. - `cortex_data` had no analyzer job artifacts at snapshot time; future job output is dynamic state. - Syft output is normalized by stripping `syft:location:*` properties. - Some osquery tables are not meaningful from the digest-pinned namespace-sharing scanner; Docker inspect and dpkg evidence cover those facts. diff --git a/docs/aces/inventory/cortex/capture-evidence.sh b/docs/aces/inventory/cortex/capture-evidence.sh index 6e0eede3..5d0d6596 100755 --- a/docs/aces/inventory/cortex/capture-evidence.sh +++ b/docs/aces/inventory/cortex/capture-evidence.sh @@ -30,43 +30,6 @@ mkdir -p "$OUT" record_limit() { printf -- '- %s\n' "$*" >> "$OUT/capture-limits.txt" } - -redact_stream() { - sed -E \ - -e 's/(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHD_PASS)=([^[:space:]]+)/\1=/Ig' \ - -e 's/^([[:space:]]*password[[:space:]]*=[[:space:]]*).*$/\1/Ig' \ - -e 's/^([[:space:]]*key[[:space:]]*=[[:space:]]*).*$/\1/Ig' -} - -redact_env_jq=' - def redact_env: - if contains("=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHD_PASS)$"; "i")) then - "\($m.name)=" - else - . - end - else - . - end; - - def redact_sensitive_keys: - walk( - if type == "object" then - with_entries( - if (.key | test("(password|pass|secret|token|key|cookie|session|private_key|api_key|jwt)$"; "i")) then - .value = "" - else - . - end - ) - else - . - end - ); -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" @@ -75,17 +38,7 @@ docker compose version --format json | jq . > "$OUT/docker-compose-version.json" yq -o=json '.services.cortex' "$ROOT/docker-compose.yml" \ | jq ' if (has("environment") and (.environment | type == "array")) then - .environment |= map( - if test("^(?[^=]+)=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHD_PASS)$"; "i")) - then "\($m.name)=" - else . - end - else - . - end - ) + .environment |= map(.) else . end ' > "$OUT/compose-service.cortex.json" record_limit "compose-service.cortex.json is the authored docker-compose.yml service block (yq-extracted). The container uses HTTP only on the aptl-security network; TheHive consumes it with the fixture API key provisioned by scripts/cortex-apikey.sh." @@ -93,15 +46,11 @@ record_limit "compose-service.cortex.json is the authored docker-compose.yml ser yq -o=json '.services["cortex-index-init"]' "$ROOT/docker-compose.yml" \ > "$OUT/compose-service.cortex-index-init.json" -docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= ((. // []) | map(redact_env)) | redact_sensitive_keys" \ - > "$OUT/docker-inspect.container.json" +docker inspect "$CONTAINER" | jq . > "$OUT/docker-inspect.container.json" -docker image inspect "$IMAGE" \ - | jq "$redact_env_jq redact_sensitive_keys" \ - > "$OUT/docker-inspect.image.json" -docker history --no-trunc "$IMAGE" | redact_stream > "$OUT/docker-history.image.txt" -docker history --no-trunc --format '{{json .}}' "$IMAGE" | redact_stream > "$OUT/docker-history.image.jsonl" +docker image inspect "$IMAGE" | jq . > "$OUT/docker-inspect.image.json" +docker history --no-trunc "$IMAGE" > "$OUT/docker-history.image.txt" +docker history --no-trunc --format '{{json .}}' "$IMAGE" > "$OUT/docker-history.image.jsonl" if docker buildx imagetools inspect "$IMAGE" > "$OUT/docker-buildx-imagetools.image.txt" 2>"$OUT/docker-buildx-imagetools.image.err"; then docker buildx imagetools inspect "$IMAGE" --raw | jq . > "$OUT/docker-buildx-imagetools.image.raw.json" @@ -113,12 +62,12 @@ fi docker network inspect aptl_aptl-security | jq . > "$OUT/docker-network.aptl-security.json" docker volume inspect aptl_cortex_data | jq . > "$OUT/docker-volume.cortex_data.json" -docker top "$CONTAINER" | redact_stream > "$OUT/docker-top.txt" -docker logs "$CONTAINER" --tail 500 2>&1 | redact_stream > "$OUT/docker-logs.cortex.txt" +docker top "$CONTAINER" > "$OUT/docker-top.txt" +docker logs "$CONTAINER" --tail 500 2>&1 > "$OUT/docker-logs.cortex.txt" record_limit "Capture followed a clean aptl lab stop -v && COMPOSE_BAKE=false aptl lab start immediately before inventory; COMPOSE_BAKE=false is a local Docker Compose workaround because Buildx Bake hung in this environment, not a scenario setting." record_limit "Cortex HTTPS is intentionally deferred by ADR-034 because the Cortex 3.1.8 bundled Play SSL provider fails at runtime. The participant-visible service is HTTP on the security network, with TheHive using the fixture API key over the internal network." -record_limit "The Cortex API key and bootstrap password are fixture credentials. Evidence records the service-account identity, roles, key-present flag, and auth behaviour; raw key/password values are redacted from committed evidence." +record_limit "The Cortex API key and bootstrap password are fixture credentials; raw key/password values are retained as in-range scenario evidence." record_limit "The cortex_data volume backs /opt/cortex/jobs. At the steady-state snapshot no analyzer jobs were present; the filesystem manifest records the top-level jobs directory and volume metadata, not future job artifacts." sha256sum \ @@ -129,7 +78,7 @@ sha256sum \ "$ROOT/scripts/cortex-index-init.sh" \ "$ROOT/config/soc_certs/lab-ca.pem" \ | sed "s# $ROOT/# #" > "$OUT/source-checksums.txt" -record_limit "source-checksums.txt covers docker-compose.yml, the Cortex application overlay, the fixture TheHive-Cortex env file, the Cortex API-key/index bootstrap scripts, and the generated lab CA certificate. Raw fixture key material is not copied into evidence." +record_limit "source-checksums.txt covers docker-compose.yml, the Cortex application overlay, the fixture TheHive-Cortex env file, the Cortex API-key/index bootstrap scripts, and the generated lab CA certificate." docker exec "$CONTAINER" sh -lc "dpkg-query -W -f='\${binary:Package}\t\${Version}\t\${Architecture}\n'" \ | sort > "$OUT/os-packages.txt" @@ -205,7 +154,7 @@ docker exec "$CONTAINER" sh -lc ' (cat /etc/sudoers 2>/dev/null; ls /etc/sudoers.d 2>/dev/null) || true printf "%s\n" --process-tree-- (ps -eo pid,ppid,user,args || for p in /proc/[0-9]*; do printf "%s %s\n" "${p#/proc/}" "$(tr "\0" " " < "$p/cmdline" 2>/dev/null)"; done) 2>&1 -' | redact_stream > "$OUT/runtime-baseline.txt" +' > "$OUT/runtime-baseline.txt" { printf "%s\n" --api-status-- @@ -222,21 +171,10 @@ docker exec "$CONTAINER" sh -lc ' docker exec "$CONTAINER" sh -lc 'curl -sf http://thehive-es:9200/cortex_6/_mapping' 2>&1 || true printf "\n%s\n" --cortex-index-count-- docker exec "$CONTAINER" sh -lc 'curl -sf http://thehive-es:9200/cortex_6/_count' 2>&1 || true -} | redact_stream > "$OUT/cortex-state.txt" +} > "$OUT/cortex-state.txt" docker exec "$CONTAINER" sh -lc 'curl -sf "http://thehive-es:9200/cortex_6/_search?size=20"' \ - | jq ' - .hits.hits |= map( - if (._source // {} | type == "object") then - ._source |= ( - if has("key") then .key = "" else . end - | if has("password") then .password = "" else . end - ) - else - . - end - ) - ' > "$OUT/cortex-index-documents.redacted.json" + | jq . > "$OUT/cortex-index-documents.json" docker exec aptl-thehive sh -lc 'curl -sf -H "Authorization: Bearer ${TH_CORTEX_KEYS}" http://cortex:9001/api/user/current' \ | jq 'del(.key, .password)' > "$OUT/thehive-cortex-auth-current-user.json" @@ -252,7 +190,7 @@ docker exec aptl-thehive sh -lc 'curl -sf -H "Authorization: Bearer ${TH_CORTEX_ docker exec aptl-kali sh -lc "curl -sf --max-time 5 http://${CONTAINER_IP}:9001/api/status" 2>&1 || true printf "%s\n" --thehive-cortex-status-- docker exec aptl-thehive sh -lc 'curl -sf http://cortex:9001/api/status' 2>&1 || true -} | redact_stream > "$OUT/participant-discovery.kali.txt" +} > "$OUT/participant-discovery.kali.txt" docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$TRIVY_CACHE_VOLUME:/root/.cache/" "$TRIVY_IMAGE" --version \ > "$OUT/trivy-version.txt" diff --git a/docs/aces/inventory/cortex/evidence/capture-limits.txt b/docs/aces/inventory/cortex/evidence/capture-limits.txt index 68376eba..e68df2e2 100644 --- a/docs/aces/inventory/cortex/evidence/capture-limits.txt +++ b/docs/aces/inventory/cortex/evidence/capture-limits.txt @@ -1,7 +1,7 @@ - compose-service.cortex.json is the authored docker-compose.yml service block (yq-extracted). The container uses HTTP only on the aptl-security network; TheHive consumes it with the fixture API key provisioned by scripts/cortex-apikey.sh. - Capture followed a clean aptl lab stop -v && COMPOSE_BAKE=false aptl lab start immediately before inventory; COMPOSE_BAKE=false is a local Docker Compose workaround because Buildx Bake hung in this environment, not a scenario setting. - Cortex HTTPS is intentionally deferred by ADR-034 because the Cortex 3.1.8 bundled Play SSL provider fails at runtime. The participant-visible service is HTTP on the security network, with TheHive using the fixture API key over the internal network. -- The Cortex API key and bootstrap password are fixture credentials. Evidence records the service-account identity, roles, key-present flag, and auth behaviour; raw key/password values are redacted from committed evidence. +- The Cortex API key and bootstrap password are fixture credentials; raw key/password values are retained as in-range scenario evidence. - The cortex_data volume backs /opt/cortex/jobs. At the steady-state snapshot no analyzer jobs were present; the filesystem manifest records the top-level jobs directory and volume metadata, not future job artifacts. - source-checksums.txt covers docker-compose.yml, the Cortex application overlay, the fixture TheHive-Cortex env file, the Cortex API-key/index bootstrap scripts, and the generated lab CA certificate. Raw fixture key material is not copied into evidence. - Syft CycloneDX output was deterministically normalized by stripping syft:location:* properties; filesystem-tree.txt.gz and filesystem-checksums.txt.xz provide separate filesystem provenance. diff --git a/docs/aces/inventory/cortex/evidence/cortex-index-documents.redacted.json b/docs/aces/inventory/cortex/evidence/cortex-index-documents.json similarity index 87% rename from docs/aces/inventory/cortex/evidence/cortex-index-documents.redacted.json rename to docs/aces/inventory/cortex/evidence/cortex-index-documents.json index 3e1105c0..a2ddf7e1 100644 --- a/docs/aces/inventory/cortex/evidence/cortex-index-documents.redacted.json +++ b/docs/aces/inventory/cortex/evidence/cortex-index-documents.json @@ -38,7 +38,7 @@ "name": "APTL Cortex Service Account", "createdAt": 1781193783518, "createdBy": "init", - "key": "", + "key": "aptlcortexlabapikey2026purple", "roles": [ "read", "analyze", @@ -48,7 +48,7 @@ "preferences": "{}", "organization": "APTL", "relations": "user", - "password": "", + "password": "䚺퐓戡翝蓂㦲횧씽蕶叿,cfb766587935fd7a8e5bf5d2e5d4d689d4d6f282c6857fdb3aa238801e430c23", "updatedBy": "init", "updatedAt": 1781193784454 } diff --git a/docs/aces/inventory/cortex/evidence/cortex-state.txt b/docs/aces/inventory/cortex/evidence/cortex-state.txt index 93873eae..68570e61 100644 --- a/docs/aces/inventory/cortex/evidence/cortex-state.txt +++ b/docs/aces/inventory/cortex/evidence/cortex-state.txt @@ -42,7 +42,7 @@ auth.provider = ["local", "key"] # upgrade or a Play SSL-provider fix. --generated-runtime-conf-- -play.http.secret.key= +play.http.secret.key="GaPu97gEdL2k4mgtTzHM2JIGlKYiNUIQMtYwEUQp2lnUNNTqlUGtfqS7L9aTpYpc" job.directory="/opt/cortex/jobs" analyzer.urls=["https://download.thehive-project.org/analyzers.json"] responder.urls=["https://download.thehive-project.org/responders.json"] diff --git a/docs/aces/inventory/cortex/evidence/docker-inspect.container.json b/docs/aces/inventory/cortex/evidence/docker-inspect.container.json index 20c44cb3..99ec37c7 100644 --- a/docs/aces/inventory/cortex/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/cortex/evidence/docker-inspect.container.json @@ -21,32 +21,32 @@ "FailingStreak": 0, "Log": [ { - "Start": "2026-06-11T18:06:22.565129868+02:00", - "End": "2026-06-11T18:06:22.63732716+02:00", + "Start": "2026-06-12T15:16:15.507272723+02:00", + "End": "2026-06-12T15:16:15.559115166+02:00", "ExitCode": 0, "Output": "{\"versions\":{\"Cortex\":\"3.1.8-1\",\"Elastic4Play\":\"1.13.6\",\"Play\":\"2.8.19\",\"Elastic4s\":\"7.17.2\",\"ElasticSearch client\":\"7.17.1\"},\"config\":{\"protectDownloadsWith\":\"malware\",\"authType\":[\"key\",\"local\"],\"capabilities\":[\"authByKey\",\"changePassword\",\"setPassword\"],\"ssoAutoLogin\":false}}" }, { - "Start": "2026-06-11T18:06:52.638189794+02:00", - "End": "2026-06-11T18:06:52.695335981+02:00", + "Start": "2026-06-12T15:16:45.560016023+02:00", + "End": "2026-06-12T15:16:45.612361785+02:00", "ExitCode": 0, "Output": "{\"versions\":{\"Cortex\":\"3.1.8-1\",\"Elastic4Play\":\"1.13.6\",\"Play\":\"2.8.19\",\"Elastic4s\":\"7.17.2\",\"ElasticSearch client\":\"7.17.1\"},\"config\":{\"protectDownloadsWith\":\"malware\",\"authType\":[\"key\",\"local\"],\"capabilities\":[\"authByKey\",\"changePassword\",\"setPassword\"],\"ssoAutoLogin\":false}}" }, { - "Start": "2026-06-11T18:07:22.695970373+02:00", - "End": "2026-06-11T18:07:22.757343795+02:00", + "Start": "2026-06-12T15:17:15.613731978+02:00", + "End": "2026-06-12T15:17:15.675888559+02:00", "ExitCode": 0, "Output": "{\"versions\":{\"Cortex\":\"3.1.8-1\",\"Elastic4Play\":\"1.13.6\",\"Play\":\"2.8.19\",\"Elastic4s\":\"7.17.2\",\"ElasticSearch client\":\"7.17.1\"},\"config\":{\"protectDownloadsWith\":\"malware\",\"authType\":[\"key\",\"local\"],\"capabilities\":[\"authByKey\",\"changePassword\",\"setPassword\"],\"ssoAutoLogin\":false}}" }, { - "Start": "2026-06-11T18:07:52.758714825+02:00", - "End": "2026-06-11T18:07:52.816504476+02:00", + "Start": "2026-06-12T15:17:45.676923262+02:00", + "End": "2026-06-12T15:17:45.726399884+02:00", "ExitCode": 0, "Output": "{\"versions\":{\"Cortex\":\"3.1.8-1\",\"Elastic4Play\":\"1.13.6\",\"Play\":\"2.8.19\",\"Elastic4s\":\"7.17.2\",\"ElasticSearch client\":\"7.17.1\"},\"config\":{\"protectDownloadsWith\":\"malware\",\"authType\":[\"key\",\"local\"],\"capabilities\":[\"authByKey\",\"changePassword\",\"setPassword\"],\"ssoAutoLogin\":false}}" }, { - "Start": "2026-06-11T18:08:22.817932742+02:00", - "End": "2026-06-11T18:08:22.87446969+02:00", + "Start": "2026-06-12T15:18:15.727360524+02:00", + "End": "2026-06-12T15:18:15.78314507+02:00", "ExitCode": 0, "Output": "{\"versions\":{\"Cortex\":\"3.1.8-1\",\"Elastic4Play\":\"1.13.6\",\"Play\":\"2.8.19\",\"Elastic4s\":\"7.17.2\",\"ElasticSearch client\":\"7.17.1\"},\"config\":{\"protectDownloadsWith\":\"malware\",\"authType\":[\"key\",\"local\"],\"capabilities\":[\"authByKey\",\"changePassword\",\"setPassword\"],\"ssoAutoLogin\":false}}" } @@ -278,7 +278,7 @@ }, "NetworkSettings": { "SandboxID": "7111d1e47e2f590dd444ed0aa21c926b57f8965d630454b9e2e0abb7ac0ebb49", - "SandboxKey": "", + "SandboxKey": "/var/run/docker/netns/7111d1e47e2f", "Ports": { "9001/tcp": [ { diff --git a/docs/aces/inventory/cortex/evidence/evidence-sha256sums.txt b/docs/aces/inventory/cortex/evidence/evidence-sha256sums.txt index a5b42a01..b140dcf0 100644 --- a/docs/aces/inventory/cortex/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/cortex/evidence/evidence-sha256sums.txt @@ -1,41 +1,41 @@ -08769b8f094853a44e280d877d5be66bb72a8eb064a650d218e231a2f0c3c01c evidence/capture-limits.txt -d14862e5230a68b2d582cd427958a91dea675c92120e11e232037542629b1b61 evidence/captured-at-utc.txt -dc70f198f84ca975d8d236c7d14059f3929f1fde87937110bcc2ca9930b3d869 evidence/compose-service.cortex-index-init.json -e0f1181e3c711c75d739270fbcc13cd7115177dd5b59dbf6d5b31a7e05c56745 evidence/compose-service.cortex.json -bdb6ba4754b25f12401d2a58b910de7bf021a715b889dfaa7890a5659a8d2e63 evidence/cortex-index-documents.redacted.json -6d2ce9f16d8433fecfd567d35879957e9c3905361ecb549ab4b9616e226bb820 evidence/cortex-state.txt -5acc833c1db7a08fe1413691d5b7f075cff931dc28f3a3d31332538b80d87a87 evidence/docker-buildx-imagetools.image.raw.json -aa3aef59561e61db0e5b3089bb3993b568ceb89ff078b5007049625324d2b786 evidence/docker-buildx-imagetools.image.txt -44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 evidence/docker-compose-version.json -f3a49546a285b87ad8f15f1fd2f1ac3bc954748b5e631ba04a4014b632948100 evidence/docker-history.image.jsonl -c952a6b5a7426995937deaeeafaddd56481a26918d74b09c765808d3f9c2894f evidence/docker-history.image.txt -63538467f38f16336eba1815ed88f0127896c4b7be41f0a1fce70236a1aa75ba evidence/docker-inspect.container.json -5d4b7a5a93e5b754f29dd65b3633c3c17367010d925a393bd818d7ac5a34f621 evidence/docker-inspect.image.json -e9b43fd934cdcfaa22ef61e64978431707788f6cf41daa3ff931a552e1b78de0 evidence/docker-logs.cortex.txt -40aedbb9a9ca01e0dff69672cfbe50b67c0569c2115d57a8d9e9cc570c80a34e evidence/docker-network.aptl-security.json -322da6dc7a4bec8690b7a45f8fd3c03fb5e8b6bd8ececc13d72b56629674b8cd evidence/docker-top.txt -b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 evidence/docker-version.json -c60082f7341c85c885814518327da7519b30d26d109ce2d27a97c9c8c4446131 evidence/docker-volume.cortex_data.json -1862b5ef3ed4db11186f744fce0748d31100545fe9c124d0f48c6e9050d28438 evidence/filesystem-checksums.txt.xz -4c3799cffe2ef3eff29a170a6b0a3a068e898b9f6c029aa70e4358e167f1a700 evidence/filesystem-tree.txt.gz -31fa783e8d26fc19866afb29de26424f93954e17cc61c411fbeb6bfd4253b702 evidence/language-manifests.txt -d4f613957a51c3caec696b6308a098165db92913c222fbf4212b74e3f86ce1fb evidence/os-packages.txt -3de5ba1a7e46b53e9ab48a2452343b3815a310c8593455eec92f5bf411e5404c evidence/osquery-apt-sources.json -a33cd57b394ebd07e5d0fa94d7d383083377b2fa465af6d32dbec0bad00ba196 evidence/osquery-docker-containers.json -54eaeef5cc95e75c8c82d83177c8798ba18d5f9156b1fe4d290d91a57f1e6b1b evidence/osquery-docker-images.json -1a5c9d076461b5fcf0bd91ecfe67ae1e317944e40ae535d8638a32d5ce467654 evidence/osquery-installed-applications.json -8276196afd37cdc59b1081c31d4aa73dcaeaeec982e544ab7a147dd78c64b7af evidence/osquery-listening-ports.json -3ab34e6408536c72631c3c3fe708103baebb5cfbe91d7d1caf02d936321971a6 evidence/osquery-processes.json -b0ee7c08b4443603617af34dcfdee274d6e73ebb634e211ff17c06d0b8c68a2e evidence/osquery-programs.json -2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 evidence/osquery-version.txt -1a71ed0f04086dafbdbbf3da67053b9b7eb6c0724ffd4b198e4eb09f78eb13a0 evidence/participant-discovery.kali.txt -8cb572797320d224e9fb86a5a4d34a3991a286dbc9d8187cd150e89c7b61bf8b evidence/runtime-baseline.txt -e7c3aeb9e1c93f25b42543dd780eed88b3b1955d3f0942bdae61c9099381583c evidence/source-checksums.txt -d82f3a28d360db84e59a7751bf2fc215ad8bb473cf80d13b660927e579d1226d evidence/syft-sbom.cyclonedx.json.gz -9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 evidence/syft-version.json -aea1881448cce62649fb4bdcd3583ae2b4dcba5c6cdc722e35bb5ffa96f1021d evidence/thehive-cortex-auth-current-user.json -e744ac6786485b6b4fd67ba533cfdfc15eaa3eb0a4355a203f5252168e7153bf evidence/trivy-sbom.cyclonedx.json.gz -a1acfe5710e25be9ba076b4a9c9ed8d66041ee23e6b389fbbb9f7b8f7ddeb178 evidence/trivy-version.txt -1d100435a0640b760fa83ff47706baf2b32de61db1a1671872a8987de552600c evidence/trivy-vulnerabilities.json.xz -103bbbc96cc110b3b6839e0b9cee4b0997daa7e80321ff21a0197e2dca262b77 evidence/trivy-vulnerability-counts.json -a0361c3025e595d5c7aebf0fac3827da8916350df9a1246e02d4878c5a45b0db evidence/trivy-vulnerability-list.json +e291669c2b6f1d44e366cbc83836e1ce4d10bfae15bf6620d4c9dfd1c73a8750 docs/aces/inventory/cortex/evidence/capture-limits.txt +d14862e5230a68b2d582cd427958a91dea675c92120e11e232037542629b1b61 docs/aces/inventory/cortex/evidence/captured-at-utc.txt +dc70f198f84ca975d8d236c7d14059f3929f1fde87937110bcc2ca9930b3d869 docs/aces/inventory/cortex/evidence/compose-service.cortex-index-init.json +e0f1181e3c711c75d739270fbcc13cd7115177dd5b59dbf6d5b31a7e05c56745 docs/aces/inventory/cortex/evidence/compose-service.cortex.json +bc9dffb9400f7e85d41683bddcd55569497b5d21143390c38b2876450b04a42d docs/aces/inventory/cortex/evidence/cortex-index-documents.json +59eec6fc17af261409fdcbeecdbcd6286ba85a312ca8e4a6ac2f05993670928a docs/aces/inventory/cortex/evidence/cortex-state.txt +5acc833c1db7a08fe1413691d5b7f075cff931dc28f3a3d31332538b80d87a87 docs/aces/inventory/cortex/evidence/docker-buildx-imagetools.image.raw.json +aa3aef59561e61db0e5b3089bb3993b568ceb89ff078b5007049625324d2b786 docs/aces/inventory/cortex/evidence/docker-buildx-imagetools.image.txt +44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/cortex/evidence/docker-compose-version.json +f3a49546a285b87ad8f15f1fd2f1ac3bc954748b5e631ba04a4014b632948100 docs/aces/inventory/cortex/evidence/docker-history.image.jsonl +c952a6b5a7426995937deaeeafaddd56481a26918d74b09c765808d3f9c2894f docs/aces/inventory/cortex/evidence/docker-history.image.txt +de9dc5f374fd76489d6149adea4db7a15a3b05ace8905fd65db760765f40d479 docs/aces/inventory/cortex/evidence/docker-inspect.container.json +5d4b7a5a93e5b754f29dd65b3633c3c17367010d925a393bd818d7ac5a34f621 docs/aces/inventory/cortex/evidence/docker-inspect.image.json +e9b43fd934cdcfaa22ef61e64978431707788f6cf41daa3ff931a552e1b78de0 docs/aces/inventory/cortex/evidence/docker-logs.cortex.txt +40aedbb9a9ca01e0dff69672cfbe50b67c0569c2115d57a8d9e9cc570c80a34e docs/aces/inventory/cortex/evidence/docker-network.aptl-security.json +322da6dc7a4bec8690b7a45f8fd3c03fb5e8b6bd8ececc13d72b56629674b8cd docs/aces/inventory/cortex/evidence/docker-top.txt +b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/cortex/evidence/docker-version.json +c60082f7341c85c885814518327da7519b30d26d109ce2d27a97c9c8c4446131 docs/aces/inventory/cortex/evidence/docker-volume.cortex_data.json +1862b5ef3ed4db11186f744fce0748d31100545fe9c124d0f48c6e9050d28438 docs/aces/inventory/cortex/evidence/filesystem-checksums.txt.xz +4c3799cffe2ef3eff29a170a6b0a3a068e898b9f6c029aa70e4358e167f1a700 docs/aces/inventory/cortex/evidence/filesystem-tree.txt.gz +31fa783e8d26fc19866afb29de26424f93954e17cc61c411fbeb6bfd4253b702 docs/aces/inventory/cortex/evidence/language-manifests.txt +d4f613957a51c3caec696b6308a098165db92913c222fbf4212b74e3f86ce1fb docs/aces/inventory/cortex/evidence/os-packages.txt +3de5ba1a7e46b53e9ab48a2452343b3815a310c8593455eec92f5bf411e5404c docs/aces/inventory/cortex/evidence/osquery-apt-sources.json +77887bebdc45081cf8fe7d5f772654ea2663913719b90bfe17320507dbb8ea1b docs/aces/inventory/cortex/evidence/osquery-docker-containers.json +df2b7d9390a0cb71e220ce530cf013fe57ef3c42733a049473ace2d95625134a docs/aces/inventory/cortex/evidence/osquery-docker-images.json +1a5c9d076461b5fcf0bd91ecfe67ae1e317944e40ae535d8638a32d5ce467654 docs/aces/inventory/cortex/evidence/osquery-installed-applications.json +8276196afd37cdc59b1081c31d4aa73dcaeaeec982e544ab7a147dd78c64b7af docs/aces/inventory/cortex/evidence/osquery-listening-ports.json +3ab34e6408536c72631c3c3fe708103baebb5cfbe91d7d1caf02d936321971a6 docs/aces/inventory/cortex/evidence/osquery-processes.json +b0ee7c08b4443603617af34dcfdee274d6e73ebb634e211ff17c06d0b8c68a2e docs/aces/inventory/cortex/evidence/osquery-programs.json +2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/cortex/evidence/osquery-version.txt +1a71ed0f04086dafbdbbf3da67053b9b7eb6c0724ffd4b198e4eb09f78eb13a0 docs/aces/inventory/cortex/evidence/participant-discovery.kali.txt +8cb572797320d224e9fb86a5a4d34a3991a286dbc9d8187cd150e89c7b61bf8b docs/aces/inventory/cortex/evidence/runtime-baseline.txt +e7c3aeb9e1c93f25b42543dd780eed88b3b1955d3f0942bdae61c9099381583c docs/aces/inventory/cortex/evidence/source-checksums.txt +d82f3a28d360db84e59a7751bf2fc215ad8bb473cf80d13b660927e579d1226d docs/aces/inventory/cortex/evidence/syft-sbom.cyclonedx.json.gz +9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 docs/aces/inventory/cortex/evidence/syft-version.json +aea1881448cce62649fb4bdcd3583ae2b4dcba5c6cdc722e35bb5ffa96f1021d docs/aces/inventory/cortex/evidence/thehive-cortex-auth-current-user.json +e744ac6786485b6b4fd67ba533cfdfc15eaa3eb0a4355a203f5252168e7153bf docs/aces/inventory/cortex/evidence/trivy-sbom.cyclonedx.json.gz +a1acfe5710e25be9ba076b4a9c9ed8d66041ee23e6b389fbbb9f7b8f7ddeb178 docs/aces/inventory/cortex/evidence/trivy-version.txt +1d100435a0640b760fa83ff47706baf2b32de61db1a1671872a8987de552600c docs/aces/inventory/cortex/evidence/trivy-vulnerabilities.json.xz +103bbbc96cc110b3b6839e0b9cee4b0997daa7e80321ff21a0197e2dca262b77 docs/aces/inventory/cortex/evidence/trivy-vulnerability-counts.json +a0361c3025e595d5c7aebf0fac3827da8916350df9a1246e02d4878c5a45b0db docs/aces/inventory/cortex/evidence/trivy-vulnerability-list.json diff --git a/docs/aces/inventory/cortex/evidence/osquery-docker-containers.json b/docs/aces/inventory/cortex/evidence/osquery-docker-containers.json index 17e2056f..797ae3de 100644 --- a/docs/aces/inventory/cortex/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/cortex/evidence/osquery-docker-containers.json @@ -1,8 +1,34 @@ { "table": "docker_containers", + "query": "select id, name, image, image_id, command, created, state, status, pid, path, config_entrypoint, started_at, finished_at, privileged, security_options, readonly_rootfs, cgroup_namespace, ipc_namespace, mnt_namespace, net_namespace, pid_namespace, user_namespace, uts_namespace from docker_containers where name=\"/aptl-cortex\";", "tool": "osqueryi version 4.9.0", - "vantage": "digest-pinned Linux osquery scanner", - "status": "not_available", - "rows": [], - "limit": "Table unavailable or not meaningful from the container namespace scanner for this asset; docker/OS/package evidence is captured through Docker inspect and dpkg-query." + "vantage": "containerized osquery host-side Docker socket view", + "status": "captured", + "rows": [ + { + "cgroup_namespace": "", + "command": "/opt/cortex/entrypoint", + "config_entrypoint": "/opt/cortex/entrypoint", + "created": "1781193620", + "finished_at": "0001-01-01T00:00:00Z", + "id": "ef853168108e8140ec9f0124baa239b3a296253006a672338e686be1aeab627e", + "image": "thehiveproject/cortex:3.1.8", + "image_id": "ae8b3d72eb5de785513bc33492d93278c32b79d9ff89401463c3a9c577e0bc0b", + "ipc_namespace": "", + "mnt_namespace": "", + "name": "/aptl-cortex", + "net_namespace": "", + "path": "/opt/cortex/entrypoint", + "pid": "808726", + "pid_namespace": "", + "privileged": "0", + "readonly_rootfs": "0", + "security_options": "", + "started_at": "2026-06-11T16:00:40.96454567Z", + "state": "running", + "status": "Up 23 hours (healthy)", + "user_namespace": "", + "uts_namespace": "" + } + ] } diff --git a/docs/aces/inventory/cortex/evidence/osquery-docker-images.json b/docs/aces/inventory/cortex/evidence/osquery-docker-images.json index 9b97c795..5b26a623 100644 --- a/docs/aces/inventory/cortex/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/cortex/evidence/osquery-docker-images.json @@ -1,8 +1,15 @@ { "table": "docker_images", + "query": "select id, tags, created, size_bytes from docker_images where tags like \"%cortex%\";", "tool": "osqueryi version 4.9.0", - "vantage": "digest-pinned Linux osquery scanner", - "status": "not_available", - "rows": [], - "limit": "Table unavailable or not meaningful from the container namespace scanner for this asset; docker/OS/package evidence is captured through Docker inspect and dpkg-query." + "vantage": "containerized osquery host-side Docker socket view", + "status": "captured", + "rows": [ + { + "created": "1695295746", + "id": "ae8b3d72eb5de785513bc33492d93278c32b79d9ff89401463c3a9c577e0bc0b", + "size_bytes": "1318231403", + "tags": "thehiveproject/cortex:3.1.8" + } + ] } diff --git a/docs/aces/inventory/cortex/mapping-ledger.yaml b/docs/aces/inventory/cortex/mapping-ledger.yaml index 2ba71c31..1d081539 100644 --- a/docs/aces/inventory/cortex/mapping-ledger.yaml +++ b/docs/aces/inventory/cortex/mapping-ledger.yaml @@ -21,7 +21,7 @@ provenance: attestation is published for this tag. notes: - 'SCN-010 issue #357 inventories Cortex as nodes.techvault.cortex after repairing TheHive/Cortex integration.' -- Cortex remains HTTP-only per ADR-034, but key auth is enabled and TheHive authenticates with a redacted fixture service +- Cortex remains HTTP-only per ADR-034, but key auth is enabled and TheHive authenticates with a fixture service account. - No known ACES expressivity gap remains for catalogued Cortex steady-state facts. correspondence_checks: @@ -64,14 +64,14 @@ correspondence_checks: ledger_fact_ids: - cortex.elasticsearch.backend - cortex.thehive.consumer-integration -- id: cortex-scope-and-redaction-caveats +- id: cortex-scope-and-credential-capture-caveats status: implemented source: docs/aces/inventory/cortex/evidence/capture-limits.txt - method: README and tests assert clean-start scope, HTTPS deferral, credential redaction, jobs-volume boundary, Syft normalization, + method: README and tests assert clean-start scope, HTTPS deferral, credential capture, jobs-volume boundary, Syft normalization, and optional osquery limits. realized_evidence: - path: evidence/capture-limits.txt - - path: evidence/cortex-index-documents.redacted.json + - path: evidence/cortex-index-documents.json - path: evidence/thehive-cortex-auth-current-user.json ledger_fact_ids: - cortex.auth.service-account @@ -207,10 +207,10 @@ facts: rationale: Current ACES SDL nodes fields carry this catalogued Cortex fact. - id: cortex.auth.service-account category: auth - summary: The APTL organization and aptl-svc@cortex.local service account are seeded in cortex_6; raw key/password are redacted - while hasKey/hasPassword, roles, org, and successful TheHive bearer auth are captured. + summary: The APTL organization and aptl-svc@cortex.local service account are seeded in cortex_6; raw key/password, + hasKey/hasPassword, roles, org, and successful TheHive bearer auth are captured. evidence: - - path: evidence/cortex-index-documents.redacted.json + - path: evidence/cortex-index-documents.json - path: evidence/thehive-cortex-auth-current-user.json - path: evidence/cortex-state.txt aces: @@ -221,8 +221,8 @@ facts: fields: - nodes.techvault.cortex.runtime.app_authorizations rationale: Current ACES SDL nodes fields carry this catalogued Cortex fact. - caveat: Raw fixture credentials are intentionally not encoded; ACES carries credential classification and observed auth - behaviour. + caveat: ACES app_authorizations has no raw credential field; the raw fixture values are carried in evidence and scenario + descriptions while auth behaviour is typed. - id: cortex.elasticsearch.backend category: relationship summary: Cortex uses search.uri http://thehive-es:9200, index cortex_6, with key-auth fields relations/status/key pre-created diff --git a/docs/aces/inventory/db/README.md b/docs/aces/inventory/db/README.md index 0c9d1c5e..9d278fc4 100644 --- a/docs/aces/inventory/db/README.md +++ b/docs/aces/inventory/db/README.md @@ -34,7 +34,7 @@ steady-state artifact for the observed lab instance, not as clean-lab rebuild pr | Claim | Evidence | | --- | --- | | Capture time, tool versions, and limits are recorded. | `evidence/captured-at-utc.txt`, `evidence/capture-limits.txt`, `evidence/docker-version.json`, `evidence/docker-compose-version.json`, `evidence/trivy-version.txt` | -| Docker Compose service intent is represented by the redacted Compose service slice. | `evidence/compose-service.db.json` | +| Docker Compose service intent is represented by the Compose service slice. | `evidence/compose-service.db.json` | | Upstream image identity, config, history, and layers are recorded. | `evidence/docker-inspect.image.json`, `evidence/docker-history.image.txt`, `evidence/docker-history.image.jsonl` | | Runtime state is recorded. | `evidence/docker-inspect.container.json`, `evidence/docker-network.aptl-internal.json`, `evidence/docker-volume.db-data.json`, `evidence/docker-top.txt`, `evidence/runtime-baseline.txt` | | Init-script source inputs are checksum-addressable. | `evidence/source-checksums.txt` | @@ -65,8 +65,9 @@ steady-state artifact for the observed lab instance, not as clean-lab rebuild pr scan time: 1 critical, 11 high, 20 medium, and 2 low. -- The resolved `POSTGRES_PASSWORD` value is redacted from committed evidence. - The SDL records only that this is a scenario fixture secret. +- The resolved `POSTGRES_PASSWORD=techvault_db_pass` fixture value is retained + unmasked in committed evidence and classified as scenario fixture content in + the SDL. ## ACES Mapping Result diff --git a/docs/aces/inventory/db/evidence/compose-service.db.json b/docs/aces/inventory/db/evidence/compose-service.db.json index d9dd7b2e..ec0e2f36 100644 --- a/docs/aces/inventory/db/evidence/compose-service.db.json +++ b/docs/aces/inventory/db/evidence/compose-service.db.json @@ -29,7 +29,7 @@ "entrypoint": null, "environment": { "POSTGRES_DB": "techvault", - "POSTGRES_PASSWORD": "", + "POSTGRES_PASSWORD": "techvault_db_pass", "POSTGRES_USER": "techvault" }, "hostname": "db.techvault.local", diff --git a/docs/aces/inventory/db/evidence/docker-inspect.container.json b/docs/aces/inventory/db/evidence/docker-inspect.container.json index c36f73da..9e789576 100644 --- a/docs/aces/inventory/db/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/db/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00", - "Created": "2026-05-21T16:36:39.5542097Z", + "Id": "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2", + "Created": "2026-06-11T16:00:17.875693921Z", "Path": "docker-entrypoint.sh", "Args": [ "postgres", @@ -25,42 +25,42 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 994219, + "Pid": 804989, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-21T16:36:43.01438334Z", + "StartedAt": "2026-06-11T16:00:22.286655032Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { - "Start": "2026-05-22T05:55:28.751489776+02:00", - "End": "2026-05-22T05:55:28.796680733+02:00", + "Start": "2026-06-12T15:32:14.605446484+02:00", + "End": "2026-06-12T15:32:14.656139801+02:00", "ExitCode": 0, "Output": "/var/run/postgresql:5432 - accepting connections\n" }, { - "Start": "2026-05-22T05:55:38.79774512+02:00", - "End": "2026-05-22T05:55:38.838107804+02:00", + "Start": "2026-06-12T15:32:24.656932289+02:00", + "End": "2026-06-12T15:32:24.705410157+02:00", "ExitCode": 0, "Output": "/var/run/postgresql:5432 - accepting connections\n" }, { - "Start": "2026-05-22T05:55:48.838869082+02:00", - "End": "2026-05-22T05:55:48.883950022+02:00", + "Start": "2026-06-12T15:32:34.706652783+02:00", + "End": "2026-06-12T15:32:34.756856246+02:00", "ExitCode": 0, "Output": "/var/run/postgresql:5432 - accepting connections\n" }, { - "Start": "2026-05-22T05:55:58.884380789+02:00", - "End": "2026-05-22T05:55:58.926910289+02:00", + "Start": "2026-06-12T15:32:44.757685019+02:00", + "End": "2026-06-12T15:32:44.812381445+02:00", "ExitCode": 0, "Output": "/var/run/postgresql:5432 - accepting connections\n" }, { - "Start": "2026-05-22T05:56:08.927873113+02:00", - "End": "2026-05-22T05:56:08.974884431+02:00", + "Start": "2026-06-12T15:32:54.813396857+02:00", + "End": "2026-06-12T15:32:54.860569724+02:00", "ExitCode": 0, "Output": "/var/run/postgresql:5432 - accepting connections\n" } @@ -68,10 +68,10 @@ } }, "Image": "sha256:4e6e670bb069649261c9c18031f0aded7bb249a5b6664ddec29c013a89310d50", - "ResolvConfPath": "/var/lib/docker/containers/cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00/hostname", - "HostsPath": "/var/lib/docker/containers/cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00/hosts", - "LogPath": "/var/lib/docker/containers/cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00/cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00-json.log", + "ResolvConfPath": "/var/lib/docker/containers/635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2/hostname", + "HostsPath": "/var/lib/docker/containers/635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2/hosts", + "LogPath": "/var/lib/docker/containers/635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2/635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2-json.log", "Name": "/aptl-db", "RestartCount": 0, "Driver": "overlayfs", @@ -217,9 +217,9 @@ "OpenStdin": false, "StdinOnce": false, "Env": [ - "POSTGRES_USER=techvault", - "POSTGRES_PASSWORD=", "POSTGRES_DB=techvault", + "POSTGRES_USER=techvault", + "POSTGRES_PASSWORD=techvault_db_pass", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.19", "LANG=en_US.utf8", @@ -277,8 +277,8 @@ "StopSignal": "SIGINT" }, "NetworkSettings": { - "SandboxID": "6322a9ffb3936aafc922e19614f830efcf07992e50667766bfc0c622edb4b5aa", - "SandboxKey": "/var/run/docker/netns/6322a9ffb393", + "SandboxID": "40688621e18958fc561da19ec2e93c3f80f55e6b1035810d33c42a047122b312", + "SandboxKey": "/var/run/docker/netns/40688621e189", "Ports": { "5432/tcp": null }, @@ -294,11 +294,11 @@ ], "DriverOpts": null, "GwPriority": 0, - "NetworkID": "f1dcf3d5653a138f564e5472f6307b23d4eb3ac2fd4f81dd76aae7dcae526c1a", - "EndpointID": "94c308a4ed106b2f9dbb50a3c4abc75b25263720758fdd0369187436fedb0878", + "NetworkID": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", "Gateway": "", "IPAddress": "172.20.2.11", - "MacAddress": "0a:0b:d2:e7:2f:52", + "MacAddress": "2e:00:24:fb:58:ce", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -306,7 +306,7 @@ "DNSNames": [ "aptl-db", "db", - "cb08dbec2891", + "635ee40d3b09", "db.techvault.local" ] } diff --git a/docs/aces/inventory/db/evidence/docker-network.aptl-internal.json b/docs/aces/inventory/db/evidence/docker-network.aptl-internal.json index 9e87303a..15a1dd02 100644 --- a/docs/aces/inventory/db/evidence/docker-network.aptl-internal.json +++ b/docs/aces/inventory/db/evidence/docker-network.aptl-internal.json @@ -1,117 +1,124 @@ [ - { - "Name": "aptl_aptl-internal", - "Id": "f1dcf3d5653a138f564e5472f6307b23d4eb3ac2fd4f81dd76aae7dcae526c1a", - "Created": "2026-05-21T18:36:39.420894358+02:00", - "Scope": "local", - "Driver": "bridge", - "EnableIPv4": true, - "EnableIPv6": false, - "IPAM": { - "Driver": "default", - "Options": null, - "Config": [ - { - "Subnet": "172.20.2.0/24", - "Gateway": "172.20.2.1" - } - ] - }, - "Internal": true, - "Attachable": false, - "Ingress": false, - "ConfigFrom": { - "Network": "" - }, - "ConfigOnly": false, - "Options": {}, - "Labels": { - "com.docker.compose.config-hash": "47dd9108c363602446e0d1b14794a0b529c3106960b0700397b7c3ac59a71a29", - "com.docker.compose.network": "aptl-internal", - "com.docker.compose.project": "aptl", - "com.docker.compose.version": "5.1.3" - }, - "Containers": { - "503f7f3d686afcbaa1b570ed23b1c2456737f5ebd6bc050b77fd7ef32a5c9649": { - "Name": "aptl-workstation", - "EndpointID": "e97ce18c59c57b9c2aa03ee9045151f117b60b885c4af1e357e26b27f785b870", - "MacAddress": "7e:e3:01:db:8b:d6", - "IPv4Address": "172.20.2.40/24", - "IPv6Address": "" - }, - "60767d433536e00c21350d4c4206261870f71978c0cab524a74fd6ddae811fe7": { - "Name": "aptl-wazuh-manager", - "EndpointID": "fde87a700642197882fe3822a54804ad448ebbb0d327dfee4c2d6b450b699444", - "MacAddress": "9e:ed:a0:b0:f4:11", - "IPv4Address": "172.20.2.30/24", - "IPv6Address": "" - }, - "69d0e0145cdae9ab7a7ff4e0296efd7f4a8607c24fd7a79af5c5424b01934095": { - "Name": "aptl-fileshare", - "EndpointID": "a7afbfa97b418a646b44bcb7325a8c56557220fa4f3b8c3d9e5af3bf2f38b802", - "MacAddress": "0e:99:01:5f:90:d9", - "IPv4Address": "172.20.2.12/24", - "IPv6Address": "" - }, - "6bfe610205fe3cfdbaeb1063ea17773b5c651dda8362c501aeed0f44690cdf83": { - "Name": "aptl-webapp", - "EndpointID": "3d86526db7e25568ef183cb7d931a65d65a827cefe82e3ecd9e67db3301ebd15", - "MacAddress": "8a:c2:90:c6:dc:c7", - "IPv4Address": "172.20.2.25/24", - "IPv6Address": "" - }, - "7c4c236f84cbb17f7cda053a819f300fd51bb0cc23859a71b56f73e6f5f3967b": { - "Name": "aptl-dns", - "EndpointID": "8e2ad8c27b6aaad359018b02ccb2d5cd6579aa5781fbdf121ac02343b7874f1e", - "MacAddress": "e2:1e:44:eb:25:20", - "IPv4Address": "172.20.2.27/24", - "IPv6Address": "" - }, - "81bf63eceb96c312cf282f8efbed207f30ae073a678b7971b6f126ecf56bac75": { - "Name": "aptl-kali", - "EndpointID": "5c85391e6afb1c1847b31e41cc7f114d7d44f026b857194d3407edbb9910481b", - "MacAddress": "a2:24:ee:61:da:44", - "IPv4Address": "172.20.2.35/24", - "IPv6Address": "" - }, - "8cf2341f3de844457c0e98bb2204d9ea3e2cfd16199cfcc69993a15cb19c96a2": { - "Name": "aptl-ad", - "EndpointID": "c9189a87891f175cfc161e1e9f3edfefa7e67c4f5d028c6157b50d83abbeb64d", - "MacAddress": "fe:10:46:d4:b2:97", - "IPv4Address": "172.20.2.10/24", - "IPv6Address": "" - }, - "8dae5e87b40412dc857b0693377a5f78e467c6f5c126a77ff26f9da1715f169a": { - "Name": "aptl-victim", - "EndpointID": "fb46159082e4f0394d89496fc40640fd66b8434d0b30e754b0f4a22958a9e925", - "MacAddress": "9a:ef:95:1a:51:c1", - "IPv4Address": "172.20.2.20/24", - "IPv6Address": "" - }, - "cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00": { - "Name": "aptl-db", - "EndpointID": "94c308a4ed106b2f9dbb50a3c4abc75b25263720758fdd0369187436fedb0878", - "MacAddress": "0a:0b:d2:e7:2f:52", - "IPv4Address": "172.20.2.11/24", - "IPv6Address": "" - }, - "db3a03de3ec025eb3b447b74bac289ae057529acf00adf5c8d87e3375105c717": { - "Name": "aptl-suricata", - "EndpointID": "6d2326deab5272587f38bd3244c76bc4e2dffd2e79d21d4d024bd999aadb77a5", - "MacAddress": "0a:5d:b2:f2:01:d7", - "IPv4Address": "172.20.2.50/24", - "IPv6Address": "" - } - }, - "Status": { - "IPAM": { - "Subnets": { - "172.20.2.0/24": { - "IPsInUse": 13, - "DynamicIPsAvailable": 243 - } - } - } + { + "Name": "aptl_aptl-internal", + "Id": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", + "Created": "2026-05-23T08:18:29.384707233+02:00", + "Scope": "local", + "Driver": "bridge", + "EnableIPv4": true, + "EnableIPv6": false, + "IPAM": { + "Driver": "default", + "Options": null, + "Config": [ + { + "Subnet": "172.20.2.0/24", + "Gateway": "172.20.2.1" } + ] + }, + "Internal": true, + "Attachable": false, + "Ingress": false, + "ConfigFrom": { + "Network": "" + }, + "ConfigOnly": false, + "Options": {}, + "Labels": { + "com.docker.compose.config-hash": "47dd9108c363602446e0d1b14794a0b529c3106960b0700397b7c3ac59a71a29", + "com.docker.compose.network": "aptl-internal", + "com.docker.compose.project": "aptl", + "com.docker.compose.version": "5.1.3" + }, + "Containers": { + "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad": { + "Name": "aptl-fileshare", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", + "MacAddress": "aa:0a:ca:f6:3f:b1", + "IPv4Address": "172.20.2.12/24", + "IPv6Address": "" + }, + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", + "MacAddress": "c6:49:cc:27:01:da", + "IPv4Address": "172.20.2.27/24", + "IPv6Address": "" + }, + "264d754571f7866985e9ea41cab9077221933aab35fa412986bff01e5aa2d1d1": { + "Name": "aptl-workstation", + "EndpointID": "e07344281cbc69620cdb2202e198ae4d72a16845e8b834495febcabeaeffa7a3", + "MacAddress": "22:dc:46:cf:d7:1c", + "IPv4Address": "172.20.2.40/24", + "IPv6Address": "" + }, + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { + "Name": "aptl-kali", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "MacAddress": "de:2a:88:a0:60:4d", + "IPv4Address": "172.20.2.35/24", + "IPv6Address": "" + }, + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "d2aff68b4860db2afd51cacd35b115df3239ec0c0d0d1a70c38c9850dc437edd", + "MacAddress": "d6:3e:0a:c1:26:32", + "IPv4Address": "172.20.2.50/24", + "IPv6Address": "" + }, + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { + "Name": "aptl-webapp", + "EndpointID": "127c8f784f378d07db3bfccfeece72153ec5763c0472d12ebb9127135274f162", + "MacAddress": "2a:2d:b3:44:c1:ee", + "IPv4Address": "172.20.2.25/24", + "IPv6Address": "" + }, + "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2": { + "Name": "aptl-db", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", + "MacAddress": "2e:00:24:fb:58:ce", + "IPv4Address": "172.20.2.11/24", + "IPv6Address": "" + }, + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "977f4d3319b07554a37a7873e43198d62f2723af755eb6be1eba5c92d0204b54", + "MacAddress": "b6:f9:7a:15:98:3a", + "IPv4Address": "172.20.2.30/24", + "IPv6Address": "" + }, + "7ed4af3e0aa0abacd8b6bfa5c035b90cddb0335ae56d1e2a899adbc645152691": { + "Name": "aptl-victim", + "EndpointID": "13eaa548e14a12ca2d6673206329bc165d545c2868f2cc13c8c42d502c78da34", + "MacAddress": "d6:9c:ac:f8:6a:c7", + "IPv4Address": "172.20.2.20/24", + "IPv6Address": "" + }, + "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209": { + "Name": "aptl-ad", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", + "MacAddress": "16:e0:d4:a0:19:61", + "IPv4Address": "172.20.2.10/24", + "IPv6Address": "" + }, + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "4ae32c0249dc381fa0537b16845f21d70c52cfbc5dac8b5fc61a05d97d5a4bec", + "MacAddress": "b2:66:04:e3:65:0c", + "IPv4Address": "172.20.2.26/24", + "IPv6Address": "" + } + }, + "Status": { + "IPAM": { + "Subnets": { + "172.20.2.0/24": { + "IPsInUse": 14, + "DynamicIPsAvailable": 242 + } + } + } } + } ] diff --git a/docs/aces/inventory/db/evidence/evidence-sha256sums.txt b/docs/aces/inventory/db/evidence/evidence-sha256sums.txt index 8fbac20c..607873d7 100644 --- a/docs/aces/inventory/db/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/db/evidence/evidence-sha256sums.txt @@ -1,12 +1,12 @@ 4bfb8e4f6b91f186d61510366bd0ed61ef00c3e0ebf47b5747cf8b36e311d913 docs/aces/inventory/db/evidence/capture-limits.txt 4a3b954a9acb5c183790648b696fb88904e7df71f4e384bb1d898e8354e7dfd1 docs/aces/inventory/db/evidence/captured-at-utc.txt -68ce34b02f8c43f34ee3dc62830710567b3ded158a91d33bb1ab849f3af1a76c docs/aces/inventory/db/evidence/compose-service.db.json +3692c48cab3c285ac91de3dbf7ed877b591a1850e24717bdbb728c2eb579a8c3 docs/aces/inventory/db/evidence/compose-service.db.json 499ee76533c9bdb92936086c09a5fcd91237bd626f100b6ede48356e77ba8a6d docs/aces/inventory/db/evidence/docker-compose-version.json 4f6ebc28d8634b18285eb4045af80e5b7d955c473091582c98c3a8140102be28 docs/aces/inventory/db/evidence/docker-history.image.jsonl 321ec7440b2a2ffa31bf1aebea02219399999060118d8de4a43e19777f6bf1c6 docs/aces/inventory/db/evidence/docker-history.image.txt -a42a201aaf4a5815885e0c7d6619a2b7f4f159133f566ac70ca930fcaaf3cadd docs/aces/inventory/db/evidence/docker-inspect.container.json +43c6717e31852f543a803ab3a4fe905bc2f73bf962b2f2eb48909224def43c90 docs/aces/inventory/db/evidence/docker-inspect.container.json 2dd1b0b7240a03138ee6309dc919dec5c47eca17231a58d5640c6a6903be13fd docs/aces/inventory/db/evidence/docker-inspect.image.json -532a6ef3bf4a7f8d1f5e670b2a1ca35230809931b98582a22cfaf1707e9cff87 docs/aces/inventory/db/evidence/docker-network.aptl-internal.json +fb22fb3f5c1f32842c8f3f2d4f8e109006496df06282a46ff191e6dbea0f509e docs/aces/inventory/db/evidence/docker-network.aptl-internal.json efb6f6065314deb3a0be7a102ba4d249b7cb5425a5fc61425b183509156b0236 docs/aces/inventory/db/evidence/docker-top.txt f83ffd2792b41af1bff9c4686580bf31ed1050b434a6b5345c2df24c963d7d29 docs/aces/inventory/db/evidence/docker-version.json d07aaf4634183c8e9f6af827831658e342e86154982e1f8bf144eb407b55f63a docs/aces/inventory/db/evidence/docker-volume.db-data.json @@ -14,7 +14,7 @@ d07aaf4634183c8e9f6af827831658e342e86154982e1f8bf144eb407b55f63a docs/aces/inve 68795e76ef73ef1bdf4f2f33323c30d292c567b902a937f36912a83937c8ca26 docs/aces/inventory/db/evidence/filesystem-tree.txt b55bb02bfc1b718d53e3901ecd5f5586c84d943e6217549b46b820c09c05cc46 docs/aces/inventory/db/evidence/language-manifests.txt 52ce6b80cc8f0a4482e851e155553bef66d64f13ed09a33cf4ba1f8ab42da61f docs/aces/inventory/db/evidence/os-packages.txt -06d4fdcf9982a935720411e8b99987e5cda772b2abeae29f2f938d06a19d0ca5 docs/aces/inventory/db/evidence/runtime-baseline.txt +e64f3f8f32802a3bbf9d0ed11732696ba9d21315704888ba608985e15a22077f docs/aces/inventory/db/evidence/runtime-baseline.txt b39df1745fc9983fc808f475fb621abf411bd980e1e96619f9d26208367b2266 docs/aces/inventory/db/evidence/source-checksums.txt a1acfe5710e25be9ba076b4a9c9ed8d66041ee23e6b389fbbb9f7b8f7ddeb178 docs/aces/inventory/db/evidence/trivy-version.txt 5a42a599d67d4b0b9b5b0742839db18afd7e786e91bac00722640d078494d8de docs/aces/inventory/db/evidence/trivy-vulnerabilities.json diff --git a/docs/aces/inventory/db/evidence/runtime-baseline.txt b/docs/aces/inventory/db/evidence/runtime-baseline.txt index d9339061..14326eae 100644 --- a/docs/aces/inventory/db/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/db/evidence/runtime-baseline.txt @@ -21,7 +21,7 @@ PG_MAJOR=16 PG_SHA256=dc2ddbbd245c0265a689408e3d2f2f3f9ba2da96bd19318214b313cdd9797287 PG_VERSION=16.13 POSTGRES_DB=techvault -POSTGRES_PASSWORD= +POSTGRES_PASSWORD=techvault_db_pass POSTGRES_USER=techvault PWD=/ SHLVL=1 diff --git a/docs/aces/inventory/db/mapping-ledger.yaml b/docs/aces/inventory/db/mapping-ledger.yaml index 1fa12951..0f44bd67 100644 --- a/docs/aces/inventory/db/mapping-ledger.yaml +++ b/docs/aces/inventory/db/mapping-ledger.yaml @@ -51,7 +51,7 @@ notes: - Current ACES runtime fields cover the catalogued DB steady-state inventory facts without a known expressivity blocker. - Brad-Edwards/aces#388 added first-class database logical-state fields consumed by this inventory. - The PostgreSQL data-volume and init-script filesystem inventory is encoded; full Alpine root filesystem enumeration outside those surfaces is a capture boundary, not an ACES schema gap. -- The resolved POSTGRES_PASSWORD value is redacted in evidence and represented in SDL as a scenario fixture secret classification. +- The resolved POSTGRES_PASSWORD=techvault_db_pass value is retained unmasked in evidence and represented in SDL as a scenario fixture secret classification. facts: - id: db.image.identity category: provenance @@ -186,7 +186,7 @@ facts: full PostgreSQL worker process set continues under the same field. - id: db.runtime.environment-policy category: runtime-configuration - summary: Runtime environment variables include Compose fixture DB/user/password inputs plus upstream image defaults, with secret value redacted in evidence. + summary: Runtime environment variables include Compose fixture DB/user/password inputs plus upstream image defaults, with POSTGRES_PASSWORD=techvault_db_pass retained unmasked in evidence. evidence: - path: evidence/compose-service.db.json - path: evidence/docker-inspect.container.json diff --git a/docs/aces/inventory/dns/README.md b/docs/aces/inventory/dns/README.md index 7b9078b4..01ac85c6 100644 --- a/docs/aces/inventory/dns/README.md +++ b/docs/aces/inventory/dns/README.md @@ -5,7 +5,7 @@ the `dns` Compose service realized as container `aptl-dns`. The target is a first-party custom build from `containers/dns/`, observed as: -- Image: `aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75` +- Image: `aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6` - Runtime OS: Ubuntu 22.04.5 LTS - DNS implementation: BIND 9.18.39-0ubuntu0.22.04.3-Ubuntu - Service identity: `ns1.techvault.local` diff --git a/docs/aces/inventory/dns/capture-evidence.sh b/docs/aces/inventory/dns/capture-evidence.sh index 99d64184..8bbb251f 100755 --- a/docs/aces/inventory/dns/capture-evidence.sh +++ b/docs/aces/inventory/dns/capture-evidence.sh @@ -19,16 +19,6 @@ record_limit() { printf -- "- %s\n" "$*" >> "$OUT/capture-limits.txt" } -redact_env_jq=' - def redact_env: - if test("^(APTL_FLAG_KEY|DB_PASSWORD|JWT_SECRET|SECRET_KEY)=") then - capture("^(?[^=]+)=") as $m - | "\($m.name)=" - else - . - end; -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" @@ -36,20 +26,10 @@ docker compose version --format json | jq . > "$OUT/docker-compose-version.json" record_limit "Capture uses the already-running local lab and did not run aptl lab stop -v && aptl lab start; this is a steady-state observation, not clean-reset rebuild proof." -COMPOSE_PROFILES=dns,enterprise,wazuh,soc docker compose -f "$ROOT/docker-compose.yml" config --format json \ - | jq ' - .services.dns - | .environment |= with_entries( - if (.key | test("^(APTL_FLAG_KEY|DB_PASSWORD|JWT_SECRET|SECRET_KEY)$")) - then .value = ("") - else . - end - ) - ' > "$OUT/compose-service.dns.json" - -docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= map(redact_env)" \ - > "$OUT/docker-inspect.container.json" +yq -o=json '.services.dns' "$ROOT/docker-compose.yml" \ + | jq . > "$OUT/compose-service.dns.json" + +docker inspect "$CONTAINER" | jq . > "$OUT/docker-inspect.container.json" docker image inspect "$IMAGE" | jq . > "$OUT/docker-inspect.image.json" docker history --no-trunc "$IMAGE" > "$OUT/docker-history.image.txt" @@ -131,10 +111,6 @@ docker exec "$CONTAINER" sh -lc ' docker exec "$CONTAINER" sh -lc ' set -eu - redact_env() { - sed -E "s/^(APTL_FLAG_KEY|DB_PASSWORD|JWT_SECRET|SECRET_KEY)=.*/\1=/" \ - | sed "s///;s///;s///;s///" - } echo --os-release-- cat /etc/os-release echo --id-- @@ -146,7 +122,7 @@ docker exec "$CONTAINER" sh -lc ' echo --capabilities-pid1-- grep "^Cap" /proc/1/status || true echo --environment-- - env | sort | redact_env + env | sort echo --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 echo --mounts-- diff --git a/docs/aces/inventory/dns/evidence/captured-at-utc.txt b/docs/aces/inventory/dns/evidence/captured-at-utc.txt index e4db4b0f..4c18f8ac 100644 --- a/docs/aces/inventory/dns/evidence/captured-at-utc.txt +++ b/docs/aces/inventory/dns/evidence/captured-at-utc.txt @@ -1 +1 @@ -2026-05-28T04:09:00Z +2026-06-12T13:20:27Z diff --git a/docs/aces/inventory/dns/evidence/compose-service.dns.json b/docs/aces/inventory/dns/evidence/compose-service.dns.json index 81a46363..09a3f936 100644 --- a/docs/aces/inventory/dns/evidence/compose-service.dns.json +++ b/docs/aces/inventory/dns/evidence/compose-service.dns.json @@ -3,40 +3,45 @@ "dns" ], "build": { - "context": "/home/atomik/src/aptl", + "context": ".", "dockerfile": "containers/dns/Dockerfile" }, + "container_name": "aptl-dns", + "hostname": "ns1.techvault.local", + "restart": "unless-stopped", + "ports": [ + "5353:53/tcp", + "5353:53/udp" + ], + "environment": [ + "WAZUH_MANAGER=wazuh.manager", + "AGENT_NAME=aptl-dns-agent", + "LOG_PATHS=/var/log/named/query.log,/var/log/named/default.log", + "LOG_FORMAT=syslog" + ], + "volumes": [ + "dns_logs:/var/log/named" + ], "cap_add": [ "NET_ADMIN" ], - "command": null, - "container_name": "aptl-dns", - "deploy": { - "resources": { - "limits": { - "memory": "536870912" - } - }, - "placement": {} - }, - "entrypoint": null, - "environment": { - "AGENT_NAME": "aptl-dns-agent", - "LOG_FORMAT": "syslog", - "LOG_PATHS": "/var/log/named/query.log,/var/log/named/default.log", - "WAZUH_MANAGER": "wazuh.manager" - }, - "hostname": "ns1.techvault.local", "healthcheck": { "test": [ "CMD-SHELL", "dig @localhost techvault.local SOA +short || exit 1" ], - "timeout": "5s", "interval": "15s", + "timeout": "5s", "retries": 5, "start_period": "30s" }, + "deploy": { + "resources": { + "limits": { + "memory": "512m" + } + } + }, "networks": { "aptl-dmz": { "ipv4_address": "172.20.1.22" @@ -47,28 +52,5 @@ "aptl-security": { "ipv4_address": "172.20.0.25" } - }, - "ports": [ - { - "mode": "ingress", - "target": 53, - "published": "5353", - "protocol": "tcp" - }, - { - "mode": "ingress", - "target": 53, - "published": "5353", - "protocol": "udp" - } - ], - "restart": "unless-stopped", - "volumes": [ - { - "type": "volume", - "source": "dns_logs", - "target": "/var/log/named", - "volume": {} - } - ] + } } diff --git a/docs/aces/inventory/dns/evidence/docker-history.image.txt b/docs/aces/inventory/dns/evidence/docker-history.image.txt index 1ff6a413..84f91bdd 100644 --- a/docs/aces/inventory/dns/evidence/docker-history.image.txt +++ b/docs/aces/inventory/dns/evidence/docker-history.image.txt @@ -1,21 +1,21 @@ IMAGE CREATED CREATED BY SIZE COMMENT -sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75 10 days ago CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"] 0B buildkit.dockerfile.v0 - 10 days ago EXPOSE [53/tcp 53/udp] 0B buildkit.dockerfile.v0 - 10 days ago COPY containers/dns/supervisord.conf /etc/supervisor/conf.d/dns.conf # buildkit 20.5kB buildkit.dockerfile.v0 - 10 days ago COPY containers/dns/zones/ /etc/bind/zones/ # buildkit 24.6kB buildkit.dockerfile.v0 - 10 days ago COPY containers/dns/named.conf /etc/bind/named.conf # buildkit 16.4kB buildkit.dockerfile.v0 - 10 days ago RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit 4.1kB buildkit.dockerfile.v0 - 10 days ago COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit 24.6kB buildkit.dockerfile.v0 - 10 days ago COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit 20.5kB buildkit.dockerfile.v0 - 10 days ago RUN /bin/sh -c /tmp/install-wazuh.sh && rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit 39.9MB buildkit.dockerfile.v0 - 10 days ago COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit 12.3kB buildkit.dockerfile.v0 - 10 days ago COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit 16.4kB buildkit.dockerfile.v0 - 10 days ago COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit 12.3kB buildkit.dockerfile.v0 - 10 days ago RUN /bin/sh -c mkdir -p /var/log/named && chown bind:bind /var/log/named # buildkit 16.4kB buildkit.dockerfile.v0 - 10 days ago RUN /bin/sh -c apt-get update && apt-get install -y bind9 bind9-utils dnsutils rsyslog iptables supervisor && rm -rf /var/lib/apt/lists/* # buildkit 93MB buildkit.dockerfile.v0 - 10 days ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 - 2 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B - 2 weeks ago /bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / 87.7MB - 2 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04 0B - 2 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B - 2 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B +sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6 3 weeks ago CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"] 0B buildkit.dockerfile.v0 + 3 weeks ago EXPOSE [53/tcp 53/udp] 0B buildkit.dockerfile.v0 + 3 weeks ago COPY containers/dns/supervisord.conf /etc/supervisor/conf.d/dns.conf # buildkit 20.5kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/dns/zones/ /etc/bind/zones/ # buildkit 24.6kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/dns/named.conf /etc/bind/named.conf # buildkit 16.4kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit 4.1kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit 24.6kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit 20.5kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c /tmp/install-wazuh.sh && rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit 39.9MB buildkit.dockerfile.v0 + 3 weeks ago COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit 12.3kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit 16.4kB buildkit.dockerfile.v0 + 3 weeks ago COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit 12.3kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c mkdir -p /var/log/named && chown bind:bind /var/log/named # buildkit 16.4kB buildkit.dockerfile.v0 + 3 weeks ago RUN /bin/sh -c apt-get update && apt-get install -y bind9 bind9-utils dnsutils rsyslog iptables supervisor && rm -rf /var/lib/apt/lists/* # buildkit 93MB buildkit.dockerfile.v0 + 3 weeks ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 + 4 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B + 4 weeks ago /bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / 87.7MB + 4 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04 0B + 4 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B + 4 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B diff --git a/docs/aces/inventory/dns/evidence/docker-inspect.container.json b/docs/aces/inventory/dns/evidence/docker-inspect.container.json index 72512154..57249b16 100644 --- a/docs/aces/inventory/dns/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/dns/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d", - "Created": "2026-05-23T06:18:29.915059103Z", + "Id": "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea", + "Created": "2026-06-11T16:00:17.870560437Z", "Path": "/usr/bin/supervisord", "Args": [ "-n", @@ -15,53 +15,53 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2955876, + "Pid": 804856, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:18:34.677724256Z", + "StartedAt": "2026-06-11T16:00:22.242967886Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { - "Start": "2026-05-28T06:07:52.150450117+02:00", - "End": "2026-05-28T06:07:52.204965225+02:00", + "Start": "2026-06-12T15:19:21.054013467+02:00", + "End": "2026-06-12T15:19:21.115734467+02:00", "ExitCode": 0, "Output": "ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400\n" }, { - "Start": "2026-05-28T06:08:07.20658587+02:00", - "End": "2026-05-28T06:08:07.277442424+02:00", + "Start": "2026-06-12T15:19:36.11711701+02:00", + "End": "2026-06-12T15:19:36.175380551+02:00", "ExitCode": 0, "Output": "ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400\n" }, { - "Start": "2026-05-28T06:08:22.278372957+02:00", - "End": "2026-05-28T06:08:22.34684695+02:00", + "Start": "2026-06-12T15:19:51.176578205+02:00", + "End": "2026-06-12T15:19:51.225657909+02:00", "ExitCode": 0, "Output": "ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400\n" }, { - "Start": "2026-05-28T06:08:37.348215957+02:00", - "End": "2026-05-28T06:08:37.405165405+02:00", + "Start": "2026-06-12T15:20:06.226444118+02:00", + "End": "2026-06-12T15:20:06.282190603+02:00", "ExitCode": 0, "Output": "ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400\n" }, { - "Start": "2026-05-28T06:08:52.405722042+02:00", - "End": "2026-05-28T06:08:52.469729194+02:00", + "Start": "2026-06-12T15:20:21.282894375+02:00", + "End": "2026-06-12T15:20:21.339684377+02:00", "ExitCode": 0, "Output": "ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400\n" } ] } }, - "Image": "sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75", - "ResolvConfPath": "/var/lib/docker/containers/ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d/hostname", - "HostsPath": "/var/lib/docker/containers/ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d/hosts", - "LogPath": "/var/lib/docker/containers/ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d/ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d-json.log", + "Image": "sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6", + "ResolvConfPath": "/var/lib/docker/containers/246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea/hostname", + "HostsPath": "/var/lib/docker/containers/246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea/hosts", + "LogPath": "/var/lib/docker/containers/246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea/246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea-json.log", "Name": "/aptl-dns", "RestartCount": 0, "Driver": "overlayfs", @@ -214,10 +214,10 @@ "OpenStdin": false, "StdinOnce": false, "Env": [ - "LOG_PATHS=/var/log/named/query.log,/var/log/named/default.log", - "LOG_FORMAT=syslog", "WAZUH_MANAGER=wazuh.manager", "AGENT_NAME=aptl-dns-agent", + "LOG_PATHS=/var/log/named/query.log,/var/log/named/default.log", + "LOG_FORMAT=syslog", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "DEBIAN_FRONTEND=noninteractive" ], @@ -245,7 +245,7 @@ "com.docker.compose.config-hash": "70be7046831c355287aa8c42a660aae596bfd9a177b57db8b84ed2781a33a29c", "com.docker.compose.container-number": "1", "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75", + "com.docker.compose.image": "sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6", "com.docker.compose.oneoff": "False", "com.docker.compose.project": "aptl", "com.docker.compose.project.config_files": "/home/atomik/src/aptl/docker-compose.yml", @@ -256,8 +256,8 @@ } }, "NetworkSettings": { - "SandboxID": "32ee17a64c0b8f893ec82bcbfbe036942ca9496c2ba41eba5af01df3c3c1003e", - "SandboxKey": "/var/run/docker/netns/32ee17a64c0b", + "SandboxID": "8cf8c690e93d52d3c8522e3133d5d3e8db8e2e583001f63919fd2a9028ebf522", + "SandboxKey": "/var/run/docker/netns/8cf8c690e93d", "Ports": { "53/tcp": [ { @@ -293,10 +293,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "3b7c4e642d7ebef4866bf953ff0b04bd39affb9639881b4938cdcb8a9dc09c16", - "EndpointID": "eb2e45bb214120473221dc4d67404506498050a22542a3d7731d31620cdea687", + "EndpointID": "23e19fff8f280fa9e6f816e97e37ff3da76738cd585b518c1ffaaa857b0e2527", "Gateway": "", "IPAddress": "172.20.1.22", - "MacAddress": "d6:91:1f:4c:ff:c7", + "MacAddress": "3a:44:5f:7f:42:73", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -304,7 +304,7 @@ "DNSNames": [ "aptl-dns", "dns", - "ceed7fcfb8cf", + "246fa725d79a", "ns1.techvault.local" ] }, @@ -320,10 +320,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", - "EndpointID": "43843734713a7c1cc6e230a499bd0c7cf020f058452e8c83920286e83a84913a", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", "Gateway": "", "IPAddress": "172.20.2.27", - "MacAddress": "7e:58:a5:13:f6:34", + "MacAddress": "c6:49:cc:27:01:da", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -331,7 +331,7 @@ "DNSNames": [ "aptl-dns", "dns", - "ceed7fcfb8cf", + "246fa725d79a", "ns1.techvault.local" ] }, @@ -347,10 +347,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "42784966d53752a3d576860aee0748dc2cbfaa93f918b3832eddc9852e20aa7f", - "EndpointID": "5d23550a01131bf2d9bdae8c31002c3848de46d7851ff4303660343979103cc9", + "EndpointID": "52b904dff453015126f11968f518f998fb605b94ae21f1d9bac7628d42a8918f", "Gateway": "172.20.0.1", "IPAddress": "172.20.0.25", - "MacAddress": "36:a4:19:0b:50:e3", + "MacAddress": "ae:9b:d4:a3:d7:ee", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -358,7 +358,7 @@ "DNSNames": [ "aptl-dns", "dns", - "ceed7fcfb8cf", + "246fa725d79a", "ns1.techvault.local" ] } diff --git a/docs/aces/inventory/dns/evidence/docker-inspect.image.json b/docs/aces/inventory/dns/evidence/docker-inspect.image.json index b7200b9e..0953770a 100644 --- a/docs/aces/inventory/dns/evidence/docker-inspect.image.json +++ b/docs/aces/inventory/dns/evidence/docker-inspect.image.json @@ -1,11 +1,11 @@ [ { - "Id": "sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75", + "Id": "sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6", "RepoTags": [ "aptl-dns:latest" ], "RepoDigests": [ - "aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75" + "aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6" ], "Comment": "buildkit.dockerfile.v0", "Created": "2026-05-18T02:58:13.237317091+02:00", @@ -54,18 +54,18 @@ ] }, "Metadata": { - "LastTagTime": "2026-05-23T06:17:07.949734141Z" + "LastTagTime": "2026-06-11T16:00:13.820144513Z" }, "Descriptor": { "mediaType": "application/vnd.oci.image.index.v1+json", - "digest": "sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75", + "digest": "sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6", "size": 856 }, "Identity": { "Build": [ { - "Ref": "ojug2q8rvs7samnk7eilnmtwu", - "CreatedAt": "2026-05-23T08:17:08.12518516+02:00" + "Ref": "w94w5t6z6xbqg5k82ebkay6nv", + "CreatedAt": "2026-06-11T18:00:13.905088191+02:00" } ] } diff --git a/docs/aces/inventory/dns/evidence/docker-network.aptl-dmz.json b/docs/aces/inventory/dns/evidence/docker-network.aptl-dmz.json index 0a30399b..15158a9d 100644 --- a/docs/aces/inventory/dns/evidence/docker-network.aptl-dmz.json +++ b/docs/aces/inventory/dns/evidence/docker-network.aptl-dmz.json @@ -32,39 +32,46 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "f71a0b2a10b9b524038cdd82cc550fdc32e3580199762516ef35f4a63ac7ec35", - "MacAddress": "82:aa:07:a7:db:d9", - "IPv4Address": "172.20.1.50/24", - "IPv6Address": "" - }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "2675e9783a626c797e01d8e20b71b949a9f97381f1960b2def4372aaa23560fb", - "MacAddress": "d2:a3:1d:df:b8:63", - "IPv4Address": "172.20.1.10/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "23e19fff8f280fa9e6f816e97e37ff3da76738cd585b518c1ffaaa857b0e2527", + "MacAddress": "3a:44:5f:7f:42:73", + "IPv4Address": "172.20.1.22/24", "IPv6Address": "" }, - "9598b368e67a844a1508af7f7aad7f1424fdae71acb720419a506249f0a9ac57": { + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { "Name": "aptl-kali", - "EndpointID": "12be81ba0d7f145fef98dae1b0806bdb8b948d088f9137418736571f53fc08dc", - "MacAddress": "06:75:5b:f5:0f:cc", + "EndpointID": "a08f9cc7c2b5fc44e29796b7fab85c0b1b0e9f7eb7720b7c635aa6304677f4b6", + "MacAddress": "52:5f:ff:be:9c:98", "IPv4Address": "172.20.1.30/24", "IPv6Address": "" }, - "a44db23d6b836d520798280fe2071034c5455d8a360f465defd8aef190bdfa1d": { + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "2c545048b27352e81ea9fc511304aea64a2aeb491f426d6d6c5515259daa7cbd", + "MacAddress": "06:e7:f1:a8:62:c0", + "IPv4Address": "172.20.1.50/24", + "IPv6Address": "" + }, + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { "Name": "aptl-webapp", - "EndpointID": "6b81cde8f5594cb393a381b1d44bcdb5cb9003030006fee7b71fbc5a448a6115", - "MacAddress": "52:22:28:53:33:ca", + "EndpointID": "62a88be00613d2381bba293db9dcb93a24d76ff5ea5b0d84eba17c1d042f0fc1", + "MacAddress": "c6:d5:bc:8f:ac:4a", "IPv4Address": "172.20.1.20/24", "IPv6Address": "" }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "eb2e45bb214120473221dc4d67404506498050a22542a3d7731d31620cdea687", - "MacAddress": "d6:91:1f:4c:ff:c7", - "IPv4Address": "172.20.1.22/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "c33eebb0fe4a5d2d6a799dba790ce73ec34dbdb4cc872da62dade31b77e79ecd", + "MacAddress": "4a:e2:8e:28:f8:99", + "IPv4Address": "172.20.1.10/24", + "IPv6Address": "" + }, + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "ee23b4e43237302f9b95e36edbcfbe425a2e83846c5d3aaf3086799dbd18ba2f", + "MacAddress": "f6:63:c6:bb:42:a9", + "IPv4Address": "172.20.1.21/24", "IPv6Address": "" } }, @@ -72,8 +79,8 @@ "IPAM": { "Subnets": { "172.20.1.0/24": { - "IPsInUse": 8, - "DynamicIPsAvailable": 248 + "IPsInUse": 9, + "DynamicIPsAvailable": 247 } } } diff --git a/docs/aces/inventory/dns/evidence/docker-network.aptl-internal.json b/docs/aces/inventory/dns/evidence/docker-network.aptl-internal.json index 67266c48..15a1dd02 100644 --- a/docs/aces/inventory/dns/evidence/docker-network.aptl-internal.json +++ b/docs/aces/inventory/dns/evidence/docker-network.aptl-internal.json @@ -32,74 +32,81 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "693b4226ec8213d28b2000a89cb63996c4574afcb220f3d5ed82ad818e501065", - "MacAddress": "8a:d4:10:7e:60:b4", - "IPv4Address": "172.20.2.50/24", + "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad": { + "Name": "aptl-fileshare", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", + "MacAddress": "aa:0a:ca:f6:3f:b1", + "IPv4Address": "172.20.2.12/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "5ac23437333211555e355738803b17bd898630a1e5036a1f5bd48bb014c4fcb0", - "MacAddress": "0e:dd:8d:cc:5f:7d", - "IPv4Address": "172.20.2.30/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", + "MacAddress": "c6:49:cc:27:01:da", + "IPv4Address": "172.20.2.27/24", "IPv6Address": "" }, - "9598b368e67a844a1508af7f7aad7f1424fdae71acb720419a506249f0a9ac57": { + "264d754571f7866985e9ea41cab9077221933aab35fa412986bff01e5aa2d1d1": { + "Name": "aptl-workstation", + "EndpointID": "e07344281cbc69620cdb2202e198ae4d72a16845e8b834495febcabeaeffa7a3", + "MacAddress": "22:dc:46:cf:d7:1c", + "IPv4Address": "172.20.2.40/24", + "IPv6Address": "" + }, + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { "Name": "aptl-kali", - "EndpointID": "b86e54c282cc1f662719fd15d402ad6339853e501c0f542fa16910646cb6e19b", - "MacAddress": "b6:ac:85:98:9c:a4", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "MacAddress": "de:2a:88:a0:60:4d", "IPv4Address": "172.20.2.35/24", "IPv6Address": "" }, - "961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b": { - "Name": "aptl-fileshare", - "EndpointID": "329bb36706e30e185325da0c1360c6cb18fdb4e92f84f586e0f5162da616f53e", - "MacAddress": "26:36:cc:03:76:e1", - "IPv4Address": "172.20.2.12/24", + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "d2aff68b4860db2afd51cacd35b115df3239ec0c0d0d1a70c38c9850dc437edd", + "MacAddress": "d6:3e:0a:c1:26:32", + "IPv4Address": "172.20.2.50/24", "IPv6Address": "" }, - "a44db23d6b836d520798280fe2071034c5455d8a360f465defd8aef190bdfa1d": { + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { "Name": "aptl-webapp", - "EndpointID": "421aab27768dc6c78437c1b0de55e1940646b1c722111453771cb40c4c2fe17a", - "MacAddress": "82:52:09:8b:9d:79", + "EndpointID": "127c8f784f378d07db3bfccfeece72153ec5763c0472d12ebb9127135274f162", + "MacAddress": "2a:2d:b3:44:c1:ee", "IPv4Address": "172.20.2.25/24", "IPv6Address": "" }, - "a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099": { - "Name": "aptl-ad", - "EndpointID": "32b08283f847efb5a3f922194ab22b9bada1e00f368ed7e8c47b0db8a6252a24", - "MacAddress": "2a:94:5f:9a:c2:45", - "IPv4Address": "172.20.2.10/24", + "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2": { + "Name": "aptl-db", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", + "MacAddress": "2e:00:24:fb:58:ce", + "IPv4Address": "172.20.2.11/24", "IPv6Address": "" }, - "a9701bcb6a262e1e16fcb5250c31fbdccacdc56c2f5c495f992ac4f01ec4daba": { - "Name": "aptl-victim", - "EndpointID": "4a235d56c902f72aa27b64c760ca95670e4014ba7823f0286262baeda6e31d26", - "MacAddress": "56:88:c2:77:b1:02", - "IPv4Address": "172.20.2.20/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "977f4d3319b07554a37a7873e43198d62f2723af755eb6be1eba5c92d0204b54", + "MacAddress": "b6:f9:7a:15:98:3a", + "IPv4Address": "172.20.2.30/24", "IPv6Address": "" }, - "bee68cc7d455e9101c91febab49f87fb87f145088e03b443de99815a0dcf81b7": { - "Name": "aptl-workstation", - "EndpointID": "fa4d83bf827a98b9cdaee7bb41d99529c381a4cd3e3beb397671e0ab2df4d953", - "MacAddress": "6a:9b:77:93:b3:7a", - "IPv4Address": "172.20.2.40/24", + "7ed4af3e0aa0abacd8b6bfa5c035b90cddb0335ae56d1e2a899adbc645152691": { + "Name": "aptl-victim", + "EndpointID": "13eaa548e14a12ca2d6673206329bc165d545c2868f2cc13c8c42d502c78da34", + "MacAddress": "d6:9c:ac:f8:6a:c7", + "IPv4Address": "172.20.2.20/24", "IPv6Address": "" }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "43843734713a7c1cc6e230a499bd0c7cf020f058452e8c83920286e83a84913a", - "MacAddress": "7e:58:a5:13:f6:34", - "IPv4Address": "172.20.2.27/24", + "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209": { + "Name": "aptl-ad", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", + "MacAddress": "16:e0:d4:a0:19:61", + "IPv4Address": "172.20.2.10/24", "IPv6Address": "" }, - "eb94b8daca335b05e4e791d114d26e98dd508fffb58b6df0076d8425c9bafa09": { - "Name": "aptl-db", - "EndpointID": "176798557d532605447067359259dbe3ee08e57a62e35183e379d53f7f6edb4f", - "MacAddress": "3a:69:55:99:70:e3", - "IPv4Address": "172.20.2.11/24", + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "4ae32c0249dc381fa0537b16845f21d70c52cfbc5dac8b5fc61a05d97d5a4bec", + "MacAddress": "b2:66:04:e3:65:0c", + "IPv4Address": "172.20.2.26/24", "IPv6Address": "" } }, @@ -107,8 +114,8 @@ "IPAM": { "Subnets": { "172.20.2.0/24": { - "IPsInUse": 13, - "DynamicIPsAvailable": 243 + "IPsInUse": 14, + "DynamicIPsAvailable": 242 } } } diff --git a/docs/aces/inventory/dns/evidence/docker-network.aptl-security.json b/docs/aces/inventory/dns/evidence/docker-network.aptl-security.json index 59968aa3..609774a7 100644 --- a/docs/aces/inventory/dns/evidence/docker-network.aptl-security.json +++ b/docs/aces/inventory/dns/evidence/docker-network.aptl-security.json @@ -32,109 +32,116 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf": { - "Name": "aptl-misp-db", - "EndpointID": "16c627c6f35a90e618081014ff0ca0715aec52c1999dcb38b97caef2ca822acb", - "MacAddress": "92:10:31:d6:8d:68", - "IPv4Address": "172.20.0.17/24", - "IPv6Address": "" - }, - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "f531b4053fbcb648b918f085d69e46dafd1ff77ac87da71976a05a8369f06598", - "MacAddress": "fe:d7:53:72:ef:4f", - "IPv4Address": "172.20.0.50/24", + "0195e03e370b90cb0170a11fcb42c2d74fb08a20e2a327f51a6252aa1102e77b": { + "Name": "aptl-thehive-es", + "EndpointID": "5a192ee037a801c25168cfacbc5a37d6e6ee9054c1fc5fbf82f82b1e087b602e", + "MacAddress": "c2:5b:e0:6e:56:68", + "IPv4Address": "172.20.0.5/24", "IPv6Address": "" }, - "3dc2564de3ddba2431a6b3a0aeced293363d73825ed0271798b153b27af01dd7": { + "0ac6370712e66ca445fca393e928243e0ae71a42529235da2c3ee00ede094450": { "Name": "aptl-shuffle-frontend", - "EndpointID": "4e52e88e28c274d4dd2c42983582271c41dfc828a327dde266e9e273b13dde04", - "MacAddress": "22:55:6d:62:d3:1b", + "EndpointID": "6b1df095e0e68b9efe75f89690336495533e160a1a2c35fa533cf074ef1626a3", + "MacAddress": "3e:24:fe:1c:9d:fe", "IPv4Address": "172.20.0.21/24", "IPv6Address": "" }, - "3ee8e93f293ba3e8d5ebae58992c340265d79a9c8c840e85fd6f50273538259f": { - "Name": "aptl-thehive", - "EndpointID": "831d69a1869f8e1dfcb83673f5010440f9e3a213331ae3e575e6df72167cc880", - "MacAddress": "9e:dc:d0:3e:8d:c5", - "IPv4Address": "172.20.0.18/24", + "15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c": { + "Name": "aptl-misp-redis", + "EndpointID": "3adbeefef751f220f107dfce2404ff362c214bf145f9378cd7239cedb7383dee", + "MacAddress": "da:8e:cb:fa:b6:2b", + "IPv4Address": "172.20.0.2/24", "IPv6Address": "" }, - "404b16989dedfed41b2fff56be2831b526b8ac73c98cf46813f237bbff04fa88": { - "Name": "aptl-wazuh-sidecar-db", - "EndpointID": "91095e1ea27cc849b878dd7d193e011f89db78749798b4d426d5272a081c6b45", - "MacAddress": "9e:19:75:cf:5f:48", - "IPv4Address": "172.20.0.35/24", + "2463810da701ee82ea8024e7b7a8e3faafe67500c5fdbcb440387becfab0c613": { + "Name": "aptl-wazuh-dashboard", + "EndpointID": "2a053aebe4fcc2685a7ad7c4c168c68bc0d0fe4ce4061c6e4b9a3f124754daca", + "MacAddress": "ce:73:a1:0e:dc:52", + "IPv4Address": "172.20.0.11/24", "IPv6Address": "" }, - "45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a": { - "Name": "aptl-misp-redis", - "EndpointID": "7279ec3c7c60b8bbb3dcbcda88d0cd762c7681f3c6cd1aa023dcd092d6f0ea14", - "MacAddress": "92:11:52:ea:7d:44", - "IPv4Address": "172.20.0.3/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "52b904dff453015126f11968f518f998fb605b94ae21f1d9bac7628d42a8918f", + "MacAddress": "ae:9b:d4:a3:d7:ee", + "IPv4Address": "172.20.0.25/24", "IPv6Address": "" }, - "50c9dab972af1c3ae4b91598fceef4eda08df6545bf44b832f13cbb0b2c76d24": { - "Name": "aptl-wazuh-indexer", - "EndpointID": "1eb3bb0e2a5be86233852f0b592b0a1819c4b6fbaf7406e91e8c87d29fcf178e", - "MacAddress": "ae:4b:7d:21:1f:d2", - "IPv4Address": "172.20.0.12/24", + "35eaf7464bfd2158b1d1464e62613c4be293c99fc9c1b333eb9e2f0f669e39bd": { + "Name": "aptl-shuffle-backend", + "EndpointID": "3c817c2641a39319d11eb701d2aebefe660560be9a36b15173c79888bf731f94", + "MacAddress": "ba:57:1a:c6:a8:f8", + "IPv4Address": "172.20.0.20/24", "IPv6Address": "" }, - "6397f21096e0228ce79916da87d14fc8527ee0174e27b8ac9a16936b31ffa2fe": { - "Name": "aptl-misp", - "EndpointID": "f409670052bafc8156295ba9726eece73f5c59596fcc9c3bfbbccbc469ed1e6a", - "MacAddress": "86:fa:65:cd:e7:af", - "IPv4Address": "172.20.0.16/24", + "3915bf99db610fc31263974fe29386dc468257123d1d6cfbea40af28ded147eb": { + "Name": "aptl-shuffle-orborus", + "EndpointID": "4c1236121cc15fea3e9cdbb210edcc2b26fd8aac31d24b87f20031bb13b471dc", + "MacAddress": "06:7a:92:c0:08:df", + "IPv4Address": "172.20.0.7/24", "IPv6Address": "" }, - "65c13c0e3ff5a1dd75970cf528bb3f69ec3bc2e29a91ca0d68c8a44b699b13af": { - "Name": "aptl-thehive-es", - "EndpointID": "8cd9a3f3b446bc9209e4f3f82e457c2fd6e869cd93e85dc5656c44d1ea99d5e6", - "MacAddress": "6e:90:06:ed:1e:39", - "IPv4Address": "172.20.0.4/24", + "3931f92d40bbc0fdfe83b151bb5ee55cc23095790527e5f2d89303aedc249583": { + "Name": "aptl-shuffle-opensearch", + "EndpointID": "a537d655a9f35a110e53b3a2c0bf509f220a485510710352120b169901ef06a7", + "MacAddress": "f6:03:be:a2:c8:6e", + "IPv4Address": "172.20.0.3/24", "IPv6Address": "" }, - "6c2af9a97f898958c921de97255cf617c5e92e45d11265898da9b61f6eb8a0ed": { - "Name": "aptl-wazuh-sidecar-suricata", - "EndpointID": "179bd493f4770c9289c363036cf35c11b44e065ce3d400b09387a6640c78b31d", - "MacAddress": "6e:3a:b1:ae:03:5e", - "IPv4Address": "172.20.0.36/24", + "3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e": { + "Name": "aptl-misp-db", + "EndpointID": "73e39ff049ae6a7ca17d27fd6cacd9508b44d494c82c67f907e9226bf5f77eed", + "MacAddress": "4a:86:7e:26:b7:4d", + "IPv4Address": "172.20.0.17/24", + "IPv6Address": "" + }, + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "7679ac32e7963f5fba9208df0850b4597f4c5a3ae5c639031c6215957b28cce1", + "MacAddress": "be:3d:8a:44:e1:54", + "IPv4Address": "172.20.0.50/24", + "IPv6Address": "" + }, + "4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006": { + "Name": "aptl-misp-suricata-sync", + "EndpointID": "1f9c73fd62723bdc27495a37d74155403b91b1b67b891a7a659c564054f8283b", + "MacAddress": "4e:15:5f:aa:9a:0d", + "IPv4Address": "172.20.0.19/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { "Name": "aptl-wazuh-manager", - "EndpointID": "0c62d4d57a01c10d77ee0c7b66417375c74d8ef03e7a989ab3c57b66c38cd518", - "MacAddress": "9e:fe:e4:f4:76:54", + "EndpointID": "456970667f70a5299c2ebd1f6fa4b8fd65221f277b23afd77a8a59299bd4cfcc", + "MacAddress": "9e:b2:71:1e:88:e7", "IPv4Address": "172.20.0.10/24", "IPv6Address": "" }, - "b51ef8f59d741ab520cac4a561c536956c8d094ab1a97efbdd44073eeb4fe71f": { - "Name": "aptl-cortex", - "EndpointID": "37e13e84898148cf4f45007e5060bf4f745fd6a71be8f924515833275ff32460", - "MacAddress": "aa:84:55:53:7d:b6", - "IPv4Address": "172.20.0.22/24", + "7f16fd7f180b401274599f2f5bb2150d547a621555d71625e8dad7ec39f199d2": { + "Name": "aptl-misp", + "EndpointID": "dc1db5b964b4421cd783fb11ffb3f5cca1dd7ff1332618e1acaedc26d6382774", + "MacAddress": "6a:cd:2c:fb:d8:da", + "IPv4Address": "172.20.0.16/24", "IPv6Address": "" }, - "b735a651190127fa2e01279b81c7390d65eea72af9bf19be5598d6ea64863daa": { - "Name": "aptl-shuffle-backend", - "EndpointID": "d4294cfc69dd529f1d3d826007ac7fc22c76094148e61be663ac8bf9d1752e22", - "MacAddress": "12:03:45:c0:31:dd", - "IPv4Address": "172.20.0.20/24", + "83afd43012dd1ad31bd3f54ee5ac27a09fc833ec827c3f5444ba991c3cd19b5c": { + "Name": "aptl-wazuh-sidecar-db", + "EndpointID": "d001f2f509f4b1ca8af5c123af28392a1d7b44691b0128d7ad185886d60d2bdc", + "MacAddress": "86:46:20:34:a2:ac", + "IPv4Address": "172.20.0.35/24", "IPv6Address": "" }, - "baf593babfd4c17e3133cb5a1b05d356b66b6166e59a3bd1192678b23d0c8425": { - "Name": "aptl-thehive-cassandra", - "EndpointID": "cc2baef19a8c4f2b6dd7798d848b54cb73da88e7a1d8079b67e4bc39b8f7e56c", - "MacAddress": "e6:c8:39:71:62:0c", - "IPv4Address": "172.20.0.5/24", + "8434e442eee0ae7b19788d1da5c8fee1957b84181c22f18e0c4f6e862a2759cd": { + "Name": "aptl-thehive", + "EndpointID": "e516382039e3d1ec5be6be9c50bc53f410819a793313fbe5e17e48399cc2c35c", + "MacAddress": "ca:0d:20:64:1a:40", + "IPv4Address": "172.20.0.18/24", "IPv6Address": "" }, - "c064e5698405c9ebd3d305b3076a78ad7ee26a600482c91f92f3cbf54670bcd7": { - "Name": "aptl-wazuh-dashboard", - "EndpointID": "20430152a65e828de2388ba941a29d8e3d837b692290217cb7ec7e641ba329ff", - "MacAddress": "9a:ac:f7:25:27:95", - "IPv4Address": "172.20.0.11/24", + "b40f4f901839b4cd89aeed63edd7ac9d90e6d9a60d8febf0278b77998cef2dea": { + "Name": "aptl-wazuh-indexer", + "EndpointID": "330f0f7e150e07d60cd93ecb95cf0f12162dfcba8a6ff748395a4d251834110d", + "MacAddress": "fe:81:69:5e:59:72", + "IPv4Address": "172.20.0.12/24", "IPv6Address": "" }, "cad789f14bfce945bb8f7326673a71b9c215e1bea4d6e37032726747ae7cca84": { @@ -144,25 +151,11 @@ "IPv4Address": "172.20.0.53/24", "IPv6Address": "" }, - "cae4c1cf9e6cee79118d95837a3aca4e40f307ca661d418971a53d923973633f": { - "Name": "aptl-shuffle-orborus", - "EndpointID": "017ec486227ae01ac147e78b3df72857d4d0e53c64ee3de6b964ba6e6213baf1", - "MacAddress": "8a:51:5f:67:89:f8", - "IPv4Address": "172.20.0.6/24", - "IPv6Address": "" - }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "5d23550a01131bf2d9bdae8c31002c3848de46d7851ff4303660343979103cc9", - "MacAddress": "36:a4:19:0b:50:e3", - "IPv4Address": "172.20.0.25/24", - "IPv6Address": "" - }, - "e1eb785c281a38818b7659df835f1afc8817f1f6c67d2ccb47a0c9e2c098163e": { - "Name": "aptl-shuffle-opensearch", - "EndpointID": "d4c38951f71d7db45f3ee1d1b85afd042093535901696ec70eeeb26977768df6", - "MacAddress": "6a:2f:5a:b3:b9:39", - "IPv4Address": "172.20.0.2/24", + "df22d1f07a1c45816554595dce7defa6ef5beec882360dbcbf66a7ed4a44c63c": { + "Name": "aptl-wazuh-sidecar-suricata", + "EndpointID": "7e2ba2f38a00f63594a5b0bf2b1c44a65789c5bacffbb56b2c293b1d5e4040bc", + "MacAddress": "f6:68:93:9d:24:8c", + "IPv4Address": "172.20.0.36/24", "IPv6Address": "" }, "ec7a3226d061d9607301e051d025bf5b4938af587c07ba35eee9692b54ccfef1": { @@ -172,27 +165,41 @@ "IPv4Address": "172.20.0.51/24", "IPv6Address": "" }, + "ef853168108e8140ec9f0124baa239b3a296253006a672338e686be1aeab627e": { + "Name": "aptl-cortex", + "EndpointID": "90badae83bbeedfa11194f4d25ab5e3d4de3d8dfd38cc8d81a135b9f84fac94a", + "MacAddress": "06:d3:4c:4f:09:df", + "IPv4Address": "172.20.0.22/24", + "IPv6Address": "" + }, + "f479361d5d174e5d09f6d3dd004ed7b49350a8ed05b0a480bc92d0e6e127c163": { + "Name": "aptl-reverse", + "EndpointID": "abf0bf6e87ae53d037ab63dff07b4c582777561b2949d71499b5c5bd3e966760", + "MacAddress": "ae:f5:7b:2a:8b:76", + "IPv4Address": "172.20.0.27/24", + "IPv6Address": "" + }, + "f838813d53ead651c21145aa396b916533be87c22036a8d045c1597275da6bb0": { + "Name": "aptl-thehive-cassandra", + "EndpointID": "1417eeb83b041c577c185da7dff14581c009ab5947f03ee297c20769f8844191", + "MacAddress": "8a:57:bc:8c:4d:95", + "IPv4Address": "172.20.0.4/24", + "IPv6Address": "" + }, "f83fc422fdaeb411d2a4714eba0dd0b76fcfe3d264f2aa73e7b151026ed3fc6b": { "Name": "aptl-grafana-otel", "EndpointID": "e1c668e2d0b69adae2ac8057eee53013ac7c64d4f915dd3100a287c7e607b023", "MacAddress": "a2:dd:c0:b0:a9:fd", "IPv4Address": "172.20.0.52/24", "IPv6Address": "" - }, - "f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140": { - "Name": "aptl-misp-suricata-sync", - "EndpointID": "c2e7c9057e44f3738c59729144ddb56b9ad8c7d7ec9d16a1e20d8b6c618bde9d", - "MacAddress": "12:17:77:43:59:eb", - "IPv4Address": "172.20.0.19/24", - "IPv6Address": "" } }, "Status": { "IPAM": { "Subnets": { "172.20.0.0/24": { - "IPsInUse": 25, - "DynamicIPsAvailable": 231 + "IPsInUse": 26, + "DynamicIPsAvailable": 230 } } } diff --git a/docs/aces/inventory/dns/evidence/docker-top.txt b/docs/aces/inventory/dns/evidence/docker-top.txt index 85cc5e8a..3e5d37f4 100644 --- a/docs/aces/inventory/dns/evidence/docker-top.txt +++ b/docs/aces/inventory/dns/evidence/docker-top.txt @@ -1,12 +1,13 @@ UID PID PPID C STIME TTY TIME CMD -root 2955876 2955808 0 May23 ? 00:00:56 /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf -pollina+ 2957128 2955876 0 May23 ? 00:00:04 /usr/sbin/named -g -c /etc/bind/named.conf -u bind -root 2970733 2955876 0 May23 ? 00:00:08 /var/ossec/bin/wazuh-execd -root 2970957 2955876 0 May23 ? 00:00:34 /bin/bash /opt/aptl/wazuh/wazuh-agent.sh -root 2985017 2955876 0 May23 ? 00:00:08 /var/ossec/bin/wazuh-execd -syslog 2985213 2955876 0 May23 ? 00:01:13 /var/ossec/bin/wazuh-agentd -root 2985391 2955876 0 May23 ? 00:00:06 /var/ossec/bin/wazuh-syscheckd -root 2985600 2955876 0 May23 ? 00:00:30 /var/ossec/bin/wazuh-logcollector -root 2985614 2955876 0 May23 ? 00:00:08 /var/ossec/bin/wazuh-modulesd -root 2985978 2970957 0 May23 ? 00:00:14 tail -F /var/ossec/logs/ossec.log -root 1764467 2970957 0 06:09 ? 00:00:00 sleep 5 +root 804856 804801 0 Jun11 ? 00:00:10 /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf +pollina+ 806275 804856 0 Jun11 ? 00:00:00 /usr/sbin/named -g -c /etc/bind/named.conf -u bind +root 817482 804856 0 Jun11 ? 00:00:01 /var/ossec/bin/wazuh-execd +syslog 817494 804856 0 Jun11 ? 00:00:13 /var/ossec/bin/wazuh-agentd +root 817603 804856 0 Jun11 ? 00:00:06 /bin/bash /opt/aptl/wazuh/wazuh-agent.sh +root 824373 804856 0 Jun11 ? 00:00:01 /var/ossec/bin/wazuh-execd +syslog 824381 804856 0 Jun11 ? 00:00:13 /var/ossec/bin/wazuh-agentd +root 824446 804856 0 Jun11 ? 00:00:01 /var/ossec/bin/wazuh-syscheckd +root 824476 804856 0 Jun11 ? 00:00:05 /var/ossec/bin/wazuh-logcollector +root 824508 804856 0 Jun11 ? 00:00:01 /var/ossec/bin/wazuh-modulesd +root 824768 817603 0 Jun11 ? 00:00:02 tail -F /var/ossec/logs/ossec.log +root 1320741 817603 0 15:20 ? 00:00:00 sleep 5 diff --git a/docs/aces/inventory/dns/evidence/docker-volume.dns-logs.json b/docs/aces/inventory/dns/evidence/docker-volume.dns-logs.json index 09ef1222..c9907175 100644 --- a/docs/aces/inventory/dns/evidence/docker-volume.dns-logs.json +++ b/docs/aces/inventory/dns/evidence/docker-volume.dns-logs.json @@ -1,6 +1,6 @@ [ { - "CreatedAt": "2026-05-23T08:18:29+02:00", + "CreatedAt": "2026-06-11T18:00:17+02:00", "Driver": "local", "Labels": { "com.docker.compose.config-hash": "f648e7530be38d0979dafa28cfb36af0be2f22d82856566c3a834319428f1cd2", diff --git a/docs/aces/inventory/dns/evidence/evidence-sha256sums.txt b/docs/aces/inventory/dns/evidence/evidence-sha256sums.txt index 0ebc3528..49df3155 100644 --- a/docs/aces/inventory/dns/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/dns/evidence/evidence-sha256sums.txt @@ -1,34 +1,34 @@ b0d6532848eebe470d85b7855979352fe1ba0f5fd5dbc1c966d6157eb0aabeb6 docs/aces/inventory/dns/evidence/capture-limits.txt -8e8dbdfbd8c24cdf45e12344cd10f23acd21ee50a5f531751eea7b8d106e4631 docs/aces/inventory/dns/evidence/captured-at-utc.txt -367715bc0b93a2d4314c644a06301053801ae4919637749ee7bae340d25d0b4f docs/aces/inventory/dns/evidence/compose-service.dns.json +a7f3337f9db735102b2613baf6681db958aef2b0b28a95ab38db8b1d3a1aefbc docs/aces/inventory/dns/evidence/captured-at-utc.txt +a329f7653634a5d50313151139c38b9c9780adacff1079155835726110cdad14 docs/aces/inventory/dns/evidence/compose-service.dns.json 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/dns/evidence/docker-compose-version.json -5d5776eae523a078cff23a8306befeb46b117cb3455314dda5f61c52a108e2ce docs/aces/inventory/dns/evidence/docker-history.image.txt -23e35fef0475d46293826e6994bb2b3bf802b0a2c7c4ba3c4ea98942475b40c4 docs/aces/inventory/dns/evidence/docker-inspect.container.json -4cb37c36a995c392a7ff33236f2cc6a7262ab870c97ac79d8bc75ae4f46a396a docs/aces/inventory/dns/evidence/docker-inspect.image.json -283f9c3d8f5381ee3a48b510b943c5f85a9a8bb52fc2f70c9f020023c45fe266 docs/aces/inventory/dns/evidence/docker-network.aptl-dmz.json -e397872335fbf20fe1be617be9d23c49217052ce01ee24ac023e8b421af34003 docs/aces/inventory/dns/evidence/docker-network.aptl-internal.json -fdad524a0d3d888a2779e7e3670e7c71e42947c4ee853b8df157516ab1077d25 docs/aces/inventory/dns/evidence/docker-network.aptl-security.json -5c15ddd94f7def4863321083a8d60443ca3a89e769138b6438400d076736cba5 docs/aces/inventory/dns/evidence/docker-top.txt +128bc851c918a150d4dec38a5863ba774310b8e27d7d8c8b5859d02be3615538 docs/aces/inventory/dns/evidence/docker-history.image.txt +59db642853803e1d635f50dee77226ffb5b6263f3fcbfc83e312aa4c574cf1af docs/aces/inventory/dns/evidence/docker-inspect.container.json +7fe9f1d3c4c952e1a0c8632049fab9c661177818830dedaa6b980751ca610155 docs/aces/inventory/dns/evidence/docker-inspect.image.json +91a82fca011a07a3b2c41a7b23e85d843cd45c5c130180429bc3799da2b9b806 docs/aces/inventory/dns/evidence/docker-network.aptl-dmz.json +fb22fb3f5c1f32842c8f3f2d4f8e109006496df06282a46ff191e6dbea0f509e docs/aces/inventory/dns/evidence/docker-network.aptl-internal.json +40aedbb9a9ca01e0dff69672cfbe50b67c0569c2115d57a8d9e9cc570c80a34e docs/aces/inventory/dns/evidence/docker-network.aptl-security.json +c2f61c6b519686863221ce2ad1bb122fcbee9837665eb4e733d56623842f1791 docs/aces/inventory/dns/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/dns/evidence/docker-version.json -0f963ee83ef6c5172530e1bf0ac490548d7fd412094689991feac9ba8acec4ad docs/aces/inventory/dns/evidence/docker-volume.dns-logs.json +2ed71b53dda76576b145ef564cc6a2973ea46fea21c57c969ab3814173d88c9b docs/aces/inventory/dns/evidence/docker-volume.dns-logs.json 44da599a2961ab57dfbd78f634096e8706209c05000967bc57cf3dda4f0da8b3 docs/aces/inventory/dns/evidence/filesystem-checksums.txt aa47a3d0f52470c34dc111f47da9375742189628170133f09074c342d1fabf20 docs/aces/inventory/dns/evidence/filesystem-tree.txt 5ac662615f43e2cb0960fba7677b84d35c70d4103f32d55ccccb5d4c1b4f5320 docs/aces/inventory/dns/evidence/language-manifests.txt ddb95275ab6456b3b2826e0face581992edb356e1c76a2d0ba5fcdf188d3250e docs/aces/inventory/dns/evidence/os-packages.txt 9e58642ff525c09d997b2b86e0ce451629a86cb2e6f99ec38826ba2938a7edec docs/aces/inventory/dns/evidence/osquery-apt-sources.json -8706a238aba5086607e5cb813968b896f00ee20d8e3bda387005cbdf8f2bb21d docs/aces/inventory/dns/evidence/osquery-docker-containers.json -acf3d02435d6de3e92e78fe3be569bf2b31e9486cab48df950cb90b42209b461 docs/aces/inventory/dns/evidence/osquery-docker-images.json +5af1171bc025021305a9bf7cb613e472da8b4ab04add4bffa82579f167571668 docs/aces/inventory/dns/evidence/osquery-docker-containers.json +f780fe7207e3be470a64638ef1683f745caaec6deb0a6455d3beea6c32b01b7a docs/aces/inventory/dns/evidence/osquery-docker-images.json 9ec147b95b0ccd7e2893f01192d9e0db4a6c0a3e3e3ff5fe6e9f72781f18aad0 docs/aces/inventory/dns/evidence/osquery-installed-applications.json -ac5c269479acf50e2816835f10949af094d02ff39c24fabbfd67c50801aba097 docs/aces/inventory/dns/evidence/osquery-listening-ports.json -88e666c1b3b5a298358b3d99638772e846ed3021993d5eb7d5b8a151f8e99014 docs/aces/inventory/dns/evidence/osquery-processes.json +183bea318c6c4669b75595843febb1feebd7886b786f8034c15139769b201d58 docs/aces/inventory/dns/evidence/osquery-listening-ports.json +a1d42483c3d343619f91078c333fb4da39f051f652d17e24e8aab9cf7bc307b8 docs/aces/inventory/dns/evidence/osquery-processes.json be829067463f0ff96e4af9c0c5d19b687bc0da2807f3cf72491f448f4ca17b60 docs/aces/inventory/dns/evidence/osquery-programs.json 2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/dns/evidence/osquery-version.txt -fd901ad070390b7dd9ab884e1d57f46a33b0df39342235e49de4cd1b0c4d1ae4 docs/aces/inventory/dns/evidence/runtime-baseline.txt +288e307c984bf0a89441f44ba3c2b1622cfc499cd525736144aafd5549b3fb0a docs/aces/inventory/dns/evidence/runtime-baseline.txt 23cb53555db21f98e11cbfddb94095d7be5de02db516e942e0bde1b7c09d2b7e docs/aces/inventory/dns/evidence/source-checksums.txt -87dc57a9fea361099512d4350d05536ed7acb779d33fa0ce3bfa659976f9e5c5 docs/aces/inventory/dns/evidence/syft-sbom.cyclonedx.json +8805696086a36ccd5d5b48911005fac75304c5b0556c45691b2a5f59cb7fa28d docs/aces/inventory/dns/evidence/syft-sbom.cyclonedx.json 9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 docs/aces/inventory/dns/evidence/syft-version.json -e22ece5330c50e4901303237ae1e6d8d9f900648fa707e239b9d5f3d5df83853 docs/aces/inventory/dns/evidence/trivy-sbom.cyclonedx.json +6a1f8cde091c0d4c6aa30b2504827142b8eaf8dbbf4d5d189dc51e878dd0d212 docs/aces/inventory/dns/evidence/trivy-sbom.cyclonedx.json a1acfe5710e25be9ba076b4a9c9ed8d66041ee23e6b389fbbb9f7b8f7ddeb178 docs/aces/inventory/dns/evidence/trivy-version.txt -952bc423486850d8135b300e96e1dd4fc9e25b12753bfcb6af52d7f832acc663 docs/aces/inventory/dns/evidence/trivy-vulnerabilities.json.gz -c272a2a3cab30348f7262e3f8e28617437032471490e9515b0d19ce50695ccb0 docs/aces/inventory/dns/evidence/trivy-vulnerability-counts.json -94295f1e41fb47179441a217be61cc7f6d12cd8067c2973e5078ec1bc59f1ae9 docs/aces/inventory/dns/evidence/trivy-vulnerability-list.json +ef1096ebbc4897fdf3aa445b54d7819be5ed5351b7bf3df119e03556f4d165e7 docs/aces/inventory/dns/evidence/trivy-vulnerabilities.json.gz +6bb8dc40aaf43bcd28b71f56271df62fefe776f6bd6b6b073b490473655cec45 docs/aces/inventory/dns/evidence/trivy-vulnerability-counts.json +20c9d4f0236f45170bf2812b4c5257329a34b6b1d167c63d7bb4372d46a30444 docs/aces/inventory/dns/evidence/trivy-vulnerability-list.json diff --git a/docs/aces/inventory/dns/evidence/osquery-docker-containers.json b/docs/aces/inventory/dns/evidence/osquery-docker-containers.json index 167a84b8..bce6f498 100644 --- a/docs/aces/inventory/dns/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/dns/evidence/osquery-docker-containers.json @@ -9,24 +9,24 @@ "cgroup_namespace": "", "command": "/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf", "config_entrypoint": "", - "created": "1779517109", + "created": "1781193617", "finished_at": "0001-01-01T00:00:00Z", - "id": "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d", + "id": "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea", "image": "aptl-dns", - "image_id": "98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75", + "image_id": "915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6", "ipc_namespace": "", "mnt_namespace": "", "name": "/aptl-dns", "net_namespace": "", "path": "/usr/bin/supervisord", - "pid": "2955876", + "pid": "804856", "pid_namespace": "", "privileged": "0", "readonly_rootfs": "0", "security_options": "", - "started_at": "2026-05-23T06:18:34.677724256Z", + "started_at": "2026-06-11T16:00:22.242967886Z", "state": "running", - "status": "Up 4 days (healthy)", + "status": "Up 23 hours (healthy)", "user_namespace": "", "uts_namespace": "" } diff --git a/docs/aces/inventory/dns/evidence/osquery-docker-images.json b/docs/aces/inventory/dns/evidence/osquery-docker-images.json index eba916b3..222e39b0 100644 --- a/docs/aces/inventory/dns/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/dns/evidence/osquery-docker-images.json @@ -1,15 +1,21 @@ { "table": "docker_images", - "query": "select id, tags, created, size_bytes from docker_images where tags like \"%aptl-dns%\";", + "query": "select id, tags, created, size_bytes from docker_images where tags like \"%dns%\";", "tool": "osqueryi version 4.9.0", "vantage": "containerized osquery host-side Docker socket view", "status": "captured", "rows": [ { "created": "1779065893", - "id": "98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75", + "id": "915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6", "size_bytes": "297814559", "tags": "aptl-dns:latest" + }, + { + "created": "1779354073", + "id": "e60bcb5d5d6bdd8ee9798de55b211ce11c61e206b81a33518359578b17ba896d", + "size_bytes": "297814561", + "tags": "aptl2-dns:latest" } ] } diff --git a/docs/aces/inventory/dns/evidence/osquery-listening-ports.json b/docs/aces/inventory/dns/evidence/osquery-listening-ports.json index 7f77b2c7..709e5890 100644 --- a/docs/aces/inventory/dns/evidence/osquery-listening-ports.json +++ b/docs/aces/inventory/dns/evidence/osquery-listening-ports.json @@ -7,7 +7,7 @@ "rows": [ { "address": "", - "path": "/var/run/supervisor.sock.1", + "path": "queue/sockets/queue", "pid": "-1", "port": "0", "protocol": "0", @@ -15,7 +15,7 @@ }, { "address": "", - "path": "queue/alerts/execq", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -23,7 +23,7 @@ }, { "address": "", - "path": "queue/sockets/logcollector", + "path": "queue/sockets/syscheck", "pid": "-1", "port": "0", "protocol": "0", @@ -31,7 +31,7 @@ }, { "address": "", - "path": "queue/sockets/upgrade", + "path": "queue/alerts/execq", "pid": "-1", "port": "0", "protocol": "0", @@ -39,7 +39,7 @@ }, { "address": "", - "path": "queue/sockets/wmodules", + "path": "queue/sockets/logcollector", "pid": "-1", "port": "0", "protocol": "0", @@ -47,7 +47,7 @@ }, { "address": "", - "path": "queue/sockets/control", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -55,7 +55,7 @@ }, { "address": "", - "path": "queue/sockets/com", + "path": "queue/alerts/execq", "pid": "-1", "port": "0", "protocol": "0", @@ -63,7 +63,7 @@ }, { "address": "", - "path": "queue/alerts/execq", + "path": "queue/sockets/queue", "pid": "-1", "port": "0", "protocol": "0", @@ -71,7 +71,7 @@ }, { "address": "", - "path": "queue/sockets/queue", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -79,7 +79,7 @@ }, { "address": "", - "path": "queue/sockets/com", + "path": "queue/sockets/upgrade", "pid": "-1", "port": "0", "protocol": "0", @@ -87,7 +87,7 @@ }, { "address": "", - "path": "queue/sockets/syscheck", + "path": "queue/sockets/wmodules", "pid": "-1", "port": "0", "protocol": "0", @@ -95,7 +95,7 @@ }, { "address": "", - "path": "queue/sockets/com", + "path": "queue/sockets/control", "pid": "-1", "port": "0", "protocol": "0", @@ -111,7 +111,7 @@ }, { "address": "", - "path": "queue/alerts/execq", + "path": "queue/sockets/queue", "pid": "-1", "port": "0", "protocol": "0", @@ -119,7 +119,7 @@ }, { "address": "", - "path": "queue/sockets/logcollector", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -127,7 +127,7 @@ }, { "address": "", - "path": "queue/sockets/upgrade", + "path": "queue/sockets/syscheck", "pid": "-1", "port": "0", "protocol": "0", @@ -135,7 +135,7 @@ }, { "address": "", - "path": "queue/sockets/wmodules", + "path": "queue/alerts/execq", "pid": "-1", "port": "0", "protocol": "0", @@ -143,7 +143,7 @@ }, { "address": "", - "path": "queue/sockets/control", + "path": "queue/sockets/logcollector", "pid": "-1", "port": "0", "protocol": "0", @@ -183,7 +183,7 @@ }, { "address": "", - "path": "queue/sockets/syscheck", + "path": "queue/sockets/upgrade", "pid": "-1", "port": "0", "protocol": "0", @@ -191,267 +191,283 @@ }, { "address": "", - "path": "queue/sockets/com", + "path": "queue/sockets/wmodules", "pid": "-1", "port": "0", "protocol": "0", "socket": "0" }, { - "address": "172.20.2.27", + "address": "", + "path": "queue/sockets/control", + "pid": "-1", + "port": "0", + "protocol": "0", + "socket": "0" + }, + { + "address": "", + "path": "/var/run/supervisor.sock.1", + "pid": "-1", + "port": "0", + "protocol": "0", + "socket": "0" + }, + { + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235001" + "socket": "637249254" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234995" + "socket": "637249263" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234992" + "socket": "637249256" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235004" + "socket": "637249261" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235003" + "socket": "637249265" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235002" + "socket": "637249258" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234990" + "socket": "637249257" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235000" + "socket": "637249260" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234991" + "socket": "637249266" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234999" + "socket": "637249255" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234994" + "socket": "637249262" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234998" + "socket": "637249268" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234997" + "socket": "637249269" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234996" + "socket": "637249267" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234989" + "socket": "637249264" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234993" + "socket": "637249259" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232991" + "socket": "637249297" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232994" + "socket": "637249287" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232989" + "socket": "637249301" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232988" + "socket": "637249300" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233000" + "socket": "637249290" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232999" + "socket": "637249288" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233001" + "socket": "637249286" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232995" + "socket": "637249298" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232998" + "socket": "637249291" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232997" + "socket": "637249295" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232996" + "socket": "637249293" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232993" + "socket": "637249294" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232992" + "socket": "637249299" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232987" + "socket": "637249296" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232990" + "socket": "637249292" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232986" + "socket": "637249289" }, { "address": "172.20.1.22", @@ -459,7 +475,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233063" + "socket": "637265216" }, { "address": "172.20.1.22", @@ -467,7 +483,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233057" + "socket": "637265208" }, { "address": "172.20.1.22", @@ -475,7 +491,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233060" + "socket": "637265210" }, { "address": "172.20.1.22", @@ -483,7 +499,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233061" + "socket": "637265223" }, { "address": "172.20.1.22", @@ -491,7 +507,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233059" + "socket": "637265222" }, { "address": "172.20.1.22", @@ -499,7 +515,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233065" + "socket": "637265221" }, { "address": "172.20.1.22", @@ -507,7 +523,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233064" + "socket": "637265215" }, { "address": "172.20.1.22", @@ -515,7 +531,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233053" + "socket": "637265220" }, { "address": "172.20.1.22", @@ -523,7 +539,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233062" + "socket": "637265219" }, { "address": "172.20.1.22", @@ -531,7 +547,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233058" + "socket": "637265218" }, { "address": "172.20.1.22", @@ -539,7 +555,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233056" + "socket": "637265217" }, { "address": "172.20.1.22", @@ -547,7 +563,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233054" + "socket": "637265212" }, { "address": "172.20.1.22", @@ -555,7 +571,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233055" + "socket": "637265214" }, { "address": "172.20.1.22", @@ -563,7 +579,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233052" + "socket": "637265213" }, { "address": "172.20.1.22", @@ -571,7 +587,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233050" + "socket": "637265211" }, { "address": "172.20.1.22", @@ -579,7 +595,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233051" + "socket": "637265209" }, { "address": "172.20.0.25", @@ -587,7 +603,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233025" + "socket": "637261971" }, { "address": "172.20.0.25", @@ -595,7 +611,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233033" + "socket": "637261967" }, { "address": "172.20.0.25", @@ -603,7 +619,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233024" + "socket": "637261970" }, { "address": "172.20.0.25", @@ -611,7 +627,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233032" + "socket": "637261975" }, { "address": "172.20.0.25", @@ -619,7 +635,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233031" + "socket": "637261976" }, { "address": "172.20.0.25", @@ -627,7 +643,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233029" + "socket": "637261979" }, { "address": "172.20.0.25", @@ -635,7 +651,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233028" + "socket": "637261980" }, { "address": "172.20.0.25", @@ -643,7 +659,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233030" + "socket": "637261969" }, { "address": "172.20.0.25", @@ -651,7 +667,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233027" + "socket": "637261977" }, { "address": "172.20.0.25", @@ -659,7 +675,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233026" + "socket": "637261982" }, { "address": "172.20.0.25", @@ -667,7 +683,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233023" + "socket": "637261981" }, { "address": "172.20.0.25", @@ -675,7 +691,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233022" + "socket": "637261974" }, { "address": "172.20.0.25", @@ -683,7 +699,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233021" + "socket": "637261973" }, { "address": "172.20.0.25", @@ -691,7 +707,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233020" + "socket": "637261972" }, { "address": "172.20.0.25", @@ -699,7 +715,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233019" + "socket": "637261978" }, { "address": "172.20.0.25", @@ -707,263 +723,263 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233018" + "socket": "637261968" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235001" + "socket": "637249254" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234995" + "socket": "637249263" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234992" + "socket": "637249256" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235004" + "socket": "637249261" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235003" + "socket": "637249265" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235002" + "socket": "637249258" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234990" + "socket": "637249257" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170235000" + "socket": "637249260" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234991" + "socket": "637249266" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234999" + "socket": "637249255" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234994" + "socket": "637249262" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234998" + "socket": "637249268" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234997" + "socket": "637249269" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234996" + "socket": "637249267" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234989" + "socket": "637249264" }, { - "address": "172.20.2.27", + "address": "127.0.0.1", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170234993" + "socket": "637249259" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232991" + "socket": "637249297" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232994" + "socket": "637249287" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232989" + "socket": "637249301" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232988" + "socket": "637249300" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233000" + "socket": "637249290" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232999" + "socket": "637249288" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233001" + "socket": "637249286" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232995" + "socket": "637249298" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232998" + "socket": "637249291" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232997" + "socket": "637249295" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232996" + "socket": "637249293" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232993" + "socket": "637249294" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232992" + "socket": "637249299" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232987" + "socket": "637249296" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232990" + "socket": "637249292" }, { - "address": "127.0.0.1", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "6", - "socket": "170232986" + "socket": "637249289" }, { "address": "172.20.1.22", @@ -971,7 +987,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233063" + "socket": "637265216" }, { "address": "172.20.1.22", @@ -979,7 +995,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233057" + "socket": "637265208" }, { "address": "172.20.1.22", @@ -987,7 +1003,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233060" + "socket": "637265210" }, { "address": "172.20.1.22", @@ -995,7 +1011,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233061" + "socket": "637265223" }, { "address": "172.20.1.22", @@ -1003,7 +1019,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233059" + "socket": "637265222" }, { "address": "172.20.1.22", @@ -1011,7 +1027,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233065" + "socket": "637265221" }, { "address": "172.20.1.22", @@ -1019,7 +1035,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233064" + "socket": "637265215" }, { "address": "172.20.1.22", @@ -1027,7 +1043,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233053" + "socket": "637265220" }, { "address": "172.20.1.22", @@ -1035,7 +1051,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233062" + "socket": "637265219" }, { "address": "172.20.1.22", @@ -1043,7 +1059,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233058" + "socket": "637265218" }, { "address": "172.20.1.22", @@ -1051,7 +1067,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233056" + "socket": "637265217" }, { "address": "172.20.1.22", @@ -1059,7 +1075,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233054" + "socket": "637265212" }, { "address": "172.20.1.22", @@ -1067,7 +1083,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233055" + "socket": "637265214" }, { "address": "172.20.1.22", @@ -1075,7 +1091,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233052" + "socket": "637265213" }, { "address": "172.20.1.22", @@ -1083,7 +1099,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233050" + "socket": "637265211" }, { "address": "172.20.1.22", @@ -1091,7 +1107,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233051" + "socket": "637265209" }, { "address": "172.20.0.25", @@ -1099,7 +1115,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233025" + "socket": "637261971" }, { "address": "172.20.0.25", @@ -1107,7 +1123,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233033" + "socket": "637261967" }, { "address": "172.20.0.25", @@ -1115,7 +1131,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233024" + "socket": "637261970" }, { "address": "172.20.0.25", @@ -1123,7 +1139,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233032" + "socket": "637261975" }, { "address": "172.20.0.25", @@ -1131,7 +1147,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233031" + "socket": "637261976" }, { "address": "172.20.0.25", @@ -1139,7 +1155,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233029" + "socket": "637261979" }, { "address": "172.20.0.25", @@ -1147,7 +1163,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233028" + "socket": "637261980" }, { "address": "172.20.0.25", @@ -1155,7 +1171,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233030" + "socket": "637261969" }, { "address": "172.20.0.25", @@ -1163,7 +1179,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233027" + "socket": "637261977" }, { "address": "172.20.0.25", @@ -1171,7 +1187,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233026" + "socket": "637261982" }, { "address": "172.20.0.25", @@ -1179,7 +1195,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233023" + "socket": "637261981" }, { "address": "172.20.0.25", @@ -1187,7 +1203,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233022" + "socket": "637261974" }, { "address": "172.20.0.25", @@ -1195,7 +1211,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233021" + "socket": "637261973" }, { "address": "172.20.0.25", @@ -1203,7 +1219,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233020" + "socket": "637261972" }, { "address": "172.20.0.25", @@ -1211,7 +1227,7 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233019" + "socket": "637261978" }, { "address": "172.20.0.25", @@ -1219,391 +1235,391 @@ "pid": "-1", "port": "53", "protocol": "6", - "socket": "170233018" + "socket": "637261968" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233078" + "socket": "637249311" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233081" + "socket": "637261963" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233080" + "socket": "637261962" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233079" + "socket": "637261966" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233077" + "socket": "637261964" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233076" + "socket": "637261965" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233075" + "socket": "637261961" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233071" + "socket": "637249306" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233070" + "socket": "637249302" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233069" + "socket": "637249304" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233067" + "socket": "637249310" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233074" + "socket": "637249303" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233073" + "socket": "637249309" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233066" + "socket": "637249308" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233068" + "socket": "637249307" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233072" + "socket": "637249305" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233041" + "socket": "637265236" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233034" + "socket": "637265235" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233036" + "socket": "637265234" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233049" + "socket": "637265224" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233048" + "socket": "637265231" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233040" + "socket": "637265229" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233047" + "socket": "637265230" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233046" + "socket": "637265232" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233045" + "socket": "637265239" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233044" + "socket": "637265233" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233043" + "socket": "637265238" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233042" + "socket": "637265237" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233037" + "socket": "637265226" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233039" + "socket": "637265228" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233035" + "socket": "637265225" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233038" + "socket": "637265227" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233017" + "socket": "637249277" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233016" + "socket": "637249285" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233015" + "socket": "637249278" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233014" + "socket": "637249281" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233013" + "socket": "637249284" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233012" + "socket": "637249283" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233011" + "socket": "637249282" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233010" + "socket": "637249280" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233009" + "socket": "637249279" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233008" + "socket": "637249276" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233007" + "socket": "637249275" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233002" + "socket": "637249274" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233006" + "socket": "637249272" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233005" + "socket": "637249273" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233004" + "socket": "637249271" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233003" + "socket": "637249270" }, { "address": "127.0.0.1", @@ -1611,7 +1627,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234974" + "socket": "637249240" }, { "address": "127.0.0.1", @@ -1619,7 +1635,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234977" + "socket": "637249249" }, { "address": "127.0.0.1", @@ -1627,7 +1643,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234983" + "socket": "637249245" }, { "address": "127.0.0.1", @@ -1635,7 +1651,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234982" + "socket": "637249242" }, { "address": "127.0.0.1", @@ -1643,7 +1659,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234981" + "socket": "637249241" }, { "address": "127.0.0.1", @@ -1651,7 +1667,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234973" + "socket": "637249239" }, { "address": "127.0.0.1", @@ -1659,7 +1675,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234984" + "socket": "637249243" }, { "address": "127.0.0.1", @@ -1667,7 +1683,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234985" + "socket": "637249238" }, { "address": "127.0.0.1", @@ -1675,7 +1691,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234975" + "socket": "637249244" }, { "address": "127.0.0.1", @@ -1683,7 +1699,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234976" + "socket": "637249247" }, { "address": "127.0.0.1", @@ -1691,7 +1707,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234988" + "socket": "637249253" }, { "address": "127.0.0.1", @@ -1699,7 +1715,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234987" + "socket": "637249248" }, { "address": "127.0.0.1", @@ -1707,7 +1723,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234986" + "socket": "637249252" }, { "address": "127.0.0.1", @@ -1715,7 +1731,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234980" + "socket": "637249251" }, { "address": "127.0.0.1", @@ -1723,7 +1739,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234979" + "socket": "637249250" }, { "address": "127.0.0.1", @@ -1731,391 +1747,391 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234978" + "socket": "637249246" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233078" + "socket": "637249311" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233081" + "socket": "637261963" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233080" + "socket": "637261962" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233079" + "socket": "637261966" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233077" + "socket": "637261964" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233076" + "socket": "637261965" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233075" + "socket": "637261961" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233071" + "socket": "637249306" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233070" + "socket": "637249302" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233069" + "socket": "637249304" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233067" + "socket": "637249310" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233074" + "socket": "637249303" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233073" + "socket": "637249309" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233066" + "socket": "637249308" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233068" + "socket": "637249307" }, { - "address": "172.20.2.27", + "address": "172.20.0.25", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233072" + "socket": "637249305" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233041" + "socket": "637265236" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233034" + "socket": "637265235" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233036" + "socket": "637265234" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233049" + "socket": "637265224" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233048" + "socket": "637265231" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233040" + "socket": "637265229" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233047" + "socket": "637265230" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233046" + "socket": "637265232" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233045" + "socket": "637265239" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233044" + "socket": "637265233" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233043" + "socket": "637265238" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233042" + "socket": "637265237" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233037" + "socket": "637265226" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233039" + "socket": "637265228" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233035" + "socket": "637265225" }, { - "address": "172.20.1.22", + "address": "172.20.2.27", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233038" + "socket": "637265227" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233017" + "socket": "637249277" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233016" + "socket": "637249285" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233015" + "socket": "637249278" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233014" + "socket": "637249281" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233013" + "socket": "637249284" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233012" + "socket": "637249283" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233011" + "socket": "637249282" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233010" + "socket": "637249280" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233009" + "socket": "637249279" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233008" + "socket": "637249276" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233007" + "socket": "637249275" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233002" + "socket": "637249274" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233006" + "socket": "637249272" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233005" + "socket": "637249273" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233004" + "socket": "637249271" }, { - "address": "172.20.0.25", + "address": "172.20.1.22", "path": "", "pid": "-1", "port": "53", "protocol": "17", - "socket": "170233003" + "socket": "637249270" }, { "address": "127.0.0.1", @@ -2123,7 +2139,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234974" + "socket": "637249240" }, { "address": "127.0.0.1", @@ -2131,7 +2147,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234977" + "socket": "637249249" }, { "address": "127.0.0.1", @@ -2139,7 +2155,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234983" + "socket": "637249245" }, { "address": "127.0.0.1", @@ -2147,7 +2163,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234982" + "socket": "637249242" }, { "address": "127.0.0.1", @@ -2155,7 +2171,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234981" + "socket": "637249241" }, { "address": "127.0.0.1", @@ -2163,7 +2179,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234973" + "socket": "637249239" }, { "address": "127.0.0.1", @@ -2171,7 +2187,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234984" + "socket": "637249243" }, { "address": "127.0.0.1", @@ -2179,7 +2195,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234985" + "socket": "637249238" }, { "address": "127.0.0.1", @@ -2187,7 +2203,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234975" + "socket": "637249244" }, { "address": "127.0.0.1", @@ -2195,7 +2211,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234976" + "socket": "637249247" }, { "address": "127.0.0.1", @@ -2203,7 +2219,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234988" + "socket": "637249253" }, { "address": "127.0.0.1", @@ -2211,7 +2227,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234987" + "socket": "637249248" }, { "address": "127.0.0.1", @@ -2219,7 +2235,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234986" + "socket": "637249252" }, { "address": "127.0.0.1", @@ -2227,7 +2243,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234980" + "socket": "637249251" }, { "address": "127.0.0.1", @@ -2235,7 +2251,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234979" + "socket": "637249250" }, { "address": "127.0.0.1", @@ -2243,7 +2259,7 @@ "pid": "-1", "port": "53", "protocol": "17", - "socket": "170234978" + "socket": "637249246" }, { "address": "127.0.0.1", @@ -2251,7 +2267,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235019" + "socket": "637265254" }, { "address": "127.0.0.1", @@ -2259,7 +2275,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235018" + "socket": "637265253" }, { "address": "127.0.0.1", @@ -2267,7 +2283,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235021" + "socket": "637265255" }, { "address": "127.0.0.1", @@ -2275,7 +2291,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235020" + "socket": "637265252" }, { "address": "127.0.0.1", @@ -2283,7 +2299,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235014" + "socket": "637265251" }, { "address": "127.0.0.1", @@ -2291,7 +2307,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235013" + "socket": "637265250" }, { "address": "127.0.0.1", @@ -2299,7 +2315,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235017" + "socket": "637265249" }, { "address": "127.0.0.1", @@ -2307,7 +2323,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235016" + "socket": "637265248" }, { "address": "127.0.0.1", @@ -2315,7 +2331,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235015" + "socket": "637265247" }, { "address": "127.0.0.1", @@ -2323,7 +2339,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235012" + "socket": "637265246" }, { "address": "127.0.0.1", @@ -2331,7 +2347,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235010" + "socket": "637265245" }, { "address": "127.0.0.1", @@ -2339,7 +2355,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235011" + "socket": "637265244" }, { "address": "127.0.0.1", @@ -2347,7 +2363,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235006" + "socket": "637265241" }, { "address": "127.0.0.1", @@ -2355,7 +2371,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235009" + "socket": "637265243" }, { "address": "127.0.0.1", @@ -2363,7 +2379,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235008" + "socket": "637265242" }, { "address": "127.0.0.1", @@ -2371,7 +2387,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235007" + "socket": "637265240" }, { "address": "::1", @@ -2379,7 +2395,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231901" + "socket": "637265256" }, { "address": "::1", @@ -2387,7 +2403,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231900" + "socket": "637265257" }, { "address": "::1", @@ -2395,7 +2411,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231899" + "socket": "637265261" }, { "address": "::1", @@ -2403,7 +2419,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231902" + "socket": "637265259" }, { "address": "::1", @@ -2411,7 +2427,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231897" + "socket": "637265260" }, { "address": "::1", @@ -2419,7 +2435,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231903" + "socket": "637265258" }, { "address": "::1", @@ -2427,7 +2443,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231904" + "socket": "637265262" }, { "address": "::1", @@ -2435,7 +2451,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231905" + "socket": "637265263" }, { "address": "::1", @@ -2443,7 +2459,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231906" + "socket": "637265264" }, { "address": "::1", @@ -2451,7 +2467,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231898" + "socket": "637265265" }, { "address": "::1", @@ -2459,7 +2475,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231907" + "socket": "637265266" }, { "address": "::1", @@ -2467,7 +2483,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231908" + "socket": "637265267" }, { "address": "::1", @@ -2475,7 +2491,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231910" + "socket": "637265268" }, { "address": "::1", @@ -2483,7 +2499,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231896" + "socket": "637265269" }, { "address": "::1", @@ -2491,7 +2507,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231911" + "socket": "637265270" }, { "address": "::1", @@ -2499,7 +2515,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231909" + "socket": "637265271" }, { "address": "127.0.0.1", @@ -2507,7 +2523,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235019" + "socket": "637265254" }, { "address": "127.0.0.1", @@ -2515,7 +2531,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235018" + "socket": "637265253" }, { "address": "127.0.0.1", @@ -2523,7 +2539,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235021" + "socket": "637265255" }, { "address": "127.0.0.1", @@ -2531,7 +2547,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235020" + "socket": "637265252" }, { "address": "127.0.0.1", @@ -2539,7 +2555,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235014" + "socket": "637265251" }, { "address": "127.0.0.1", @@ -2547,7 +2563,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235013" + "socket": "637265250" }, { "address": "127.0.0.1", @@ -2555,7 +2571,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235017" + "socket": "637265249" }, { "address": "127.0.0.1", @@ -2563,7 +2579,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235016" + "socket": "637265248" }, { "address": "127.0.0.1", @@ -2571,7 +2587,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235015" + "socket": "637265247" }, { "address": "127.0.0.1", @@ -2579,7 +2595,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235012" + "socket": "637265246" }, { "address": "127.0.0.1", @@ -2587,7 +2603,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235010" + "socket": "637265245" }, { "address": "127.0.0.1", @@ -2595,7 +2611,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235011" + "socket": "637265244" }, { "address": "127.0.0.1", @@ -2603,7 +2619,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235006" + "socket": "637265241" }, { "address": "127.0.0.1", @@ -2611,7 +2627,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235009" + "socket": "637265243" }, { "address": "127.0.0.1", @@ -2619,7 +2635,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235008" + "socket": "637265242" }, { "address": "127.0.0.1", @@ -2627,7 +2643,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170235007" + "socket": "637265240" }, { "address": "::1", @@ -2635,7 +2651,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231901" + "socket": "637265256" }, { "address": "::1", @@ -2643,7 +2659,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231900" + "socket": "637265257" }, { "address": "::1", @@ -2651,7 +2667,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231899" + "socket": "637265261" }, { "address": "::1", @@ -2659,7 +2675,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231902" + "socket": "637265259" }, { "address": "::1", @@ -2667,7 +2683,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231897" + "socket": "637265260" }, { "address": "::1", @@ -2675,7 +2691,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231903" + "socket": "637265258" }, { "address": "::1", @@ -2683,7 +2699,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231904" + "socket": "637265262" }, { "address": "::1", @@ -2691,7 +2707,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231905" + "socket": "637265263" }, { "address": "::1", @@ -2699,7 +2715,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231906" + "socket": "637265264" }, { "address": "::1", @@ -2707,7 +2723,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231898" + "socket": "637265265" }, { "address": "::1", @@ -2715,7 +2731,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231907" + "socket": "637265266" }, { "address": "::1", @@ -2723,7 +2739,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231908" + "socket": "637265267" }, { "address": "::1", @@ -2731,7 +2747,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231910" + "socket": "637265268" }, { "address": "::1", @@ -2739,7 +2755,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231896" + "socket": "637265269" }, { "address": "::1", @@ -2747,7 +2763,7 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231911" + "socket": "637265270" }, { "address": "::1", @@ -2755,39 +2771,39 @@ "pid": "-1", "port": "953", "protocol": "6", - "socket": "170231909" + "socket": "637265271" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "34517", + "port": "38227", "protocol": "6", - "socket": "170221566" + "socket": "637250813" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "34517", + "port": "38227", "protocol": "6", - "socket": "170221566" + "socket": "637250813" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "34817", + "port": "42452", "protocol": "17", - "socket": "170221565" + "socket": "637250812" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "34817", + "port": "42452", "protocol": "17", - "socket": "170221565" + "socket": "637250812" } ] } diff --git a/docs/aces/inventory/dns/evidence/osquery-processes.json b/docs/aces/inventory/dns/evidence/osquery-processes.json index d724ef0b..7805d49b 100644 --- a/docs/aces/inventory/dns/evidence/osquery-processes.json +++ b/docs/aces/inventory/dns/evidence/osquery-processes.json @@ -11,7 +11,7 @@ "name": "supervisord", "path": "", "pid": "1", - "start_time": "1779517113", + "start_time": "1781193621", "uid": "0" }, { @@ -20,7 +20,7 @@ "name": "named", "path": "", "pid": "7", - "start_time": "1779517116", + "start_time": "1781193623", "uid": "102" }, { @@ -28,17 +28,26 @@ "gid": "104", "name": "wazuh-execd", "path": "", - "pid": "387", - "start_time": "1779517169", + "pid": "384", + "start_time": "1781193674", "uid": "0" }, + { + "cmdline": "/var/ossec/bin/wazuh-agentd", + "gid": "104", + "name": "wazuh-agentd", + "path": "", + "pid": "392", + "start_time": "1781193674", + "uid": "103" + }, { "cmdline": "/bin/bash /opt/aptl/wazuh/wazuh-agent.sh", "gid": "0", "name": "wazuh-agent.sh", "path": "", - "pid": "391", - "start_time": "1779517170", + "pid": "399", + "start_time": "1781193675", "uid": "0" }, { @@ -46,8 +55,8 @@ "gid": "104", "name": "wazuh-execd", "path": "", - "pid": "884", - "start_time": "1779517229", + "pid": "891", + "start_time": "1781193734", "uid": "0" }, { @@ -55,8 +64,8 @@ "gid": "104", "name": "wazuh-agentd", "path": "", - "pid": "895", - "start_time": "1779517230", + "pid": "899", + "start_time": "1781193734", "uid": "103" }, { @@ -64,8 +73,8 @@ "gid": "104", "name": "wazuh-syscheckd", "path": "", - "pid": "910", - "start_time": "1779517231", + "pid": "912", + "start_time": "1781193735", "uid": "0" }, { @@ -73,8 +82,8 @@ "gid": "104", "name": "wazuh-logcollec", "path": "", - "pid": "922", - "start_time": "1779517232", + "pid": "925", + "start_time": "1781193736", "uid": "0" }, { @@ -82,8 +91,8 @@ "gid": "0", "name": "wazuh-modulesd", "path": "", - "pid": "936", - "start_time": "1779517232", + "pid": "942", + "start_time": "1781193737", "uid": "0" }, { @@ -91,8 +100,8 @@ "gid": "0", "name": "tail", "path": "", - "pid": "954", - "start_time": "1779517235", + "pid": "960", + "start_time": "1781193740", "uid": "0" }, { @@ -100,8 +109,8 @@ "gid": "0", "name": "sleep", "path": "", - "pid": "339687", - "start_time": "1779941364", + "pid": "62240", + "start_time": "1781270447", "uid": "0" } ] diff --git a/docs/aces/inventory/dns/evidence/runtime-baseline.txt b/docs/aces/inventory/dns/evidence/runtime-baseline.txt index 9dc880c4..19f8ad7d 100644 --- a/docs/aces/inventory/dns/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/dns/evidence/runtime-baseline.txt @@ -35,6 +35,22 @@ PWD=/ WAZUH_MANAGER=wazuh.manager --listeners-- Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* +udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* udp UNCONN 0 0 172.20.2.27:53 0.0.0.0:* udp UNCONN 0 0 172.20.2.27:53 0.0.0.0:* udp UNCONN 0 0 172.20.2.27:53 0.0.0.0:* @@ -67,22 +83,6 @@ udp UNCONN 0 0 172.20.1.22:53 0.0.0.0:* udp UNCONN 0 0 172.20.1.22:53 0.0.0.0:* udp UNCONN 0 0 172.20.1.22:53 0.0.0.0:* udp UNCONN 0 0 172.20.1.22:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* -udp UNCONN 0 0 172.20.0.25:53 0.0.0.0:* udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* @@ -99,40 +99,7 @@ udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* udp UNCONN 0 0 127.0.0.1:53 0.0.0.0:* -udp UNCONN 0 0 127.0.0.11:34817 0.0.0.0:* -tcp LISTEN 0 4096 127.0.0.11:34517 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* -tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +udp UNCONN 0 0 127.0.0.11:42452 0.0.0.0:* tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* @@ -149,6 +116,38 @@ tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* tcp LISTEN 0 10 127.0.0.1:53 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 5 127.0.0.1:953 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* +tcp LISTEN 0 10 172.20.2.27:53 0.0.0.0:* tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* @@ -165,6 +164,7 @@ tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* tcp LISTEN 0 10 172.20.1.22:53 0.0.0.0:* +tcp LISTEN 0 4096 127.0.0.11:38227 0.0.0.0:* tcp LISTEN 0 10 172.20.0.25:53 0.0.0.0:* tcp LISTEN 0 10 172.20.0.25:53 0.0.0.0:* tcp LISTEN 0 10 172.20.0.25:53 0.0.0.0:* @@ -198,7 +198,7 @@ tcp LISTEN 0 5 [::1]:953 [::]:* tcp LISTEN 0 5 [::1]:953 [::]:* tcp LISTEN 0 5 [::1]:953 [::]:* --mounts-- -overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51141/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31591/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31590/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31589/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31588/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31587/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31586/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31585/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31584/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31583/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31582/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31581/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31580/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31540/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51149/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51149/work,nouserxattr) +overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107878/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31591/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31590/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31589/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31588/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31587/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31586/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31585/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31584/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31583/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31582/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31581/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31580/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31540/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107894/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107894/work,nouserxattr) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev type tmpfs (rw,nosuid,size=65536k,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666) @@ -292,8 +292,8 @@ syslog:x:102: bind:x:103: wazuh:x:104: --supervisor-- -named RUNNING pid 7, uptime 4 days, 21:50:25 -wazuh-agent RUNNING pid 391, uptime 4 days, 21:49:31 +named RUNNING pid 7, uptime 21:20:04 +wazuh-agent RUNNING pid 399, uptime 21:19:12 --dns-soa-- ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400 --dns-forward-records-- @@ -338,7 +338,7 @@ www.techvault.local. 86400 IN A 172.20.1.20 techvault.local. 86400 IN SOA ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(localhost) (TCP) -;; WHEN: Thu May 28 04:09:02 UTC 2026 +;; WHEN: Fri Jun 12 13:20:28 UTC 2026 ;; XFR size: 35 records (messages 1, bytes 1031) --dns-reverse-zone-- @@ -365,19 +365,20 @@ techvault.local. 86400 IN SOA ns1.techvault.local. admin.techvault.local. 202401 20.172.in-addr.arpa. 86400 IN SOA ns1.techvault.local. admin.techvault.local. 2024010101 3600 900 604800 86400 ;; Query time: 1 msec ;; SERVER: 127.0.0.1#53(localhost) (TCP) -;; WHEN: Thu May 28 04:09:02 UTC 2026 +;; WHEN: Fri Jun 12 13:20:28 UTC 2026 ;; XFR size: 17 records (messages 1, bytes 570) --process-tree-- PID PPID USER COMMAND 1 0 root /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf 7 1 bind /usr/sbin/named -g -c /etc/bind/named.conf -u bind - 387 1 root /var/ossec/bin/wazuh-execd - 391 1 root /bin/bash /opt/aptl/wazuh/wazuh-agent.sh - 884 1 root /var/ossec/bin/wazuh-execd - 895 1 wazuh /var/ossec/bin/wazuh-agentd - 910 1 root /var/ossec/bin/wazuh-syscheckd - 922 1 root /var/ossec/bin/wazuh-logcollector - 936 1 root /var/ossec/bin/wazuh-modulesd - 954 391 root tail -F /var/ossec/logs/ossec.log - 339526 391 root sleep 5 + 384 1 root /var/ossec/bin/wazuh-execd + 392 1 wazuh /var/ossec/bin/wazuh-agentd + 399 1 root /bin/bash /opt/aptl/wazuh/wazuh-agent.sh + 891 1 root /var/ossec/bin/wazuh-execd + 899 1 wazuh /var/ossec/bin/wazuh-agentd + 912 1 root /var/ossec/bin/wazuh-syscheckd + 925 1 root /var/ossec/bin/wazuh-logcollector + 942 1 root /var/ossec/bin/wazuh-modulesd + 960 399 root tail -F /var/ossec/logs/ossec.log + 62091 399 root sleep 5 diff --git a/docs/aces/inventory/dns/evidence/syft-sbom.cyclonedx.json b/docs/aces/inventory/dns/evidence/syft-sbom.cyclonedx.json index 7bf470d8..5489495d 100644 --- a/docs/aces/inventory/dns/evidence/syft-sbom.cyclonedx.json +++ b/docs/aces/inventory/dns/evidence/syft-sbom.cyclonedx.json @@ -1 +1 @@ -{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:e05d779b-9687-49aa-b513-af8af4046c5a","version":1,"metadata":{"timestamp":"2026-05-28T04:09:24Z","tools":{"components":[{"type":"application","author":"anchore","name":"syft","version":"1.44.0"}]},"component":{"bom-ref":"afd309a8492a4d12","type":"container","name":"aptl-dns","version":"sha256:8444e2baf8f09d259d08ea7d2a40125d3052f51ad82efe0338576deffe96c472"},"properties":[{"name":"syft:image:labels:com.docker.compose.project","value":"aptl"},{"name":"syft:image:labels:com.docker.compose.service","value":"dns"},{"name":"syft:image:labels:com.docker.compose.version","value":"5.1.3"},{"name":"syft:image:labels:org.opencontainers.image.version","value":"22.04"}]},"components":[{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","type":"library","publisher":"Ubuntu Developers ","name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"608"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","type":"library","publisher":"Ubuntu Developers ","name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:apt:apt:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"4141"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","type":"library","publisher":"Ubuntu Developers ","name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:base-files:base-files:12ubuntu4.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"395"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","type":"library","publisher":"Colin Watson ","name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","type":"library","publisher":"Ubuntu Developers ","name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:bash:bash:5.1-6ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1864"}]},{"bom-ref":"pkg:deb/ubuntu/bind9@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e19d76df709e19a9","type":"library","publisher":"Ubuntu Developers ","name":"bind9","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9:bind9:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"975"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=97e028823aa576c8&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-dnsutils:bind9-dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-dnsutils:bind9_dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_dnsutils:bind9-dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_dnsutils:bind9_dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"535"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7816a825fa8a5954&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-host","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-host:bind9-host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-host:bind9_host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_host:bind9-host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_host:bind9_host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"186"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-libs","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-libs:bind9-libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-libs:bind9_libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_libs:bind9-libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_libs:bind9_libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3496"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=10c404cc5b53ca5b&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-utils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-utils:bind9-utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-utils:bind9_utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_utils:bind9-utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_utils:bind9_utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"668"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","type":"library","publisher":"Ubuntu Developers ","name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux%402.37.2-4ubuntu3.5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"334"},{"name":"syft:metadata:source","value":"util-linux"},{"name":"syft:metadata:sourceVersion","value":"2.37.2-4ubuntu3.5"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","type":"library","publisher":"Ubuntu Developers ","name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:ca-certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca-certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"399"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","type":"library","publisher":"Ubuntu Developers ","name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"7112"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","type":"library","publisher":"Ubuntu Developers ","name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"name":"Artistic"}},{"license":{"name":"Paul-Vixie's-license"}}],"cpe":"cpe:2.3:a:cron:cron:3.0pl1-137ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"255"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","type":"library","publisher":"Ubuntu Developers ","name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"445"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","type":"library","publisher":"Ubuntu Developers ","name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFUL"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"214"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","type":"library","publisher":"Ubuntu Developers ","name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"512"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","type":"library","publisher":"Ubuntu Developers ","name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","type":"library","publisher":"Ubuntu Developers ","name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"name":"GFDL"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"424"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"676"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b","type":"library","publisher":"Ubuntu Developers ","name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"cpe":"cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"20"}]},{"bom-ref":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=711c3b115e82abcf","type":"library","publisher":"Ubuntu Developers ","name":"dns-root-data","version":"2024071801~ubuntu0.22.04.1","licenses":[{"license":{"name":"Expat"}},{"license":{"name":"ICANN-Public"}}],"cpe":"cpe:2.3:a:dns-root-data:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns-root-data:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root_data:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root_data:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns-root:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns-root:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"20"}]},{"bom-ref":"pkg:deb/ubuntu/dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=d19cc623e93a3bb7&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:dnsutils:dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"61"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","type":"library","publisher":"Ubuntu Developers ","name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-s-s-d"}}],"cpe":"cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"6733"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","type":"library","publisher":"Ubuntu Developers ","name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1516"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","type":"library","publisher":"Ubuntu Developers ","name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"620"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"272"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"473"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"392"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"787"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1121"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"595"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"184"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"168"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"280"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"480"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"324"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","type":"library","publisher":"Ubuntu Developers ","name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"496"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","type":"library","publisher":"Ubuntu Developers ","name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"FSF-manpages"}},{"license":{"name":"GFDL-1.3+-no-invariant"}},{"license":{"name":"GFDL-3"}}],"cpe":"cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"240"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","type":"library","publisher":"Ubuntu Developers ","name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"51"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","type":"library","publisher":"Ubuntu Developers ","name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"133"}]},{"bom-ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=9783932dbc4d4593","type":"library","publisher":"Ubuntu Developers ","name":"iproute2","version":"5.15.0-1ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:iproute2:iproute2:5.15.0-1ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2884"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","type":"library","publisher":"Ubuntu Developers ","name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:iptables:iptables:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2837"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","type":"library","publisher":"Ubuntu Developers ","name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:jq:jq:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"100"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","type":"library","publisher":"Ubuntu Developers ","name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&upstream=acl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"67"},{"name":"syft:metadata:source","value":"acl"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","type":"library","publisher":"Ubuntu Developers ","name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&upstream=apt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3198"},{"name":"syft:metadata:source","value":"apt"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","type":"library","publisher":"Ubuntu Developers ","name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"GAP"}},{"license":{"name":"GAP~FSF"}}],"cpe":"cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libassuan","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"libassuan"}]},{"bom-ref":"pkg:deb/ubuntu/libatm1@1%3A2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&package-id=7512b62cd3c91048&upstream=linux-atm","type":"library","publisher":"Ubuntu Developers ","name":"libatm1","version":"1:2.5.1-4build2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libatm1:libatm1:1\\:2.5.1-4build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libatm1@1%3A2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&upstream=linux-atm","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"linux-atm"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","type":"library","publisher":"Ubuntu Developers ","name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=attr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"57"},{"name":"syft:metadata:source","value":"attr"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"23"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"156"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"323"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=b5d0497b7d8d1ac3&upstream=libbpf%400.5.0-1ubuntu22.04.1","type":"library","publisher":"Ubuntu Developers ","name":"libbpf0","version":"1:0.5.0-1ubuntu22.04.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libbpf0:libbpf0:1\\:0.5.0-1ubuntu22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=libbpf%400.5.0-1ubuntu22.04.1","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"344"},{"name":"syft:metadata:source","value":"libbpf"},{"name":"syft:metadata:sourceVersion","value":"0.5.0-1ubuntu22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","type":"library","publisher":"Ubuntu Developers ","name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&upstream=brotli","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"784"},{"name":"syft:metadata:source","value":"brotli"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","type":"library","publisher":"Ubuntu Developers ","name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"name":"Expat"}},{"license":{"name":"ISC-Original"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&upstream=libbsd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"136"},{"name":"syft:metadata:source","value":"libbsd"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","type":"library","publisher":"Ubuntu Developers ","name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"BSD-variant"}}],"cpe":"cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&upstream=bzip2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"100"},{"name":"syft:metadata:source","value":"bzip2"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2539"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"13598"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","type":"library","publisher":"Ubuntu Developers ","name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&upstream=libcap-ng","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"45"},{"name":"syft:metadata:source","value":"libcap-ng"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","type":"library","publisher":"Ubuntu Developers ","name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"65"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f69df025a810f11c&upstream=libcap2","type":"library","publisher":"Ubuntu Developers ","name":"libcap2-bin","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libcap2-bin:libcap2-bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=libcap2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2-bin:libcap2_bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2_bin:libcap2-bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2_bin:libcap2_bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2:libcap2-bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2:libcap2_bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"115"},{"name":"syft:metadata:source","value":"libcap2"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libcom-err2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:9e3a4384b6d8d2358d44103f62bcd948328b3f8a63a1a6baa66abeb43302d581"}}],"cpe":"cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"101"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","type":"library","publisher":"Ubuntu Developers ","name":"libcrypt1","version":"1:4.4.27-1","licenses":[{"license":{"name":"sha256:5a5e7ca0e9f3f9679977e3a3e9ede45ad92885a3297ea78e766979f9866c5a16"}}],"cpe":"cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&upstream=libxcrypt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"225"},{"name":"syft:metadata:source","value":"libxcrypt"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","type":"library","publisher":"Ubuntu Developers ","name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&upstream=curl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"789"},{"name":"syft:metadata:source","value":"curl"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","type":"library","publisher":"Ubuntu Developers ","name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","licenses":[{"license":{"name":"sha256:b3bbc6fbb3f2a0e6a487e953eb8c3cc4bdb6f4150f7f51d20b1e9a3c8ef92d3d"}}],"cpe":"cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=db5.3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"},{"name":"syft:metadata:source","value":"db5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","type":"library","publisher":"Ubuntu Developers ","name":"libdebconfclient0","version":"0.261ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=cdebconf","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"79"},{"name":"syft:metadata:source","value":"cdebconf"}]},{"bom-ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","type":"library","publisher":"Ubuntu Developers ","name":"libedit2","version":"3.1-20210910-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libedit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"260"},{"name":"syft:metadata:source","value":"libedit"}]},{"bom-ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","type":"library","publisher":"Ubuntu Developers ","name":"libelf1","version":"0.186-1ubuntu0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"cpe":"cpe:2.3:a:libelf1:libelf1:0.186-1ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=elfutils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"192"},{"name":"syft:metadata:source","value":"elfutils"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","type":"library","publisher":"Ubuntu Developers ","name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libestr0:libestr0:0.1.10-2.1build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&upstream=libestr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"31"},{"name":"syft:metadata:source","value":"libestr"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","type":"library","publisher":"Ubuntu Developers ","name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=expat","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"433"},{"name":"syft:metadata:source","value":"expat"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"574"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","type":"library","publisher":"Ubuntu Developers ","name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libfastjson4:libfastjson4:0.99.9-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libfastjson","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libfastjson"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","type":"library","publisher":"Ubuntu Developers ","name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&upstream=libffi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libffi"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"140"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","type":"library","publisher":"Ubuntu Developers ","name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1354"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","type":"library","publisher":"Ubuntu Developers ","name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL"}},{"license":{"name":"This gmp package was built for Debian by Steve M"}}],"cpe":"cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=gmp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"544"},{"name":"syft:metadata:source","value":"gmp"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","type":"library","publisher":"Ubuntu Developers ","name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"CC0"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL"}},{"license":{"name":"GPLv3+"}},{"license":{"name":"LGPL"}},{"license":{"name":"LGPLv2.1+"}},{"license":{"name":"LGPLv3+_or_GPLv2+"}},{"license":{"name":"The"}}],"cpe":"cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.8:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&upstream=gnutls28","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2288"},{"name":"syft:metadata:source","value":"gnutls28"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","type":"library","publisher":"Ubuntu Developers ","name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&upstream=libgpg-error","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"189"},{"name":"syft:metadata:source","value":"libgpg-error"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"456"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"336"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","type":"library","publisher":"Ubuntu Developers ","name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&upstream=icu","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"34444"},{"name":"syft:metadata:source","value":"icu"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","type":"library","publisher":"Ubuntu Developers ","name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libidn2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"220"},{"name":"syft:metadata:source","value":"libidn2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip6tc2:libip6tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","type":"library","publisher":"Ubuntu Developers ","name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjq1:libjq1:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&upstream=jq","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"347"},{"name":"syft:metadata:source","value":"jq"}]},{"bom-ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","type":"library","publisher":"Ubuntu Developers ","name":"libjson-c5","version":"0.15-3~ubuntu1.22.04.2","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjson-c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&upstream=json-c","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson-c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson_c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson_c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"98"},{"name":"syft:metadata:source","value":"json-c"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"293"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","type":"library","publisher":"Ubuntu Developers ","name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=keyutils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"keyutils"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1053"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"165"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","type":"library","publisher":"Ubuntu Developers ","name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"FSFUL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=libksba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"302"},{"name":"syft:metadata:source","value":"libksba"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","type":"library","publisher":"Ubuntu Developers ","name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:0690f1ee382f98e95b446743db55395641d5e258de65939e9cb1c660d67a43a8"}}],"cpe":"cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=openldap","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"570"},{"name":"syft:metadata:source","value":"openldap"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","type":"library","publisher":"Ubuntu Developers ","name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"cpe":"cpe:2.3:a:liblmdb0:liblmdb0:0.9.24-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&upstream=lmdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"109"},{"name":"syft:metadata:source","value":"lmdb"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","type":"library","publisher":"Ubuntu Developers ","name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&upstream=lz4","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"lz4"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","type":"library","publisher":"Ubuntu Developers ","name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Autoconf"}},{"license":{"name":"PD"}},{"license":{"name":"PD-debian"}},{"license":{"name":"config-h"}},{"license":{"name":"noderivs"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"name":"probably-PD"}}],"cpe":"cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=xz-utils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"290"},{"name":"syft:metadata:source","value":"xz-utils"}]},{"bom-ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","type":"library","publisher":"Ubuntu Developers ","name":"libmaxminddb0","version":"1.5.2-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libmaxminddb0:libmaxminddb0:1.5.2-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libmaxminddb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"76"},{"name":"syft:metadata:source","value":"libmaxminddb"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","type":"library","publisher":"Ubuntu Developers ","name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"cpe":"cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libmd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"71"},{"name":"syft:metadata:source","value":"libmd"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","type":"library","publisher":"Ubuntu Developers ","name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libmnl0:libmnl0:1.0.4-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&upstream=libmnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"libmnl"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"382"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","type":"library","publisher":"Ubuntu Developers ","name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD"}}],"cpe":"cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&upstream=mpdecimal","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"250"},{"name":"syft:metadata:source","value":"mpdecimal"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncurses6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"329"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncursesw6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"422"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","type":"library","publisher":"Ubuntu Developers ","name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&upstream=libnetfilter-conntrack","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"libnetfilter-conntrack"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"356"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","type":"library","publisher":"Ubuntu Developers ","name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libnfnetlink0:libnfnetlink0:1.0.1-3build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&upstream=libnfnetlink","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"48"},{"name":"syft:metadata:source","value":"libnfnetlink"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","type":"library","publisher":"Ubuntu Developers ","name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnftnl11:libnftnl11:1.2.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libnftnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"227"},{"name":"syft:metadata:source","value":"libnftnl"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","type":"library","publisher":"Ubuntu Developers ","name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"name":"all-permissive"}}],"cpe":"cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&upstream=nghttp2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"204"},{"name":"syft:metadata:source","value":"nghttp2"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","type":"library","publisher":"Ubuntu Developers ","name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&upstream=npth","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"40"},{"name":"syft:metadata:source","value":"npth"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","type":"library","publisher":"Ubuntu Developers ","name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2+-autoconf-exception"}},{"license":{"name":"GPL-2+-libtool-exception"}},{"license":{"name":"GPL-3+-autoconf-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}}],"cpe":"cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&upstream=libnsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"123"},{"name":"syft:metadata:source","value":"libnsl"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","type":"library","publisher":"Ubuntu Developers ","name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libonig5:libonig5:6.9.7.1-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libonig","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"615"},{"name":"syft:metadata:source","value":"libonig"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","type":"library","publisher":"Ubuntu Developers ","name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"ISC+IBM"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"name":"same-as-rest-of-p11kit"}}],"cpe":"cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&upstream=p11-kit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1292"},{"name":"syft:metadata:source","value":"p11-kit"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-cap@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e340ed298775bcca&upstream=libcap2","type":"library","publisher":"Ubuntu Developers ","name":"libpam-cap","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libpam-cap:libpam-cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-cap@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=libcap2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-cap:libpam_cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_cap:libpam-cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_cap:libpam_cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"45"},{"name":"syft:metadata:source","value":"libcap2"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1144"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"249"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"312"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"236"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","type":"library","publisher":"Ubuntu Developers ","name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","licenses":[{"license":{"name":"sha256:f65dae37239e4d61a1bdeaf2ded76b8569d012a054aa042233b78615e7a83210"}}],"cpe":"cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"621"},{"name":"syft:metadata:source","value":"pcre2"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","type":"library","publisher":"Ubuntu Developers ","name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:ac9276490d2fa167442ae1aae33926514ad10c8886baa40046c5e367fccc5938"}}],"cpe":"cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"683"},{"name":"syft:metadata:source","value":"pcre3"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","type":"library","publisher":"Ubuntu Developers ","name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"X-Consortium"}}],"cpe":"cpe:2.3:a:libpopt0:libpopt0:1.18-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&upstream=popt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"120"},{"name":"syft:metadata:source","value":"popt"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","type":"library","publisher":"Ubuntu Developers ","name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&upstream=procps","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"131"},{"name":"syft:metadata:source","value":"procps"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","type":"library","publisher":"Ubuntu Developers ","name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"cpe":"cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&upstream=libpsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"95"},{"name":"syft:metadata:source","value":"libpsl"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"39"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5124"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"8122"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"461"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","type":"library","publisher":"Ubuntu Developers ","name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&upstream=rtmpdump","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"rtmpdump"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"170"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"93"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","type":"library","publisher":"Ubuntu Developers ","name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu3\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=libseccomp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"libseccomp"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","type":"library","publisher":"Ubuntu Developers ","name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libselinux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"207"},{"name":"syft:metadata:source","value":"libselinux"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"37"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"300"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","type":"library","publisher":"Ubuntu Developers ","name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libsepol","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"735"},{"name":"syft:metadata:source","value":"libsepol"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"209"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","type":"library","publisher":"Ubuntu Developers ","name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&upstream=sqlite3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1603"},{"name":"syft:metadata:source","value":"sqlite3"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libss2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:6f717a1464301a641ac17e7301f1a1b221da802e8edf8cf4bc963721d487b146"}}],"cpe":"cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"113"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","type":"library","publisher":"Ubuntu Developers ","name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL-2.1+~OpenSSL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&upstream=libssh","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"492"},{"name":"syft:metadata:source","value":"libssh"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","type":"library","publisher":"Ubuntu Developers ","name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&upstream=openssl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"5835"},{"name":"syft:metadata:source","value":"openssl"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2755"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"997"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","type":"library","publisher":"Ubuntu Developers ","name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"134"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"558"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"32"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"219"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"349"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","type":"library","publisher":"Ubuntu Developers ","name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"FreeSoftware"}}],"cpe":"cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&upstream=libunistring","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1746"},{"name":"syft:metadata:source","value":"libunistring"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"134"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","type":"library","publisher":"Ubuntu Developers ","name":"libuv1","version":"1.43.0-1ubuntu0.1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-1-Clause"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC-BY-4.0"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libuv1:libuv1:1.43.0-1ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"253"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","type":"library","publisher":"Ubuntu Developers ","name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"id":"ISC"}},{"license":{"name":"MIT-1"}}],"cpe":"cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.11:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2098"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libxtables12:libxtables12:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"114"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","type":"library","publisher":"Ubuntu Developers ","name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&upstream=xxhash","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"xxhash"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","type":"library","publisher":"Ubuntu Developers ","name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&upstream=libzstd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"846"},{"name":"syft:metadata:source","value":"libzstd"}]},{"bom-ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"888"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","type":"library","publisher":"Ubuntu Developers ","name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:logrotate:logrotate:3.19.0-1ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"167"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"58"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"66"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","type":"library","publisher":"Ubuntu Developers ","name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"229"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","type":"library","publisher":"Ubuntu Developers ","name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"cpe":"cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"97"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:mount:mount:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"389"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=834d85bcb22efc52&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"393"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"646"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1","type":"library","publisher":"Ubuntu Developers ","name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","type":"library","publisher":"Ubuntu Developers ","name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:netcat-openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat-openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"106"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15","type":"library","publisher":"Ubuntu Developers ","name":"openssl","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2053"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2325"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","type":"library","publisher":"Ubuntu Developers ","name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"Artistic-2.0"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Artistic"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"name":"BSD-3-clause-with-weird-numbering"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BZIP"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3+-WITH-BISON-EXCEPTION"}},{"license":{"name":"HSIEH-BSD"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"REGCOMP,"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&upstream=perl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"7739"},{"name":"syft:metadata:source","value":"perl"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","type":"library","publisher":"Ubuntu Developers ","name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"X11"}}],"cpe":"cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&upstream=pinentry","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"92"},{"name":"syft:metadata:source","value":"pinentry"}]},{"bom-ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","type":"library","publisher":"Ubuntu Developers ","name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1388"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3:python3:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"90"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3-minimal","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"122"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools","type":"library","publisher":"Ubuntu Developers ","name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:python3-pkg-resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&upstream=setuptools","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg-resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"581"},{"name":"syft:metadata:source","value":"setuptools"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","type":"library","publisher":"Ubuntu Developers ","name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10:python3.10:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"635"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5932"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"80"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","type":"library","publisher":"Ubuntu Developers ","name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:rsyslog:rsyslog:8.2112.0-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","type":"library","publisher":"Ubuntu Developers ","name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:sed:sed:4.8-1ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"328"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38","type":"library","publisher":"Ubuntu Developers ","name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}}],"cpe":"cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"59"}]},{"bom-ref":"pkg:pypi/supervisor@4.2.1?package-id=aa67a0c6828d4462","type":"library","author":"Chris McDonough ","name":"supervisor","version":"4.2.1","licenses":[{"license":{"name":"BSD-derived (http://www.repoze.org/LICENSE.txt)"}}],"cpe":"cpe:2.3:a:chris_mcdonough_project:python-supervisor:4.2.1:*:*:*:*:*:*:*","purl":"pkg:pypi/supervisor@4.2.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:supervisor:4.2.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","type":"library","publisher":"Ubuntu Developers ","name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-Derived"}},{"license":{"name":"BSD-derived"}},{"license":{"name":"Medusa"}},{"license":{"name":"RDFLIB"}}],"cpe":"cpe:2.3:a:supervisor:supervisor:4.2.1-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1645"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","type":"library","publisher":"Ubuntu Developers ","name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=sysvinit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"sysvinit"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","type":"library","publisher":"Ubuntu Developers ","name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"960"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4","type":"library","publisher":"Dimitri John Ledkov ","name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","type":"library","publisher":"Ubuntu Developers ","name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"232"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","type":"library","publisher":"Ubuntu Developers ","name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"200"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","type":"library","publisher":"Ubuntu Developers ","name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3395"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","type":"library","publisher":"Wazuh, Inc ","name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:wazuh-agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh-agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"42990"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","type":"library","publisher":"Ubuntu Developers ","name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"cpe":"cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&upstream=zlib","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"164"},{"name":"syft:metadata:source","value":"zlib"}]},{"bom-ref":"os:ubuntu@22.04","type":"operating-system","name":"ubuntu","version":"22.04","description":"Ubuntu 22.04.5 LTS","swid":{"tagId":"ubuntu","name":"ubuntu","version":"22.04"},"externalReferences":[{"url":"https://bugs.launchpad.net/ubuntu/","type":"issue-tracker"},{"url":"https://www.ubuntu.com/","type":"website"},{"url":"https://help.ubuntu.com/","comment":"support","type":"other"},{"url":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy","comment":"privacyPolicy","type":"other"}],"properties":[{"name":"syft:distro:extendedSupport","value":"false"},{"name":"syft:distro:id","value":"ubuntu"},{"name":"syft:distro:idLike:0","value":"debian"},{"name":"syft:distro:prettyName","value":"Ubuntu 22.04.5 LTS"},{"name":"syft:distro:versionCodename","value":"jammy"},{"name":"syft:distro:versionID","value":"22.04"}]}],"dependencies":[{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=97e028823aa576c8&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7816a825fa8a5954&upstream=bind9","pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7816a825fa8a5954&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2"]},{"ref":"pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=10c404cc5b53ca5b&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/bind9@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e19d76df709e19a9","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=10c404cc5b53ca5b&upstream=bind9","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=711c3b115e82abcf","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=9783932dbc4d4593","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=d19cc623e93a3bb7&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=97e028823aa576c8&upstream=bind9"]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=9783932dbc4d4593","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=b5d0497b7d8d1ac3&upstream=libbpf%400.5.0-1ubuntu22.04.1","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f69df025a810f11c&upstream=libcap2","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libatm1@1%3A2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&package-id=7512b62cd3c91048&upstream=linux-atm","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","dependsOn":["pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=b5d0497b7d8d1ac3&upstream=libbpf%400.5.0-1ubuntu22.04.1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f69df025a810f11c&upstream=libcap2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577"]},{"ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig"]},{"ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi"]},{"ref":"pkg:deb/ubuntu/libpam-cap@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e340ed298775bcca&upstream=libcap2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2"]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd"]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam"]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux"]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt"]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]}]} +{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:bdb56695-94b1-402f-8958-8b679439340b","version":1,"metadata":{"timestamp":"2026-06-12T13:20:50Z","tools":{"components":[{"type":"application","author":"anchore","name":"syft","version":"1.44.0"}]},"component":{"bom-ref":"afd309a8492a4d12","type":"container","name":"aptl-dns","version":"sha256:8444e2baf8f09d259d08ea7d2a40125d3052f51ad82efe0338576deffe96c472"},"properties":[{"name":"syft:image:labels:com.docker.compose.project","value":"aptl"},{"name":"syft:image:labels:com.docker.compose.service","value":"dns"},{"name":"syft:image:labels:com.docker.compose.version","value":"5.1.3"},{"name":"syft:image:labels:org.opencontainers.image.version","value":"22.04"}]},"components":[{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","type":"library","publisher":"Ubuntu Developers ","name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"608"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","type":"library","publisher":"Ubuntu Developers ","name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:apt:apt:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"4141"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","type":"library","publisher":"Ubuntu Developers ","name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:base-files:base-files:12ubuntu4.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"395"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","type":"library","publisher":"Colin Watson ","name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","type":"library","publisher":"Ubuntu Developers ","name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:bash:bash:5.1-6ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1864"}]},{"bom-ref":"pkg:deb/ubuntu/bind9@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e19d76df709e19a9","type":"library","publisher":"Ubuntu Developers ","name":"bind9","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9:bind9:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"975"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=97e028823aa576c8&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-dnsutils:bind9-dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-dnsutils:bind9_dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_dnsutils:bind9-dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_dnsutils:bind9_dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"535"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7816a825fa8a5954&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-host","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-host:bind9-host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-host:bind9_host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_host:bind9-host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_host:bind9_host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_host:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"186"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-libs","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-libs:bind9-libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-libs:bind9_libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_libs:bind9-libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_libs:bind9_libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_libs:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3496"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=10c404cc5b53ca5b&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"bind9-utils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:bind9-utils:bind9-utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9-utils:bind9_utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_utils:bind9-utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9_utils:bind9_utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9-utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bind9:bind9_utils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"668"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","type":"library","publisher":"Ubuntu Developers ","name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux%402.37.2-4ubuntu3.5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"334"},{"name":"syft:metadata:source","value":"util-linux"},{"name":"syft:metadata:sourceVersion","value":"2.37.2-4ubuntu3.5"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","type":"library","publisher":"Ubuntu Developers ","name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:ca-certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca-certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"399"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","type":"library","publisher":"Ubuntu Developers ","name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"7112"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","type":"library","publisher":"Ubuntu Developers ","name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"name":"Artistic"}},{"license":{"name":"Paul-Vixie's-license"}}],"cpe":"cpe:2.3:a:cron:cron:3.0pl1-137ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"255"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","type":"library","publisher":"Ubuntu Developers ","name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"445"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","type":"library","publisher":"Ubuntu Developers ","name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFUL"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"214"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","type":"library","publisher":"Ubuntu Developers ","name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"512"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","type":"library","publisher":"Ubuntu Developers ","name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","type":"library","publisher":"Ubuntu Developers ","name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"name":"GFDL"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"424"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"676"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b","type":"library","publisher":"Ubuntu Developers ","name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"cpe":"cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"20"}]},{"bom-ref":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=711c3b115e82abcf","type":"library","publisher":"Ubuntu Developers ","name":"dns-root-data","version":"2024071801~ubuntu0.22.04.1","licenses":[{"license":{"name":"Expat"}},{"license":{"name":"ICANN-Public"}}],"cpe":"cpe:2.3:a:dns-root-data:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns-root-data:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root_data:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root_data:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns-root:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns-root:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns_root:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns:dns-root-data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dns:dns_root_data:2024071801\\~ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"20"}]},{"bom-ref":"pkg:deb/ubuntu/dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=d19cc623e93a3bb7&upstream=bind9","type":"library","publisher":"Ubuntu Developers ","name":"dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"ISC"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:dnsutils:dnsutils:1\\:9.18.39-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&upstream=bind9","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"61"},{"name":"syft:metadata:source","value":"bind9"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","type":"library","publisher":"Ubuntu Developers ","name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-s-s-d"}}],"cpe":"cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"6733"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","type":"library","publisher":"Ubuntu Developers ","name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1516"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","type":"library","publisher":"Ubuntu Developers ","name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"620"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"272"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"473"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"392"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"787"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1121"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"595"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"184"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"168"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"280"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"480"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"324"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","type":"library","publisher":"Ubuntu Developers ","name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"496"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","type":"library","publisher":"Ubuntu Developers ","name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"FSF-manpages"}},{"license":{"name":"GFDL-1.3+-no-invariant"}},{"license":{"name":"GFDL-3"}}],"cpe":"cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"240"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","type":"library","publisher":"Ubuntu Developers ","name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"51"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","type":"library","publisher":"Ubuntu Developers ","name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"133"}]},{"bom-ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=9783932dbc4d4593","type":"library","publisher":"Ubuntu Developers ","name":"iproute2","version":"5.15.0-1ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:iproute2:iproute2:5.15.0-1ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2884"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","type":"library","publisher":"Ubuntu Developers ","name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:iptables:iptables:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2837"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","type":"library","publisher":"Ubuntu Developers ","name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:jq:jq:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"100"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","type":"library","publisher":"Ubuntu Developers ","name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&upstream=acl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"67"},{"name":"syft:metadata:source","value":"acl"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","type":"library","publisher":"Ubuntu Developers ","name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&upstream=apt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3198"},{"name":"syft:metadata:source","value":"apt"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","type":"library","publisher":"Ubuntu Developers ","name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"GAP"}},{"license":{"name":"GAP~FSF"}}],"cpe":"cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libassuan","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"libassuan"}]},{"bom-ref":"pkg:deb/ubuntu/libatm1@1%3A2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&package-id=7512b62cd3c91048&upstream=linux-atm","type":"library","publisher":"Ubuntu Developers ","name":"libatm1","version":"1:2.5.1-4build2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libatm1:libatm1:1\\:2.5.1-4build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libatm1@1%3A2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&upstream=linux-atm","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"linux-atm"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","type":"library","publisher":"Ubuntu Developers ","name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=attr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"57"},{"name":"syft:metadata:source","value":"attr"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"23"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"156"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"323"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=b5d0497b7d8d1ac3&upstream=libbpf%400.5.0-1ubuntu22.04.1","type":"library","publisher":"Ubuntu Developers ","name":"libbpf0","version":"1:0.5.0-1ubuntu22.04.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libbpf0:libbpf0:1\\:0.5.0-1ubuntu22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=libbpf%400.5.0-1ubuntu22.04.1","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"344"},{"name":"syft:metadata:source","value":"libbpf"},{"name":"syft:metadata:sourceVersion","value":"0.5.0-1ubuntu22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","type":"library","publisher":"Ubuntu Developers ","name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&upstream=brotli","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"784"},{"name":"syft:metadata:source","value":"brotli"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","type":"library","publisher":"Ubuntu Developers ","name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"name":"Expat"}},{"license":{"name":"ISC-Original"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&upstream=libbsd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"136"},{"name":"syft:metadata:source","value":"libbsd"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","type":"library","publisher":"Ubuntu Developers ","name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"BSD-variant"}}],"cpe":"cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&upstream=bzip2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"100"},{"name":"syft:metadata:source","value":"bzip2"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2539"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"13598"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","type":"library","publisher":"Ubuntu Developers ","name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&upstream=libcap-ng","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"45"},{"name":"syft:metadata:source","value":"libcap-ng"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","type":"library","publisher":"Ubuntu Developers ","name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"65"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f69df025a810f11c&upstream=libcap2","type":"library","publisher":"Ubuntu Developers ","name":"libcap2-bin","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libcap2-bin:libcap2-bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=libcap2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2-bin:libcap2_bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2_bin:libcap2-bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2_bin:libcap2_bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2:libcap2-bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap2:libcap2_bin:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"115"},{"name":"syft:metadata:source","value":"libcap2"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libcom-err2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:9e3a4384b6d8d2358d44103f62bcd948328b3f8a63a1a6baa66abeb43302d581"}}],"cpe":"cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"101"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","type":"library","publisher":"Ubuntu Developers ","name":"libcrypt1","version":"1:4.4.27-1","licenses":[{"license":{"name":"sha256:5a5e7ca0e9f3f9679977e3a3e9ede45ad92885a3297ea78e766979f9866c5a16"}}],"cpe":"cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&upstream=libxcrypt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"225"},{"name":"syft:metadata:source","value":"libxcrypt"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","type":"library","publisher":"Ubuntu Developers ","name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&upstream=curl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"789"},{"name":"syft:metadata:source","value":"curl"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","type":"library","publisher":"Ubuntu Developers ","name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","licenses":[{"license":{"name":"sha256:b3bbc6fbb3f2a0e6a487e953eb8c3cc4bdb6f4150f7f51d20b1e9a3c8ef92d3d"}}],"cpe":"cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=db5.3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"},{"name":"syft:metadata:source","value":"db5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","type":"library","publisher":"Ubuntu Developers ","name":"libdebconfclient0","version":"0.261ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=cdebconf","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"79"},{"name":"syft:metadata:source","value":"cdebconf"}]},{"bom-ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","type":"library","publisher":"Ubuntu Developers ","name":"libedit2","version":"3.1-20210910-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libedit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"260"},{"name":"syft:metadata:source","value":"libedit"}]},{"bom-ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","type":"library","publisher":"Ubuntu Developers ","name":"libelf1","version":"0.186-1ubuntu0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"cpe":"cpe:2.3:a:libelf1:libelf1:0.186-1ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=elfutils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"192"},{"name":"syft:metadata:source","value":"elfutils"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","type":"library","publisher":"Ubuntu Developers ","name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libestr0:libestr0:0.1.10-2.1build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&upstream=libestr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"31"},{"name":"syft:metadata:source","value":"libestr"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","type":"library","publisher":"Ubuntu Developers ","name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=expat","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"433"},{"name":"syft:metadata:source","value":"expat"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"574"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","type":"library","publisher":"Ubuntu Developers ","name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libfastjson4:libfastjson4:0.99.9-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libfastjson","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libfastjson"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","type":"library","publisher":"Ubuntu Developers ","name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&upstream=libffi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libffi"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"140"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","type":"library","publisher":"Ubuntu Developers ","name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1354"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","type":"library","publisher":"Ubuntu Developers ","name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL"}},{"license":{"name":"This gmp package was built for Debian by Steve M"}}],"cpe":"cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=gmp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"544"},{"name":"syft:metadata:source","value":"gmp"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","type":"library","publisher":"Ubuntu Developers ","name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"CC0"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL"}},{"license":{"name":"GPLv3+"}},{"license":{"name":"LGPL"}},{"license":{"name":"LGPLv2.1+"}},{"license":{"name":"LGPLv3+_or_GPLv2+"}},{"license":{"name":"The"}}],"cpe":"cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.8:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&upstream=gnutls28","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2288"},{"name":"syft:metadata:source","value":"gnutls28"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","type":"library","publisher":"Ubuntu Developers ","name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&upstream=libgpg-error","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"189"},{"name":"syft:metadata:source","value":"libgpg-error"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"456"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"336"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","type":"library","publisher":"Ubuntu Developers ","name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&upstream=icu","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"34444"},{"name":"syft:metadata:source","value":"icu"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","type":"library","publisher":"Ubuntu Developers ","name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libidn2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"220"},{"name":"syft:metadata:source","value":"libidn2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip6tc2:libip6tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","type":"library","publisher":"Ubuntu Developers ","name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjq1:libjq1:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&upstream=jq","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"347"},{"name":"syft:metadata:source","value":"jq"}]},{"bom-ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","type":"library","publisher":"Ubuntu Developers ","name":"libjson-c5","version":"0.15-3~ubuntu1.22.04.2","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjson-c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&upstream=json-c","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson-c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson_c5:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson_c5:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson:libjson-c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libjson:libjson_c5:0.15-3\\~ubuntu1.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"98"},{"name":"syft:metadata:source","value":"json-c"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"293"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","type":"library","publisher":"Ubuntu Developers ","name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=keyutils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"keyutils"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1053"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"165"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","type":"library","publisher":"Ubuntu Developers ","name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"FSFUL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=libksba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"302"},{"name":"syft:metadata:source","value":"libksba"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","type":"library","publisher":"Ubuntu Developers ","name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:0690f1ee382f98e95b446743db55395641d5e258de65939e9cb1c660d67a43a8"}}],"cpe":"cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=openldap","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"570"},{"name":"syft:metadata:source","value":"openldap"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","type":"library","publisher":"Ubuntu Developers ","name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"cpe":"cpe:2.3:a:liblmdb0:liblmdb0:0.9.24-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&upstream=lmdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"109"},{"name":"syft:metadata:source","value":"lmdb"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","type":"library","publisher":"Ubuntu Developers ","name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&upstream=lz4","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"lz4"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","type":"library","publisher":"Ubuntu Developers ","name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Autoconf"}},{"license":{"name":"PD"}},{"license":{"name":"PD-debian"}},{"license":{"name":"config-h"}},{"license":{"name":"noderivs"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"name":"probably-PD"}}],"cpe":"cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=xz-utils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"290"},{"name":"syft:metadata:source","value":"xz-utils"}]},{"bom-ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","type":"library","publisher":"Ubuntu Developers ","name":"libmaxminddb0","version":"1.5.2-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libmaxminddb0:libmaxminddb0:1.5.2-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libmaxminddb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"76"},{"name":"syft:metadata:source","value":"libmaxminddb"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","type":"library","publisher":"Ubuntu Developers ","name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"cpe":"cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libmd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"71"},{"name":"syft:metadata:source","value":"libmd"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","type":"library","publisher":"Ubuntu Developers ","name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libmnl0:libmnl0:1.0.4-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&upstream=libmnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"libmnl"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"382"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","type":"library","publisher":"Ubuntu Developers ","name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD"}}],"cpe":"cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&upstream=mpdecimal","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"250"},{"name":"syft:metadata:source","value":"mpdecimal"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncurses6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"329"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncursesw6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"422"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","type":"library","publisher":"Ubuntu Developers ","name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&upstream=libnetfilter-conntrack","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"libnetfilter-conntrack"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"356"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","type":"library","publisher":"Ubuntu Developers ","name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libnfnetlink0:libnfnetlink0:1.0.1-3build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&upstream=libnfnetlink","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"48"},{"name":"syft:metadata:source","value":"libnfnetlink"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","type":"library","publisher":"Ubuntu Developers ","name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnftnl11:libnftnl11:1.2.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libnftnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"227"},{"name":"syft:metadata:source","value":"libnftnl"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","type":"library","publisher":"Ubuntu Developers ","name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"name":"all-permissive"}}],"cpe":"cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&upstream=nghttp2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"204"},{"name":"syft:metadata:source","value":"nghttp2"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","type":"library","publisher":"Ubuntu Developers ","name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&upstream=npth","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"40"},{"name":"syft:metadata:source","value":"npth"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","type":"library","publisher":"Ubuntu Developers ","name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2+-autoconf-exception"}},{"license":{"name":"GPL-2+-libtool-exception"}},{"license":{"name":"GPL-3+-autoconf-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}}],"cpe":"cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&upstream=libnsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"123"},{"name":"syft:metadata:source","value":"libnsl"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","type":"library","publisher":"Ubuntu Developers ","name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libonig5:libonig5:6.9.7.1-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libonig","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"615"},{"name":"syft:metadata:source","value":"libonig"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","type":"library","publisher":"Ubuntu Developers ","name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"ISC+IBM"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"name":"same-as-rest-of-p11kit"}}],"cpe":"cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&upstream=p11-kit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1292"},{"name":"syft:metadata:source","value":"p11-kit"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-cap@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e340ed298775bcca&upstream=libcap2","type":"library","publisher":"Ubuntu Developers ","name":"libpam-cap","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libpam-cap:libpam-cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-cap@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=libcap2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-cap:libpam_cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_cap:libpam-cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_cap:libpam_cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_cap:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"45"},{"name":"syft:metadata:source","value":"libcap2"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1144"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"249"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"312"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"236"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","type":"library","publisher":"Ubuntu Developers ","name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","licenses":[{"license":{"name":"sha256:f65dae37239e4d61a1bdeaf2ded76b8569d012a054aa042233b78615e7a83210"}}],"cpe":"cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"621"},{"name":"syft:metadata:source","value":"pcre2"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","type":"library","publisher":"Ubuntu Developers ","name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:ac9276490d2fa167442ae1aae33926514ad10c8886baa40046c5e367fccc5938"}}],"cpe":"cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"683"},{"name":"syft:metadata:source","value":"pcre3"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","type":"library","publisher":"Ubuntu Developers ","name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"X-Consortium"}}],"cpe":"cpe:2.3:a:libpopt0:libpopt0:1.18-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&upstream=popt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"120"},{"name":"syft:metadata:source","value":"popt"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","type":"library","publisher":"Ubuntu Developers ","name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&upstream=procps","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"131"},{"name":"syft:metadata:source","value":"procps"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","type":"library","publisher":"Ubuntu Developers ","name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"cpe":"cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&upstream=libpsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"95"},{"name":"syft:metadata:source","value":"libpsl"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"39"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5124"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"8122"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"461"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","type":"library","publisher":"Ubuntu Developers ","name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&upstream=rtmpdump","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"rtmpdump"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"170"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"93"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","type":"library","publisher":"Ubuntu Developers ","name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu3\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=libseccomp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"libseccomp"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","type":"library","publisher":"Ubuntu Developers ","name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libselinux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"207"},{"name":"syft:metadata:source","value":"libselinux"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"37"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"300"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","type":"library","publisher":"Ubuntu Developers ","name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libsepol","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"735"},{"name":"syft:metadata:source","value":"libsepol"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"209"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","type":"library","publisher":"Ubuntu Developers ","name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&upstream=sqlite3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1603"},{"name":"syft:metadata:source","value":"sqlite3"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libss2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:6f717a1464301a641ac17e7301f1a1b221da802e8edf8cf4bc963721d487b146"}}],"cpe":"cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"113"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","type":"library","publisher":"Ubuntu Developers ","name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL-2.1+~OpenSSL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&upstream=libssh","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"492"},{"name":"syft:metadata:source","value":"libssh"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","type":"library","publisher":"Ubuntu Developers ","name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&upstream=openssl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"5835"},{"name":"syft:metadata:source","value":"openssl"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2755"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"997"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","type":"library","publisher":"Ubuntu Developers ","name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"134"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"558"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"32"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"219"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"349"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","type":"library","publisher":"Ubuntu Developers ","name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"FreeSoftware"}}],"cpe":"cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&upstream=libunistring","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1746"},{"name":"syft:metadata:source","value":"libunistring"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"134"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","type":"library","publisher":"Ubuntu Developers ","name":"libuv1","version":"1.43.0-1ubuntu0.1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-1-Clause"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC-BY-4.0"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libuv1:libuv1:1.43.0-1ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"253"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","type":"library","publisher":"Ubuntu Developers ","name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"id":"ISC"}},{"license":{"name":"MIT-1"}}],"cpe":"cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.11:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2098"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libxtables12:libxtables12:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"114"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","type":"library","publisher":"Ubuntu Developers ","name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&upstream=xxhash","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"xxhash"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","type":"library","publisher":"Ubuntu Developers ","name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&upstream=libzstd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"846"},{"name":"syft:metadata:source","value":"libzstd"}]},{"bom-ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"888"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","type":"library","publisher":"Ubuntu Developers ","name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:logrotate:logrotate:3.19.0-1ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"167"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"58"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"66"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","type":"library","publisher":"Ubuntu Developers ","name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"229"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","type":"library","publisher":"Ubuntu Developers ","name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"cpe":"cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"97"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:mount:mount:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"389"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=834d85bcb22efc52&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"393"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"646"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1","type":"library","publisher":"Ubuntu Developers ","name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","type":"library","publisher":"Ubuntu Developers ","name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:netcat-openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat-openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"106"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15","type":"library","publisher":"Ubuntu Developers ","name":"openssl","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2053"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2325"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","type":"library","publisher":"Ubuntu Developers ","name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"Artistic-2.0"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Artistic"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"name":"BSD-3-clause-with-weird-numbering"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BZIP"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3+-WITH-BISON-EXCEPTION"}},{"license":{"name":"HSIEH-BSD"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"REGCOMP,"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&upstream=perl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"7739"},{"name":"syft:metadata:source","value":"perl"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","type":"library","publisher":"Ubuntu Developers ","name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"X11"}}],"cpe":"cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&upstream=pinentry","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"92"},{"name":"syft:metadata:source","value":"pinentry"}]},{"bom-ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","type":"library","publisher":"Ubuntu Developers ","name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1388"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3:python3:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"90"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3-minimal","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"122"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools","type":"library","publisher":"Ubuntu Developers ","name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:python3-pkg-resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&upstream=setuptools","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg-resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"581"},{"name":"syft:metadata:source","value":"setuptools"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","type":"library","publisher":"Ubuntu Developers ","name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10:python3.10:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"635"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5932"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"80"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","type":"library","publisher":"Ubuntu Developers ","name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:rsyslog:rsyslog:8.2112.0-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","type":"library","publisher":"Ubuntu Developers ","name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:sed:sed:4.8-1ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"328"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38","type":"library","publisher":"Ubuntu Developers ","name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}}],"cpe":"cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"59"}]},{"bom-ref":"pkg:pypi/supervisor@4.2.1?package-id=aa67a0c6828d4462","type":"library","author":"Chris McDonough ","name":"supervisor","version":"4.2.1","licenses":[{"license":{"name":"BSD-derived (http://www.repoze.org/LICENSE.txt)"}}],"cpe":"cpe:2.3:a:chris_mcdonough_project:python-supervisor:4.2.1:*:*:*:*:*:*:*","purl":"pkg:pypi/supervisor@4.2.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:supervisor:4.2.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","type":"library","publisher":"Ubuntu Developers ","name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-Derived"}},{"license":{"name":"BSD-derived"}},{"license":{"name":"Medusa"}},{"license":{"name":"RDFLIB"}}],"cpe":"cpe:2.3:a:supervisor:supervisor:4.2.1-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1645"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","type":"library","publisher":"Ubuntu Developers ","name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=sysvinit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"sysvinit"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","type":"library","publisher":"Ubuntu Developers ","name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"960"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4","type":"library","publisher":"Dimitri John Ledkov ","name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","type":"library","publisher":"Ubuntu Developers ","name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"232"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","type":"library","publisher":"Ubuntu Developers ","name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"200"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","type":"library","publisher":"Ubuntu Developers ","name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3395"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","type":"library","publisher":"Wazuh, Inc ","name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:wazuh-agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh-agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"42990"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","type":"library","publisher":"Ubuntu Developers ","name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"cpe":"cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&upstream=zlib","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"164"},{"name":"syft:metadata:source","value":"zlib"}]},{"bom-ref":"os:ubuntu@22.04","type":"operating-system","name":"ubuntu","version":"22.04","description":"Ubuntu 22.04.5 LTS","swid":{"tagId":"ubuntu","name":"ubuntu","version":"22.04"},"externalReferences":[{"url":"https://bugs.launchpad.net/ubuntu/","type":"issue-tracker"},{"url":"https://www.ubuntu.com/","type":"website"},{"url":"https://help.ubuntu.com/","comment":"support","type":"other"},{"url":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy","comment":"privacyPolicy","type":"other"}],"properties":[{"name":"syft:distro:extendedSupport","value":"false"},{"name":"syft:distro:id","value":"ubuntu"},{"name":"syft:distro:idLike:0","value":"debian"},{"name":"syft:distro:prettyName","value":"Ubuntu 22.04.5 LTS"},{"name":"syft:distro:versionCodename","value":"jammy"},{"name":"syft:distro:versionID","value":"22.04"}]}],"dependencies":[{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=97e028823aa576c8&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7816a825fa8a5954&upstream=bind9","pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/bind9-host@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7816a825fa8a5954&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2"]},{"ref":"pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=10c404cc5b53ca5b&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/bind9@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e19d76df709e19a9","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/bind9-libs@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=426c3d63f94cd1fe&upstream=bind9","pkg:deb/ubuntu/bind9-utils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=10c404cc5b53ca5b&upstream=bind9","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=711c3b115e82abcf","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=9783932dbc4d4593","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=d19cc623e93a3bb7&upstream=bind9","dependsOn":["pkg:deb/ubuntu/bind9-dnsutils@1%3A9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=97e028823aa576c8&upstream=bind9"]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=9783932dbc4d4593","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=b5d0497b7d8d1ac3&upstream=libbpf%400.5.0-1ubuntu22.04.1","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f69df025a810f11c&upstream=libcap2","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libatm1@1%3A2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&package-id=7512b62cd3c91048&upstream=linux-atm","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","dependsOn":["pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libbpf0@1%3A0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=b5d0497b7d8d1ac3&upstream=libbpf%400.5.0-1ubuntu22.04.1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcap2-bin@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=f69df025a810f11c&upstream=libcap2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577"]},{"ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=32dafbefe20c0f19&upstream=elfutils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig"]},{"ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=1320b02560169fb3&upstream=json-c","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d99e8d5ca4d1e32e&upstream=libmaxminddb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi"]},{"ref":"pkg:deb/ubuntu/libpam-cap@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=e340ed298775bcca&upstream=libcap2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2"]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd"]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=d6a49ebc88598c37","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam"]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux"]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt"]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]}]} diff --git a/docs/aces/inventory/dns/evidence/trivy-sbom.cyclonedx.json b/docs/aces/inventory/dns/evidence/trivy-sbom.cyclonedx.json index aaa4915d..e9750574 100644 --- a/docs/aces/inventory/dns/evidence/trivy-sbom.cyclonedx.json +++ b/docs/aces/inventory/dns/evidence/trivy-sbom.cyclonedx.json @@ -1 +1 @@ -{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:058b5700-f274-45b1-ba77-979199bc816c","version":1,"metadata":{"timestamp":"2026-05-28T04:09:07+00:00","tools":{"components":[{"type":"application","manufacturer":{"name":"Aqua Security Software Ltd."},"group":"aquasecurity","name":"trivy","version":"0.70.0"}]},"component":{"bom-ref":"pkg:oci/aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-dns","type":"container","name":"aptl-dns:latest","purl":"pkg:oci/aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-dns","properties":[{"name":"aquasecurity:trivy:DiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:61e95484bdf0f744d9c1a488a00939926909a34f88bfb39e47b39ab9bcc31634"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:75db965d84e9b7d971d4555ba8bc782f95b76efafa67ff1b6ddbd2802dccab42"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:761e5cd42d45668ad3dda45fc9c9578eb1cc2680d5f35e684b5d445bfe50fa87"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b628e05b623ecc15f96fbedb7e7ed0bff6ff22ba7afe28b221313b88f107d6de"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b84e8e457dc0fee3212005de2e43d49386f0aac5528b869fcefefe93e51cec4f"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:c275a75051edd63110bb0a6235a691a3d08531bec605794dd4e6b9a054366595"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:cd4af7f9f6439e1b8ae474dd5300b9895297c3eaf0b5fdbcc7577366da2689e7"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:ee295546b5a638f6c391a704ff7a933c017e935f3233b4ecadcec220529d963f"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:ee8dc45fbba6e691eaeca84dbadff2b605ec5b180761c09521e8ba5a64fb0fff"},{"name":"aquasecurity:trivy:ImageID","value":"sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.project","value":"aptl"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.service","value":"dns"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.version","value":"5.1.3"},{"name":"aquasecurity:trivy:Labels:org.opencontainers.image.version","value":"22.04"},{"name":"aquasecurity:trivy:Reference","value":"aptl-dns:latest"},{"name":"aquasecurity:trivy:RepoDigest","value":"aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75"},{"name":"aquasecurity:trivy:RepoTag","value":"aptl-dns:latest"},{"name":"aquasecurity:trivy:SchemaVersion","value":"2"},{"name":"aquasecurity:trivy:Size","value":"207250944"}]}},"components":[{"bom-ref":"e676eec9-2c35-43aa-81de-2d72ccd51c0d","type":"operating-system","name":"ubuntu","version":"22.04","properties":[{"name":"aquasecurity:trivy:Class","value":"os-pkgs"},{"name":"aquasecurity:trivy:Type","value":"ubuntu"}]},{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"adduser@3.118ubuntu5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"adduser"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.118ubuntu5"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"apt@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-files@12ubuntu4.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-files"},{"name":"aquasecurity:trivy:SrcVersion","value":"12ubuntu4.7"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Colin Watson "},"name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-passwd@3.5.52build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-passwd"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.52build1"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bash@5.1-6ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bash"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.1"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-dnsutils@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-host","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-host@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-libs","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-libs@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-utils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-utils@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bsdutils@1:2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"MPL-2.0"}}],"purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"ca-certificates@20240203~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ca-certificates"},{"name":"aquasecurity:trivy:SrcVersion","value":"20240203~22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"coreutils@8.32-4.1ubuntu1.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"coreutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"4.1ubuntu1.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.32"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"name":"Paul-Vixie-s-license"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"cron@3.0pl1-137ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cron"},{"name":"aquasecurity:trivy:SrcRelease","value":"137ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0pl1"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"curl@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"FSFUL"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dash@0.5.11+git20210903+057cd650a4ed-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dash"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.5.11+git20210903+057cd650a4ed"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debconf@1.5.79ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.5.79ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debianutils@5.5-1ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debianutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.5"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"diffutils@1:3.8-0ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"diffutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.8"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"dirmngr@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"distro-info-data@0.52ubuntu0.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"distro-info-data"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.52ubuntu0.12"}]},{"bom-ref":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dns-root-data","version":"2024071801~ubuntu0.22.04.1","licenses":[{"license":{"name":"ICANN-Public"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"dns-root-data@2024071801~ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dns-root-data"},{"name":"aquasecurity:trivy:SrcVersion","value":"2024071801~ubuntu0.22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"dnsutils@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain-s-s-d"}},{"license":{"name":"public-domain-md5"}}],"purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dpkg@1.21.1ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dpkg"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.21.1ubuntu2.6"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"e2fsprogs@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"findutils@4.8.0-1ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"findutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.0"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"LGPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gcc-12-base@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-l10n@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-utils@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-agent@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-client@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-server@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpgconf@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpgsm@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gpgv@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"grep@3.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"grep"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GFDL-1.3--no-invariant"}},{"license":{"name":"FSF-manpages"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL-3"}}],"purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gzip@1.10-4ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gzip"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.10"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"hostname@3.23ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"hostname"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.23ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"init-system-helpers@1.62"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"init-system-helpers"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.62"}]},{"bom-ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"iproute2","version":"5.15.0-1ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"iproute2@5.15.0-1ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iproute2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.15.0"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"iptables@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"jq@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libacl1@2.3.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"acl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.1"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libapt-pkg6.0@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"GAP-FSF"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL-2.0-or-later WITH libtool-exception"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GAP"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libassuan0@2.5.5-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libassuan"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.5"}]},{"bom-ref":"pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libatm1","version":"1:2.5.1-4build2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libatm1@1:2.5.1-4build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"linux-atm"},{"name":"aquasecurity:trivy:SrcRelease","value":"4build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libattr1@1:2.5.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"attr"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit-common@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit1@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libblkid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbpf0","version":"1:0.5.0-1ubuntu22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libbpf0@1:0.5.0-1ubuntu22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libbpf"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.5.0"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libbrotli1@1.0.9-2build6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"brotli"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-Original"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"Beerware"}}],"purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libbsd0@0.11.5-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.11.5"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libbz2-1.0@1.0.8-5build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bzip2"},{"name":"aquasecurity:trivy:SrcRelease","value":"5build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc-bin@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc6@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap-ng0@0.7.9-2.2build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libcap-ng"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.2build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.7.9"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap2-bin","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libcap2-bin@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap2@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcom-err2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcom-err2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcrypt1","version":"1:4.4.27-1","purl":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcrypt1@1:4.4.27-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libxcrypt"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.4.27"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libcurl4@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdb5.3@5.3.28+dfsg1-0.8ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"db5.3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.8ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.3.28+dfsg1"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdebconfclient0","version":"0.261ubuntu1","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdebconfclient0@0.261ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cdebconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.261ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libedit2","version":"3.1-20210910-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libedit2@3.1-20210910-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libedit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.1-20210910"}]},{"bom-ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libelf1","version":"0.186-1ubuntu0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libelf1@0.186-1ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"elfutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.186"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libestr0@0.1.10-2.1build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libestr"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.1.10"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libexpat1@2.4.7-1ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"expat"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.7"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libext2fs2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libfastjson4@0.99.9-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libfastjson"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.99.9"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libffi8@3.4.2-4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libffi"},{"name":"aquasecurity:trivy:SrcRelease","value":"4"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.4.2"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcc-s1@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcrypt20@1.9.4-3ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgcrypt20"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.4"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgmp10@2:6.2.1+dfsg-3ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"gmp"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.2.1+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgnutls30@3.7.3-4ubuntu1.8"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnutls28"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1.8"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgpg-error0@1.43-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgpg-error"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgssapi-krb5-2@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libhogweed6@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libicu70@70.1-2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"icu"},{"name":"aquasecurity:trivy:SrcRelease","value":"2"},{"name":"aquasecurity:trivy:SrcVersion","value":"70.1"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Unicode"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libidn2-0@2.3.2-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libidn2"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libip4tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libip6tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libjq1@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjson-c5","version":"0.15-3~ubuntu1.22.04.2","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libjson-c5@0.15-3~ubuntu1.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"json-c"},{"name":"aquasecurity:trivy:SrcRelease","value":"3~ubuntu1.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.15"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libk5crypto3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkeyutils1@1.6.1-2ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"keyutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.1"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5-3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5support0@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"FSFUL"}},{"license":{"id":"LGPL-2.1-or-later"}}],"purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libksba8@1.6.0-2ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libksba"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libldap-2.5-0@2.5.20+dfsg-0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openldap"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.20+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"liblmdb0@0.9.24-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lmdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.24"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblz4-1@1.9.3-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lz4"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.3"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"name":"PD"}},{"license":{"name":"probably-PD"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"Autoconf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"none"}},{"license":{"name":"config-h"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"noderivs"}},{"license":{"name":"PD-debian"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblzma5@5.2.5-2ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xz-utils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.2.5"}]},{"bom-ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmaxminddb0","version":"1.5.2-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}}],"purl":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmaxminddb0@1.5.2-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmaxminddb"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.5.2"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"id":"ISC"}},{"license":{"id":"Beerware"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmd0@1.0.4-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmnl0@1.0.4-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libmount1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmpdec3@2.5.1-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mpdecimal"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncurses6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncurses6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncursesw6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncursesw6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnetfilter-conntrack3@1.0.9-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnetfilter-conntrack"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnettle8@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnfnetlink0@1.0.1-3build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnfnetlink"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnftnl11@1.2.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnftnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"all-permissive"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnghttp2-14@1.43.0-1ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nghttp2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libnpth0@1.6-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"npth"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"GPL-3--autoconf-exception"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"GPL-2--autoconf-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2--libtool-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnsl2@1.3.0-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libonig5@6.9.7.1-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libonig"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.9.7.1"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-IBM"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"same-as-rest-of-p11kit"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libp11-kit0@0.24.0-6build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"p11-kit"},{"name":"aquasecurity:trivy:SrcRelease","value":"6build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.24.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-cap","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-cap@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules-bin@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-runtime@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam0g@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre2-8-0@10.39-3ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pcre2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre3@2:8.39-13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"pcre3"},{"name":"aquasecurity:trivy:SrcRelease","value":"13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"name":"X-Consortium"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpopt0@1.18-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"popt"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.18"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libprocps8@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libpsl5@0.21.0-1.2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libpsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.21.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3-stdlib@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-stdlib@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libreadline8@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"librtmp1@2.4+20151223.gitfa8646d.1-2build4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rtmpdump"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build4"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4+20151223.gitfa8646d.1"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-2@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libseccomp2@2.5.3-2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libseccomp"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libselinux1@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libselinux"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage-common@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage2@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsepol2@3.3-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsepol"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsmartcols1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libsqlite3-0@3.37.2-2ubuntu0.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sqlite3"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libss2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libss2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"name":"LGPL-2.1--OpenSSL"}},{"license":{"name":"public-domain"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libssh-4@0.9.6-2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libssh"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.6"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libssl3@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libstdc++6@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsystemd0@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtasn1-6@4.18.0-4ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtasn1-6"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.18.0"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtinfo6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc-common@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc3@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libudev1@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"FreeSoftware"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"name":"GPL-2.0-or-later WITH distribution-exception"}},{"license":{"id":"MIT"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.2-only"}}],"purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libunistring2@1.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libunistring"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libuuid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libuv1","version":"1.43.0-1ubuntu0.1","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"ISC"}},{"license":{"id":"CC-BY-4.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-1-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"GPL-3.0-or-later WITH autoconf-exception"}}],"purl":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libuv1@1.43.0-1ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libuv1"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43.0"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"name":"MIT-1"}},{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libxml2@2.9.13+dfsg-1ubuntu0.11"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libxml2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.11"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.9.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libxtables12@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libxxhash0@0.8.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xxhash"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libzstd1@1.4.8+dfsg-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libzstd"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.8+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"login@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"logrotate@3.19.0-1ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"logrotate"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.19.0"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"logsave@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-base@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-release@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mawk@1.3.4.20200120-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mawk"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.4.20200120"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"media-types@7.0.0"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"media-types"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mount@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-base@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-bin@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"netbase@6.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netbase"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"netcat-openbsd@1.218-4ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netcat-openbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.218"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"openssl","version":"3.0.2-0ubuntu1.23","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"openssl@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"passwd@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"MIT"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"GPL-2.0-only WITH bison-exception+"}},{"license":{"name":"Unicode"}},{"license":{"name":"BZIP"}},{"license":{"id":"Zlib"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"BSD-3-Clause WITH weird-numbering"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Artistic-2"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"HSIEH-BSD"}}],"purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"perl-base@5.34.0-3ubuntu1.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"perl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.34.0"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"X11"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"pinentry-curses@1.1.1-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pinentry"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1.1"}]},{"bom-ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"procps@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-minimal","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3-minimal@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"setuptools"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"59.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"readline-common@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"rsyslog@8.2112.0-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rsyslog"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.2112.0"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sed@4.8-1ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sed"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sensible-utils@0.0.17"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sensible-utils"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.0.17"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"name":"BSD-derived"}},{"license":{"name":"RDFLIB"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Medusa"}},{"license":{"name":"BSD-Derived"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"supervisor@4.2.1-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"supervisor"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sysvinit-utils@3.01-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sysvinit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.01"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"tar@1.34+dfsg-1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tar"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.34+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Dimitri John Ledkov "},"name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ubuntu-keyring@2021.03.26"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ubuntu-keyring"},{"name":"aquasecurity:trivy:SrcVersion","value":"2021.03.26"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"ucf@3.0043"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ucf"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0043"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"usrmerge@25ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"usrmerge"},{"name":"aquasecurity:trivy:SrcVersion","value":"25ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"util-linux@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Wazuh, Inc "},"name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"wazuh-agent@4.12.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"wazuh-agent"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.12.0"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"purl":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"zlib1g@1:1.2.11.dfsg-2ubuntu9.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"zlib"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu9.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.11.dfsg"}]}],"dependencies":[{"ref":"e676eec9-2c35-43aa-81de-2d72ccd51c0d","dependsOn":["pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:oci/aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-dns","dependsOn":["e676eec9-2c35-43aa-81de-2d72ccd51c0d"]}],"vulnerabilities":[]} +{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:cfba24e9-d8f9-474e-ac25-c21a8b86ed0e","version":1,"metadata":{"timestamp":"2026-06-12T13:20:32+00:00","tools":{"components":[{"type":"application","manufacturer":{"name":"Aqua Security Software Ltd."},"group":"aquasecurity","name":"trivy","version":"0.70.0"}]},"component":{"bom-ref":"pkg:oci/aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-dns","type":"container","name":"aptl-dns:latest","purl":"pkg:oci/aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-dns","properties":[{"name":"aquasecurity:trivy:DiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:61e95484bdf0f744d9c1a488a00939926909a34f88bfb39e47b39ab9bcc31634"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:75db965d84e9b7d971d4555ba8bc782f95b76efafa67ff1b6ddbd2802dccab42"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:761e5cd42d45668ad3dda45fc9c9578eb1cc2680d5f35e684b5d445bfe50fa87"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b628e05b623ecc15f96fbedb7e7ed0bff6ff22ba7afe28b221313b88f107d6de"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b84e8e457dc0fee3212005de2e43d49386f0aac5528b869fcefefe93e51cec4f"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:c275a75051edd63110bb0a6235a691a3d08531bec605794dd4e6b9a054366595"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:cd4af7f9f6439e1b8ae474dd5300b9895297c3eaf0b5fdbcc7577366da2689e7"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:ee295546b5a638f6c391a704ff7a933c017e935f3233b4ecadcec220529d963f"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:ee8dc45fbba6e691eaeca84dbadff2b605ec5b180761c09521e8ba5a64fb0fff"},{"name":"aquasecurity:trivy:ImageID","value":"sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.project","value":"aptl"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.service","value":"dns"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.version","value":"5.1.3"},{"name":"aquasecurity:trivy:Labels:org.opencontainers.image.version","value":"22.04"},{"name":"aquasecurity:trivy:Reference","value":"aptl-dns:latest"},{"name":"aquasecurity:trivy:RepoDigest","value":"aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6"},{"name":"aquasecurity:trivy:RepoTag","value":"aptl-dns:latest"},{"name":"aquasecurity:trivy:SchemaVersion","value":"2"},{"name":"aquasecurity:trivy:Size","value":"207250944"}]}},"components":[{"bom-ref":"e4b7f9e4-32c5-464b-a0f0-63184d1da422","type":"operating-system","name":"ubuntu","version":"22.04","properties":[{"name":"aquasecurity:trivy:Class","value":"os-pkgs"},{"name":"aquasecurity:trivy:Type","value":"ubuntu"}]},{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"adduser@3.118ubuntu5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"adduser"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.118ubuntu5"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"apt@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-files@12ubuntu4.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-files"},{"name":"aquasecurity:trivy:SrcVersion","value":"12ubuntu4.7"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Colin Watson "},"name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-passwd@3.5.52build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-passwd"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.52build1"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bash@5.1-6ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bash"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.1"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-dnsutils@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-host","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-host@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-libs","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-libs@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9-utils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9-utils@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bind9","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"bind9@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bsdutils@1:2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"MPL-2.0"}}],"purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"ca-certificates@20240203~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ca-certificates"},{"name":"aquasecurity:trivy:SrcVersion","value":"20240203~22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"coreutils@8.32-4.1ubuntu1.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"coreutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"4.1ubuntu1.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.32"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"name":"Paul-Vixie-s-license"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"cron@3.0pl1-137ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cron"},{"name":"aquasecurity:trivy:SrcRelease","value":"137ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0pl1"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"curl@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"FSFUL"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dash@0.5.11+git20210903+057cd650a4ed-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dash"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.5.11+git20210903+057cd650a4ed"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debconf@1.5.79ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.5.79ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debianutils@5.5-1ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debianutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.5"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"diffutils@1:3.8-0ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"diffutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.8"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"dirmngr@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"distro-info-data@0.52ubuntu0.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"distro-info-data"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.52ubuntu0.12"}]},{"bom-ref":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dns-root-data","version":"2024071801~ubuntu0.22.04.1","licenses":[{"license":{"name":"ICANN-Public"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"dns-root-data@2024071801~ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dns-root-data"},{"name":"aquasecurity:trivy:SrcVersion","value":"2024071801~ubuntu0.22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dnsutils","version":"1:9.18.39-0ubuntu0.22.04.3","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"dnsutils@1:9.18.39-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"bind9"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"9.18.39"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain-s-s-d"}},{"license":{"name":"public-domain-md5"}}],"purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dpkg@1.21.1ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dpkg"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.21.1ubuntu2.6"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"e2fsprogs@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"findutils@4.8.0-1ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"findutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.0"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"LGPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gcc-12-base@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-l10n@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-utils@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-agent@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-client@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-server@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpgconf@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"gpgsm@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gpgv@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"grep@3.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"grep"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GFDL-1.3--no-invariant"}},{"license":{"name":"FSF-manpages"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL-3"}}],"purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gzip@1.10-4ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gzip"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.10"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"hostname@3.23ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"hostname"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.23ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"init-system-helpers@1.62"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"init-system-helpers"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.62"}]},{"bom-ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"iproute2","version":"5.15.0-1ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"iproute2@5.15.0-1ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iproute2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.15.0"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"iptables@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"jq@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libacl1@2.3.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"acl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.1"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libapt-pkg6.0@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"GAP-FSF"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL-2.0-or-later WITH libtool-exception"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GAP"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libassuan0@2.5.5-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libassuan"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.5"}]},{"bom-ref":"pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libatm1","version":"1:2.5.1-4build2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libatm1@1:2.5.1-4build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"linux-atm"},{"name":"aquasecurity:trivy:SrcRelease","value":"4build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libattr1@1:2.5.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"attr"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit-common@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit1@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libblkid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbpf0","version":"1:0.5.0-1ubuntu22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libbpf0@1:0.5.0-1ubuntu22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libbpf"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.5.0"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libbrotli1@1.0.9-2build6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"brotli"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-Original"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"Beerware"}}],"purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libbsd0@0.11.5-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.11.5"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libbz2-1.0@1.0.8-5build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bzip2"},{"name":"aquasecurity:trivy:SrcRelease","value":"5build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc-bin@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc6@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap-ng0@0.7.9-2.2build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libcap-ng"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.2build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.7.9"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap2-bin","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libcap2-bin@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap2@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcom-err2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcom-err2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcrypt1","version":"1:4.4.27-1","purl":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcrypt1@1:4.4.27-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libxcrypt"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.4.27"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libcurl4@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdb5.3@5.3.28+dfsg1-0.8ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"db5.3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.8ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.3.28+dfsg1"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdebconfclient0","version":"0.261ubuntu1","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdebconfclient0@0.261ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cdebconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.261ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libedit2","version":"3.1-20210910-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libedit2@3.1-20210910-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libedit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.1-20210910"}]},{"bom-ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libelf1","version":"0.186-1ubuntu0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libelf1@0.186-1ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"elfutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.186"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libestr0@0.1.10-2.1build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libestr"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.1.10"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libexpat1@2.4.7-1ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"expat"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.7"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libext2fs2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libfastjson4@0.99.9-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libfastjson"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.99.9"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libffi8@3.4.2-4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libffi"},{"name":"aquasecurity:trivy:SrcRelease","value":"4"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.4.2"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcc-s1@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcrypt20@1.9.4-3ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgcrypt20"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.4"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgmp10@2:6.2.1+dfsg-3ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"gmp"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.2.1+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgnutls30@3.7.3-4ubuntu1.8"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnutls28"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1.8"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgpg-error0@1.43-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgpg-error"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgssapi-krb5-2@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libhogweed6@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libicu70@70.1-2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"icu"},{"name":"aquasecurity:trivy:SrcRelease","value":"2"},{"name":"aquasecurity:trivy:SrcVersion","value":"70.1"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Unicode"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libidn2-0@2.3.2-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libidn2"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libip4tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libip6tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libjq1@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjson-c5","version":"0.15-3~ubuntu1.22.04.2","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libjson-c5@0.15-3~ubuntu1.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"json-c"},{"name":"aquasecurity:trivy:SrcRelease","value":"3~ubuntu1.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.15"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libk5crypto3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkeyutils1@1.6.1-2ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"keyutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.1"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5-3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5support0@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"FSFUL"}},{"license":{"id":"LGPL-2.1-or-later"}}],"purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libksba8@1.6.0-2ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libksba"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libldap-2.5-0@2.5.20+dfsg-0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openldap"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.20+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"liblmdb0@0.9.24-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lmdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.24"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblz4-1@1.9.3-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lz4"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.3"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"name":"PD"}},{"license":{"name":"probably-PD"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"Autoconf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"none"}},{"license":{"name":"config-h"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"noderivs"}},{"license":{"name":"PD-debian"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblzma5@5.2.5-2ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xz-utils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.2.5"}]},{"bom-ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmaxminddb0","version":"1.5.2-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}}],"purl":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmaxminddb0@1.5.2-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmaxminddb"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.5.2"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"id":"ISC"}},{"license":{"id":"Beerware"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmd0@1.0.4-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmnl0@1.0.4-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libmount1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libmpdec3@2.5.1-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mpdecimal"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncurses6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncurses6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncursesw6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncursesw6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnetfilter-conntrack3@1.0.9-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnetfilter-conntrack"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnettle8@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnfnetlink0@1.0.1-3build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnfnetlink"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnftnl11@1.2.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnftnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"all-permissive"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libnghttp2-14@1.43.0-1ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nghttp2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libnpth0@1.6-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"npth"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"GPL-3--autoconf-exception"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"GPL-2--autoconf-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2--libtool-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnsl2@1.3.0-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libonig5@6.9.7.1-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libonig"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.9.7.1"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-IBM"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"same-as-rest-of-p11kit"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libp11-kit0@0.24.0-6build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"p11-kit"},{"name":"aquasecurity:trivy:SrcRelease","value":"6build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.24.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-cap","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-cap@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules-bin@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-runtime@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam0g@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre2-8-0@10.39-3ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pcre2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre3@2:8.39-13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"pcre3"},{"name":"aquasecurity:trivy:SrcRelease","value":"13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"name":"X-Consortium"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpopt0@1.18-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"popt"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.18"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libprocps8@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libpsl5@0.21.0-1.2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libpsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.21.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3-stdlib@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-stdlib@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libreadline8@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"librtmp1@2.4+20151223.gitfa8646d.1-2build4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rtmpdump"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build4"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4+20151223.gitfa8646d.1"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-2@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libseccomp2@2.5.3-2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libseccomp"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libselinux1@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libselinux"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage-common@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage2@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsepol2@3.3-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsepol"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsmartcols1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libsqlite3-0@3.37.2-2ubuntu0.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sqlite3"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libss2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libss2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"name":"LGPL-2.1--OpenSSL"}},{"license":{"name":"public-domain"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"libssh-4@0.9.6-2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libssh"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.6"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libssl3@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libstdc++6@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsystemd0@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtasn1-6@4.18.0-4ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtasn1-6"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.18.0"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtinfo6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc-common@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc3@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libudev1@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"FreeSoftware"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"name":"GPL-2.0-or-later WITH distribution-exception"}},{"license":{"id":"MIT"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.2-only"}}],"purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libunistring2@1.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libunistring"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libuuid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libuv1","version":"1.43.0-1ubuntu0.1","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"ISC"}},{"license":{"id":"CC-BY-4.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-1-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"GPL-3.0-or-later WITH autoconf-exception"}}],"purl":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libuv1@1.43.0-1ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libuv1"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43.0"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"name":"MIT-1"}},{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libxml2@2.9.13+dfsg-1ubuntu0.11"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libxml2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.11"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.9.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"libxtables12@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libxxhash0@0.8.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xxhash"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libzstd1@1.4.8+dfsg-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libzstd"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.8+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"login@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"logrotate@3.19.0-1ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"logrotate"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.19.0"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"logsave@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-base@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-release@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mawk@1.3.4.20200120-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mawk"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.4.20200120"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"media-types@7.0.0"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"media-types"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mount@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-base@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-bin@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"netbase@6.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netbase"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"netcat-openbsd@1.218-4ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netcat-openbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.218"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"openssl","version":"3.0.2-0ubuntu1.23","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"openssl@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"passwd@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"MIT"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"GPL-2.0-only WITH bison-exception+"}},{"license":{"name":"Unicode"}},{"license":{"name":"BZIP"}},{"license":{"id":"Zlib"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"BSD-3-Clause WITH weird-numbering"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Artistic-2"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"HSIEH-BSD"}}],"purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"perl-base@5.34.0-3ubuntu1.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"perl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.34.0"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"X11"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"pinentry-curses@1.1.1-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pinentry"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1.1"}]},{"bom-ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"procps@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-minimal","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3-minimal@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"setuptools"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"59.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"python3@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"readline-common@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"rsyslog@8.2112.0-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rsyslog"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.2112.0"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sed@4.8-1ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sed"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sensible-utils@0.0.17"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sensible-utils"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.0.17"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"name":"BSD-derived"}},{"license":{"name":"RDFLIB"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Medusa"}},{"license":{"name":"BSD-Derived"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"supervisor@4.2.1-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"supervisor"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sysvinit-utils@3.01-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sysvinit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.01"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"tar@1.34+dfsg-1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tar"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.34+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Dimitri John Ledkov "},"name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ubuntu-keyring@2021.03.26"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ubuntu-keyring"},{"name":"aquasecurity:trivy:SrcVersion","value":"2021.03.26"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:b53bb1839b85669878bc9e12e0f4c10980a5c5cc5101e2bd28875c8f207c15aa"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7394c0bff98883ae20e0a6f7118b92bbeb8ae9dafd0b30d87b7286467eb5523c"},{"name":"aquasecurity:trivy:PkgID","value":"ucf@3.0043"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ucf"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0043"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"usrmerge@25ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"usrmerge"},{"name":"aquasecurity:trivy:SrcVersion","value":"25ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"util-linux@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Wazuh, Inc "},"name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:3efddbd8233094cb2ce79b6eb191145b273553a6310c3e1a8bb78d290cdce7b6"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:35b7d6be04b218c9dd507c7eefd6ba0d427f56ba9a64a2f4d5c056a7f318fc37"},{"name":"aquasecurity:trivy:PkgID","value":"wazuh-agent@4.12.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"wazuh-agent"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.12.0"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"purl":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"zlib1g@1:1.2.11.dfsg-2ubuntu9.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"zlib"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu9.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.11.dfsg"}]}],"dependencies":[{"ref":"e4b7f9e4-32c5-464b-a0f0-63184d1da422","dependsOn":["pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9-host@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bind9@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/bind9-libs@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/bind9-utils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dns-root-data@2024071801~ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dnsutils@9.18.39-0ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/bind9-dnsutils@9.18.39-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/iproute2@5.15.0-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libatm1@2.5.1-4build2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbpf0@0.5.0-1ubuntu22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap2-bin@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libelf1@0.186-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjson-c5@0.15-3~ubuntu1.22.04.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmaxminddb0@1.5.2-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-cap@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libuv1@1.43.0-1ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:oci/aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-dns","dependsOn":["e4b7f9e4-32c5-464b-a0f0-63184d1da422"]}],"vulnerabilities":[]} diff --git a/docs/aces/inventory/dns/evidence/trivy-vulnerabilities.json.gz b/docs/aces/inventory/dns/evidence/trivy-vulnerabilities.json.gz index 1022fdb4..457bed77 100644 Binary files a/docs/aces/inventory/dns/evidence/trivy-vulnerabilities.json.gz and b/docs/aces/inventory/dns/evidence/trivy-vulnerabilities.json.gz differ diff --git a/docs/aces/inventory/dns/evidence/trivy-vulnerability-counts.json b/docs/aces/inventory/dns/evidence/trivy-vulnerability-counts.json index 897960d5..03ec1acc 100644 --- a/docs/aces/inventory/dns/evidence/trivy-vulnerability-counts.json +++ b/docs/aces/inventory/dns/evidence/trivy-vulnerability-counts.json @@ -1,10 +1,14 @@ [ + { + "severity": "HIGH", + "count": 2 + }, { "severity": "LOW", - "count": 22 + "count": 39 }, { "severity": "MEDIUM", - "count": 58 + "count": 64 } ] diff --git a/docs/aces/inventory/dns/evidence/trivy-vulnerability-list.json b/docs/aces/inventory/dns/evidence/trivy-vulnerability-list.json index c9c52859..fa4ef387 100644 --- a/docs/aces/inventory/dns/evidence/trivy-vulnerability-list.json +++ b/docs/aces/inventory/dns/evidence/trivy-vulnerability-list.json @@ -261,21 +261,21 @@ "target": null }, { - "id": "CVE-2026-4437", + "id": "CVE-2026-5435", "package_name": "libc-bin", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4437", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-5435", "target": null }, { - "id": "CVE-2026-4438", + "id": "CVE-2026-6238", "package_name": "libc-bin", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4438", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-6238", "target": null }, { @@ -288,21 +288,21 @@ "target": null }, { - "id": "CVE-2026-4437", + "id": "CVE-2026-5435", "package_name": "libc6", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4437", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-5435", "target": null }, { - "id": "CVE-2026-4438", + "id": "CVE-2026-6238", "package_name": "libc6", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4438", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-6238", "target": null }, { @@ -485,6 +485,15 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2026-22185", "target": null }, + { + "id": "CVE-2026-34743", + "package_name": "liblzma5", + "installed_version": "5.2.5-2ubuntu1", + "fixed_version": "5.2.5-2ubuntu1.1", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34743", + "target": null + }, { "id": "CVE-2026-27456", "package_name": "libmount1", @@ -557,6 +566,96 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2026-27456", "target": null }, + { + "id": "CVE-2026-45447", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "HIGH", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45447", + "target": null + }, + { + "id": "CVE-2026-34182", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34182", + "target": null + }, + { + "id": "CVE-2026-45445", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45445", + "target": null + }, + { + "id": "CVE-2026-34180", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34180", + "target": null + }, + { + "id": "CVE-2026-42766", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42766", + "target": null + }, + { + "id": "CVE-2026-42767", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42767", + "target": null + }, + { + "id": "CVE-2026-42770", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42770", + "target": null + }, + { + "id": "CVE-2026-45446", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45446", + "target": null + }, + { + "id": "CVE-2026-7383", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-7383", + "target": null + }, + { + "id": "CVE-2026-9076", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-9076", + "target": null + }, { "id": "CVE-2022-27943", "package_name": "libstdc++6", @@ -566,15 +665,33 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2022-27943", "target": null }, + { + "id": "CVE-2026-40226", + "package_name": "libsystemd0", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "249.11-0ubuntu3.21", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40226", + "target": null + }, { "id": "CVE-2023-7008", "package_name": "libsystemd0", "installed_version": "249.11-0ubuntu3.20", - "fixed_version": "", + "fixed_version": "249.11-0ubuntu3.21", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2023-7008", "target": null }, + { + "id": "CVE-2026-40228", + "package_name": "libsystemd0", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40228", + "target": null + }, { "id": "CVE-2023-50495", "package_name": "libtinfo6", @@ -584,15 +701,33 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2023-50495", "target": null }, + { + "id": "CVE-2026-40226", + "package_name": "libudev1", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "249.11-0ubuntu3.21", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40226", + "target": null + }, { "id": "CVE-2023-7008", "package_name": "libudev1", "installed_version": "249.11-0ubuntu3.20", - "fixed_version": "", + "fixed_version": "249.11-0ubuntu3.21", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2023-7008", "target": null }, + { + "id": "CVE-2026-40228", + "package_name": "libudev1", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40228", + "target": null + }, { "id": "CVE-2026-27456", "package_name": "libuuid1", @@ -656,6 +791,96 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2023-50495", "target": null }, + { + "id": "CVE-2026-45447", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "HIGH", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45447", + "target": null + }, + { + "id": "CVE-2026-34182", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34182", + "target": null + }, + { + "id": "CVE-2026-45445", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45445", + "target": null + }, + { + "id": "CVE-2026-34180", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34180", + "target": null + }, + { + "id": "CVE-2026-42766", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42766", + "target": null + }, + { + "id": "CVE-2026-42767", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42767", + "target": null + }, + { + "id": "CVE-2026-42770", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42770", + "target": null + }, + { + "id": "CVE-2026-45446", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45446", + "target": null + }, + { + "id": "CVE-2026-7383", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-7383", + "target": null + }, + { + "id": "CVE-2026-9076", + "package_name": "openssl", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-9076", + "target": null + }, { "id": "CVE-2023-29383", "package_name": "passwd", diff --git a/docs/aces/inventory/dns/mapping-ledger.yaml b/docs/aces/inventory/dns/mapping-ledger.yaml index f4303feb..e5d3026a 100644 --- a/docs/aces/inventory/dns/mapping-ledger.yaml +++ b/docs/aces/inventory/dns/mapping-ledger.yaml @@ -7,7 +7,7 @@ asset: source_class: custom-build proof_scope: steady-state-asset-spec provenance: - image_digest: aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75 + image_digest: aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6 attestation: status: not_available verification_status: not_applicable @@ -77,7 +77,7 @@ notes: facts: - id: dns.image.identity category: provenance - summary: The asset uses first-party local image aptl-dns:latest, captured as aptl-dns@sha256:98deb7dcc1ef3e3435bfeb4a9bffaac8a177636da8505164fba9eeee7508ec75. + summary: The asset uses first-party local image aptl-dns:latest, captured as aptl-dns@sha256:915548f73e04907ca2cd92ad535114c2d610480032a4a3081b645ad662451ea6. evidence: - path: evidence/docker-inspect.image.json - path: evidence/docker-inspect.container.json diff --git a/docs/aces/inventory/fileshare/README.md b/docs/aces/inventory/fileshare/README.md index f465d9b6..4b5693ee 100644 --- a/docs/aces/inventory/fileshare/README.md +++ b/docs/aces/inventory/fileshare/README.md @@ -20,7 +20,7 @@ of that local steady state, not as clean-lab rebuild proof. | Source class | `custom-build` | | Source package | `containers/fileshare/` plus `containers/_wazuh-agent/` | | Image tag | `aptl-fileshare:latest` | -| Image digest | `aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59` | +| Image digest | `aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96` | | Runtime OS | Ubuntu 22.04.5 LTS (Jammy Jellyfish) | | Runtime command | `/usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf` | | Listener | `0.0.0.0:139`, `0.0.0.0:445`, `:::139`, `:::445` | @@ -35,14 +35,14 @@ of that local steady state, not as clean-lab rebuild proof. | --- | --- | | Capture commands are reproducible. | `capture-evidence.sh`, `normalize-syft-cyclonedx.jq` | | Capture time, tool versions, and limits are recorded. | `evidence/captured-at-utc.txt`, `evidence/capture-limits.txt`, `evidence/docker-version.json`, `evidence/docker-compose-version.json`, `evidence/trivy-version.txt`, `evidence/syft-version.json`, `evidence/osquery-version.txt` | -| Compose service intent is represented by the redacted service slice. | `evidence/compose-service.fileshare.json` | +| Compose service intent is represented by the service slice. | `evidence/compose-service.fileshare.json` | | Custom image identity, config, and layers are recorded. | `evidence/docker-inspect.image.json`, `evidence/docker-history.image.txt`, `evidence/docker-history.image.jsonl` | | Source package inputs are checksum-addressable. | `evidence/source-checksums.txt` | | Runtime state is recorded. | `evidence/docker-inspect.container.json`, `evidence/docker-network.aptl-internal.json`, `evidence/docker-volume.fileshare-data.json`, `evidence/docker-volume.fileshare-logs.json`, `evidence/docker-top.txt`, `evidence/runtime-baseline.txt` | | OS packages and SBOM component inventories are recorded. | `evidence/os-packages.txt`, `evidence/language-manifests.txt`, `evidence/trivy-sbom.cyclonedx.json`, `evidence/syft-sbom.cyclonedx.json` | | Patch state is machine-readable. | `evidence/trivy-vulnerability-counts.json`, `evidence/trivy-vulnerability-list.json` | | osquery table attempts are recorded. | `evidence/osquery-apt-sources.json`, `evidence/osquery-docker-containers.json`, `evidence/osquery-docker-images.json`, `evidence/osquery-installed-applications.json`, `evidence/osquery-listening-ports.json`, `evidence/osquery-processes.json`, `evidence/osquery-programs.json` | -| Filesystem and share paths are hashable without committing generated secret contents. | `evidence/filesystem-tree.txt`, `evidence/filesystem-checksums.txt`, `evidence/share-tree.txt`, `evidence/share-checksums.txt` | +| Filesystem and share paths, including scenario secret fixture contents, are recorded. | `evidence/filesystem-tree.txt`, `evidence/filesystem-checksums.txt`, `evidence/filesystem-sensitive-paths.txt`, `evidence/share-tree.txt`, `evidence/share-checksums.txt` | | SMB access behavior is captured from inside the container. | `evidence/smbclient-anonymous-probes.txt`, `evidence/smbclient-svc-fileshare-probes.txt` | | Evidence files have integrity checksums. | `evidence/evidence-sha256sums.txt` | | Captured facts are mapped to current ACES surfaces. | `mapping-ledger.yaml` | @@ -62,18 +62,19 @@ of that local steady state, not as clean-lab rebuild proof. - The named volume `aptl_fileshare_data` is mounted at `/srv/shares` and contains the Public, Engineering, Finance, HR, IT-Backups, and Shared share trees. The named volume `aptl_fileshare_logs` is mounted at `/var/log/samba`. +- Scenario secret fixture files, including flags, planted credentials, the + leaked deploy key, and the Wazuh client key, are captured verbatim in + `evidence/filesystem-sensitive-paths.txt`. - Anonymous SMB access lists Public and Shared. Anonymous access to Engineering, Finance, HR, and IT-Backups returns `NT_STATUS_ACCESS_DENIED`. - The `svc-fileshare` Samba account is present, but the captured probe shows it still cannot list Engineering because no local `Engineering` group membership exists in the standalone Samba container. -- `setup-shares.sh` attempts to generate - `/srv/shares/it-backups/keys/deploy_key`, but the observed runtime state does - not contain `deploy_key` or `deploy_key.pub`. The likely realized cause is - that `ssh-keygen` is not available in the image; the bundle records the - absence rather than treating authored intent as runtime fact. -- The Trivy evidence captured 120 package vulnerability findings at scan time: - 52 medium and 68 low. +- `setup-shares.sh` generates `/srv/shares/it-backups/keys/deploy_key` and + `deploy_key.pub`; both are present in the observed runtime state and captured + by stat, checksum, and raw content evidence. +- The Trivy evidence captured 132 package vulnerability findings at scan time: + 1 high, 53 medium, and 78 low. - Syft CycloneDX output is normalized by `normalize-syft-cyclonedx.jq` to strip `syft:location:*` properties only. Filesystem provenance is retained through `filesystem-tree.txt`, `filesystem-checksums.txt`, `share-tree.txt`, and @@ -110,9 +111,6 @@ uv run aptl aces-inventory gaps docs/aces/inventory/fileshare - The evidence came from a running lab, not a destructive fresh reset. - The capture does not prove byte-identical rebuildability or full root filesystem equivalence. -- Generated flag contents and generated SSH private-key material are not - committed. Their paths, permissions, sizes, and SHA-256 digests or absence - are recorded instead. - Vulnerability results are time-sensitive to the Trivy database and advisory feeds. - osquery `installed_applications` and `programs` were unavailable in the diff --git a/docs/aces/inventory/fileshare/capture-evidence.sh b/docs/aces/inventory/fileshare/capture-evidence.sh index 1efc3ea7..30d327e3 100755 --- a/docs/aces/inventory/fileshare/capture-evidence.sh +++ b/docs/aces/inventory/fileshare/capture-evidence.sh @@ -21,35 +21,14 @@ record_limit() { printf -- '- %s\n' "$*" >> "$OUT/capture-limits.txt" } -redact_env_jq=' - def redact_env: - if test("^(APTL_FLAG_KEY|WAZUH_PASSWORD|WAZUH_REGISTRATION_PASSWORD|WAZUH_API_PASSWORD)=") then - capture("^(?[^=]+)=") as $m - | "\($m.name)=" - else - . - end; -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" docker compose version --format json | jq . > "$OUT/docker-compose-version.json" -COMPOSE_PROFILES=fileshare,wazuh,soc docker compose -f "$ROOT/docker-compose.yml" config --format json \ - | jq ' - .services.fileshare - | .environment |= with_entries( - if (.key | test("^(APTL_FLAG_KEY|WAZUH_PASSWORD|WAZUH_REGISTRATION_PASSWORD|WAZUH_API_PASSWORD)$")) - then .value = ("") - else . - end - ) - ' > "$OUT/compose-service.fileshare.json" - -docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= map(redact_env)" \ - > "$OUT/docker-inspect.container.json" +yq -o=json '.services.fileshare' "$ROOT/docker-compose.yml" | jq . > "$OUT/compose-service.fileshare.json" + +docker inspect "$CONTAINER" | jq . > "$OUT/docker-inspect.container.json" docker image inspect "$IMAGE" | jq . > "$OUT/docker-inspect.image.json" docker history --no-trunc "$IMAGE" > "$OUT/docker-history.image.txt" @@ -96,6 +75,7 @@ docker exec "$CONTAINER" sh -lc ' /opt/aptl/wazuh/ossec.conf.template \ /opt/aptl/wazuh/wazuh-agent.sh \ /var/ossec/etc/ossec.conf \ + /var/ossec/etc/client.keys \ /srv/shares \ /srv/shares/public \ /srv/shares/public/welcome.txt \ @@ -140,6 +120,7 @@ docker exec "$CONTAINER" sh -lc ' /opt/aptl/wazuh/ossec.conf.template \ /opt/aptl/wazuh/wazuh-agent.sh \ /var/ossec/etc/ossec.conf \ + /var/ossec/etc/client.keys \ /srv/shares/public/welcome.txt \ /srv/shares/engineering/deployments/deploy.sh \ /srv/shares/engineering/deployments/README.md \ @@ -162,15 +143,8 @@ docker exec "$CONTAINER" sh -lc ' done ' > "$OUT/filesystem-checksums.txt" -record_limit "Generated flag contents and generated SSH private-key material are represented by path metadata and SHA-256 digests only; raw values are intentionally not committed under ADR-029." -record_limit "The authored setup-shares.sh attempts to generate /srv/shares/it-backups/keys/deploy_key, but the observed steady-state container does not contain deploy_key or deploy_key.pub; filesystem-tree.txt and filesystem-checksums.txt record those paths as MISSING." - docker exec "$CONTAINER" sh -lc ' set -eu - redact_env() { - sed -E "s/^(APTL_FLAG_KEY|WAZUH_PASSWORD|WAZUH_REGISTRATION_PASSWORD|WAZUH_API_PASSWORD)=.*/\1=/" \ - | sed "s///;s///;s///;s///" - } echo --os-release-- cat /etc/os-release echo --id-- @@ -182,7 +156,7 @@ docker exec "$CONTAINER" sh -lc ' echo --capabilities-pid1-- grep "^Cap" /proc/1/status || true echo --environment-- - env | sort | redact_env + env | sort echo --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 echo --mounts-- @@ -196,7 +170,7 @@ docker exec "$CONTAINER" sh -lc ' echo --samba-config-shares-- testparm -s 2>/dev/null | sed -n "/^\\[/,\$p" || true echo --samba-users-- - pdbedit -L -v 2>/dev/null | sed -E "s/(NT password|LM password):.*/\1:/" || true + pdbedit -L -v 2>/dev/null || true echo --supervisor-- supervisorctl status || true echo --process-tree-- @@ -204,6 +178,30 @@ docker exec "$CONTAINER" sh -lc ' ' > "$OUT/runtime-baseline.txt" sed -i 's/[[:space:]]\+$//' "$OUT/runtime-baseline.txt" "$OUT/docker-top.txt" +docker exec "$CONTAINER" sh -lc ' + set -eu + for path in \ + /srv/shares/engineering/deployments/deploy.sh \ + /srv/shares/finance/reports/q3-revenue.csv \ + /srv/shares/hr/employees/directory.csv \ + /srv/shares/it-backups/keys/deploy_key \ + /srv/shares/it-backups/keys/deploy_key.pub \ + /srv/shares/it-backups/db_backup_20240115.sql \ + /srv/shares/shared/wifi-passwords.txt \ + /srv/shares/shared/user-flag.txt \ + /root/root.txt \ + /var/ossec/etc/client.keys + do + printf -- "--path:%s--\n" "$path" + if [ -f "$path" ]; then + cat "$path" + printf "\n" + else + printf "MISSING\n" + fi + done +' > "$OUT/filesystem-sensitive-paths.txt" + docker exec "$CONTAINER" sh -lc ' set -eu echo --all-share-paths-- diff --git a/docs/aces/inventory/fileshare/evidence/capture-limits.txt b/docs/aces/inventory/fileshare/evidence/capture-limits.txt index 6b3af43f..54aaec11 100644 --- a/docs/aces/inventory/fileshare/evidence/capture-limits.txt +++ b/docs/aces/inventory/fileshare/evidence/capture-limits.txt @@ -1,5 +1,3 @@ -- Generated flag contents and generated SSH private-key material are represented by path metadata and SHA-256 digests only; raw values are intentionally not committed under ADR-029. -- The setup-shares.sh keygen previously silently no-oped because openssh-client (ssh-keygen) was missing from the fileshare image; the planted deploy_key was therefore absent. Fixed: the Dockerfile now installs openssh-client and the keygen is idempotent and non-silent. The leaked deploy_key / deploy_key.pub are now present and recorded with stat + sha256. - smbclient-svc-fileshare-probes.txt uses the participant-visible fixture credential svc-fileshare/FileShare2024! to prove auth behavior; the value is already authored in containers/fileshare/setup-shares.sh. - Syft CycloneDX output was deterministically normalized by stripping syft:location:* properties; filesystem provenance is captured in filesystem-tree.txt, filesystem-checksums.txt, share-tree.txt, and share-checksums.txt. - osquery installed_applications and programs tables were unavailable in the Linux osquery 4.9.0 scanner image. diff --git a/docs/aces/inventory/fileshare/evidence/captured-at-utc.txt b/docs/aces/inventory/fileshare/evidence/captured-at-utc.txt index 5a4fefa5..86f80f03 100644 --- a/docs/aces/inventory/fileshare/evidence/captured-at-utc.txt +++ b/docs/aces/inventory/fileshare/evidence/captured-at-utc.txt @@ -1 +1 @@ -2026-05-26T02:51:35Z +2026-06-12T12:25:44Z diff --git a/docs/aces/inventory/fileshare/evidence/compose-service.fileshare.json b/docs/aces/inventory/fileshare/evidence/compose-service.fileshare.json index c178a576..ae11f91b 100644 --- a/docs/aces/inventory/fileshare/evidence/compose-service.fileshare.json +++ b/docs/aces/inventory/fileshare/evidence/compose-service.fileshare.json @@ -3,59 +3,46 @@ "fileshare" ], "build": { - "context": "/home/atomik/src/aptl2", + "context": ".", "dockerfile": "containers/fileshare/Dockerfile" }, + "container_name": "aptl-fileshare", + "hostname": "files.techvault.local", + "restart": "unless-stopped", + "environment": [ + "SIEM_IP=172.20.0.10", + "WAZUH_MANAGER=wazuh.manager", + "AGENT_NAME=aptl-fileshare-agent", + "LOG_PATHS=/var/log/samba/log.samba-bgqd,/var/log/samba/log.*", + "LOG_FORMAT=syslog" + ], + "volumes": [ + "fileshare_data:/srv/shares", + "fileshare_logs:/var/log/samba" + ], "cap_add": [ "NET_ADMIN" ], - "command": null, - "container_name": "aptl-fileshare", - "deploy": { - "resources": { - "limits": { - "memory": "536870912" - } - }, - "placement": {} - }, - "entrypoint": null, - "environment": { - "AGENT_NAME": "aptl-fileshare-agent", - "LOG_FORMAT": "syslog", - "LOG_PATHS": "/var/log/samba/log.samba-bgqd,/var/log/samba/log.*", - "SIEM_IP": "172.20.0.10", - "WAZUH_MANAGER": "wazuh.manager" - }, - "hostname": "files.techvault.local", "healthcheck": { "test": [ "CMD-SHELL", "smbclient -L localhost -N || exit 1" ], - "timeout": "5s", "interval": "15s", + "timeout": "5s", "retries": 5, "start_period": "30s" }, + "deploy": { + "resources": { + "limits": { + "memory": "512m" + } + } + }, "networks": { "aptl-internal": { "ipv4_address": "172.20.2.12" } - }, - "restart": "unless-stopped", - "volumes": [ - { - "type": "volume", - "source": "fileshare_data", - "target": "/srv/shares", - "volume": {} - }, - { - "type": "volume", - "source": "fileshare_logs", - "target": "/var/log/samba", - "volume": {} - } - ] + } } diff --git a/docs/aces/inventory/fileshare/evidence/docker-history.image.jsonl b/docs/aces/inventory/fileshare/evidence/docker-history.image.jsonl index 6cd9f04b..53953ec3 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-history.image.jsonl +++ b/docs/aces/inventory/fileshare/evidence/docker-history.image.jsonl @@ -1,20 +1,20 @@ -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:42+02:00","CreatedBy":"ENTRYPOINT [\"/opt/setup-shares.sh\"]","CreatedSince":"8 days ago","ID":"sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:42+02:00","CreatedBy":"EXPOSE [139/tcp 445/tcp]","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:42+02:00","CreatedBy":"RUN /bin/sh -c chmod +x /opt/setup-shares.sh # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:41+02:00","CreatedBy":"COPY containers/fileshare/supervisord.conf /etc/supervisor/conf.d/fileshare.conf # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:41+02:00","CreatedBy":"COPY containers/fileshare/smb.conf /etc/samba/smb.conf # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:41+02:00","CreatedBy":"COPY containers/fileshare/setup-shares.sh /opt/setup-shares.sh # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:41+02:00","CreatedBy":"RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"4.1kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:40+02:00","CreatedBy":"COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:39+02:00","CreatedBy":"COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:39+02:00","CreatedBy":"RUN /bin/sh -c /tmp/install-wazuh.sh \u0026\u0026 rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"30.4MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:19+02:00","CreatedBy":"COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:18+02:00","CreatedBy":"COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:18+02:00","CreatedBy":"COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:15+02:00","CreatedBy":"RUN /bin/sh -c apt-get update \u0026\u0026 apt-get install -y samba smbclient rsyslog net-tools iptables supervisor \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"228MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-18T02:58:15+02:00","CreatedBy":"ENV DEBIAN_FRONTEND=noninteractive","CreatedSince":"8 days ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"","CreatedAt":"2026-05-09T06:49:23+02:00","CreatedBy":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"","CreatedAt":"2026-05-09T06:49:23+02:00","CreatedBy":"/bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / ","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"87.7MB"} -{"Comment":"","CreatedAt":"2026-05-09T06:49:21+02:00","CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"","CreatedAt":"2026-05-09T06:49:21+02:00","CreatedBy":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"","CreatedAt":"2026-05-09T06:49:21+02:00","CreatedBy":"/bin/sh -c #(nop) ARG RELEASE","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:23+02:00","CreatedBy":"ENTRYPOINT [\"/opt/setup-shares.sh\"]","CreatedSince":"21 hours ago","ID":"sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:23+02:00","CreatedBy":"EXPOSE [139/tcp 445/tcp]","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:23+02:00","CreatedBy":"RUN /bin/sh -c chmod +x /opt/setup-shares.sh # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:23+02:00","CreatedBy":"COPY containers/fileshare/supervisord.conf /etc/supervisor/conf.d/fileshare.conf # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:22+02:00","CreatedBy":"COPY containers/fileshare/smb.conf /etc/samba/smb.conf # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:22+02:00","CreatedBy":"COPY containers/fileshare/setup-shares.sh /opt/setup-shares.sh # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:21+02:00","CreatedBy":"RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"4.1kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:20+02:00","CreatedBy":"COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:20+02:00","CreatedBy":"COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:16:19+02:00","CreatedBy":"RUN /bin/sh -c /tmp/install-wazuh.sh \u0026\u0026 rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"30.4MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:59+02:00","CreatedBy":"COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:58+02:00","CreatedBy":"COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:57+02:00","CreatedBy":"COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:56+02:00","CreatedBy":"RUN /bin/sh -c apt-get update \u0026\u0026 apt-get install -y samba smbclient rsyslog net-tools iptables supervisor openssh-client \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"236MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:56+02:00","CreatedBy":"ENV DEBIAN_FRONTEND=noninteractive","CreatedSince":"21 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"","CreatedAt":"2026-05-09T06:49:23+02:00","CreatedBy":"/bin/sh -c #(nop) CMD [\"/bin/bash\"]","CreatedSince":"4 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"","CreatedAt":"2026-05-09T06:49:23+02:00","CreatedBy":"/bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / ","CreatedSince":"4 weeks ago","ID":"\u003cmissing\u003e","Size":"87.7MB"} +{"Comment":"","CreatedAt":"2026-05-09T06:49:21+02:00","CreatedBy":"/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04","CreatedSince":"4 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"","CreatedAt":"2026-05-09T06:49:21+02:00","CreatedBy":"/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH","CreatedSince":"4 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"","CreatedAt":"2026-05-09T06:49:21+02:00","CreatedBy":"/bin/sh -c #(nop) ARG RELEASE","CreatedSince":"4 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} diff --git a/docs/aces/inventory/fileshare/evidence/docker-history.image.txt b/docs/aces/inventory/fileshare/evidence/docker-history.image.txt index d8591ba0..7a734830 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-history.image.txt +++ b/docs/aces/inventory/fileshare/evidence/docker-history.image.txt @@ -1,21 +1,21 @@ -IMAGE CREATED CREATED BY SIZE COMMENT -sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59 8 days ago ENTRYPOINT ["/opt/setup-shares.sh"] 0B buildkit.dockerfile.v0 - 8 days ago EXPOSE [139/tcp 445/tcp] 0B buildkit.dockerfile.v0 - 8 days ago RUN /bin/sh -c chmod +x /opt/setup-shares.sh # buildkit 16.4kB buildkit.dockerfile.v0 - 8 days ago COPY containers/fileshare/supervisord.conf /etc/supervisor/conf.d/fileshare.conf # buildkit 20.5kB buildkit.dockerfile.v0 - 8 days ago COPY containers/fileshare/smb.conf /etc/samba/smb.conf # buildkit 16.4kB buildkit.dockerfile.v0 - 8 days ago COPY containers/fileshare/setup-shares.sh /opt/setup-shares.sh # buildkit 16.4kB buildkit.dockerfile.v0 - 8 days ago RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit 4.1kB buildkit.dockerfile.v0 - 8 days ago COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit 24.6kB buildkit.dockerfile.v0 - 8 days ago COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit 20.5kB buildkit.dockerfile.v0 - 8 days ago RUN /bin/sh -c /tmp/install-wazuh.sh && rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit 30.4MB buildkit.dockerfile.v0 - 8 days ago COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit 12.3kB buildkit.dockerfile.v0 - 8 days ago COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit 16.4kB buildkit.dockerfile.v0 - 8 days ago COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit 12.3kB buildkit.dockerfile.v0 - 8 days ago RUN /bin/sh -c apt-get update && apt-get install -y samba smbclient rsyslog net-tools iptables supervisor && rm -rf /var/lib/apt/lists/* # buildkit 228MB buildkit.dockerfile.v0 - 8 days ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 - 2 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B - 2 weeks ago /bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / 87.7MB - 2 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04 0B - 2 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B - 2 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B +IMAGE CREATED CREATED BY SIZE COMMENT +sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96 21 hours ago ENTRYPOINT ["/opt/setup-shares.sh"] 0B buildkit.dockerfile.v0 + 21 hours ago EXPOSE [139/tcp 445/tcp] 0B buildkit.dockerfile.v0 + 21 hours ago RUN /bin/sh -c chmod +x /opt/setup-shares.sh # buildkit 16.4kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/fileshare/supervisord.conf /etc/supervisor/conf.d/fileshare.conf # buildkit 20.5kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/fileshare/smb.conf /etc/samba/smb.conf # buildkit 16.4kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/fileshare/setup-shares.sh /opt/setup-shares.sh # buildkit 16.4kB buildkit.dockerfile.v0 + 21 hours ago RUN /bin/sh -c chmod +x /opt/aptl/wazuh/wazuh-agent.sh # buildkit 4.1kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/_wazuh-agent/wazuh-agent.sh /opt/aptl/wazuh/wazuh-agent.sh # buildkit 24.6kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/_wazuh-agent/ossec.conf.template /opt/aptl/wazuh/ossec.conf.template # buildkit 20.5kB buildkit.dockerfile.v0 + 21 hours ago RUN /bin/sh -c /tmp/install-wazuh.sh && rm /tmp/install-wazuh.sh /tmp/aptl-firewall-drop.sh /tmp/active-response-whitelist # buildkit 30.4MB buildkit.dockerfile.v0 + 21 hours ago COPY config/wazuh_cluster/etc/lists/active-response-whitelist /tmp/active-response-whitelist # buildkit 12.3kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/_wazuh-agent/aptl-firewall-drop.sh /tmp/aptl-firewall-drop.sh # buildkit 16.4kB buildkit.dockerfile.v0 + 21 hours ago COPY containers/_wazuh-agent/install.sh /tmp/install-wazuh.sh # buildkit 12.3kB buildkit.dockerfile.v0 + 21 hours ago RUN /bin/sh -c apt-get update && apt-get install -y samba smbclient rsyslog net-tools iptables supervisor openssh-client && rm -rf /var/lib/apt/lists/* # buildkit 236MB buildkit.dockerfile.v0 + 21 hours ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 + 4 weeks ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B + 4 weeks ago /bin/sh -c #(nop) ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / 87.7MB + 4 weeks ago /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04 0B + 4 weeks ago /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH 0B + 4 weeks ago /bin/sh -c #(nop) ARG RELEASE 0B diff --git a/docs/aces/inventory/fileshare/evidence/docker-inspect.container.json b/docs/aces/inventory/fileshare/evidence/docker-inspect.container.json index e6923175..5f7b2e71 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/fileshare/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b", - "Created": "2026-05-23T06:18:29.911616288Z", + "Id": "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad", + "Created": "2026-06-11T16:00:17.869356325Z", "Path": "/opt/setup-shares.sh", "Args": [], "State": { @@ -11,53 +11,53 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2955821, + "Pid": 805090, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:18:34.664837176Z", + "StartedAt": "2026-06-11T16:00:22.322622516Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { - "Start": "2026-05-26T04:50:28.989867665+02:00", - "End": "2026-05-26T04:50:29.062257756+02:00", + "Start": "2026-06-12T14:24:41.64325654+02:00", + "End": "2026-06-12T14:24:41.710193224+02:00", "ExitCode": 0, "Output": "\n\tSharename Type Comment\n\t--------- ---- -------\n\tPublic Disk Public Share - Anyone can access\n\tEngineering Disk Engineering Team Files\n\tFinance Disk Financial Documents\n\tHR Disk HR Documents\n\tShared Disk Company Shared Drive\n\tIPC$ IPC IPC Service (TechVault File Server)\nSMB1 disabled -- no workgroup available\n" }, { - "Start": "2026-05-26T04:50:44.062667178+02:00", - "End": "2026-05-26T04:50:44.142690398+02:00", + "Start": "2026-06-12T14:24:56.710718953+02:00", + "End": "2026-06-12T14:24:56.789222164+02:00", "ExitCode": 0, "Output": "\n\tSharename Type Comment\n\t--------- ---- -------\n\tPublic Disk Public Share - Anyone can access\n\tEngineering Disk Engineering Team Files\n\tFinance Disk Financial Documents\n\tHR Disk HR Documents\n\tShared Disk Company Shared Drive\n\tIPC$ IPC IPC Service (TechVault File Server)\nSMB1 disabled -- no workgroup available\n" }, { - "Start": "2026-05-26T04:50:59.143438563+02:00", - "End": "2026-05-26T04:50:59.21494902+02:00", + "Start": "2026-06-12T14:25:11.790539621+02:00", + "End": "2026-06-12T14:25:11.86018801+02:00", "ExitCode": 0, "Output": "\n\tSharename Type Comment\n\t--------- ---- -------\n\tPublic Disk Public Share - Anyone can access\n\tEngineering Disk Engineering Team Files\n\tFinance Disk Financial Documents\n\tHR Disk HR Documents\n\tShared Disk Company Shared Drive\n\tIPC$ IPC IPC Service (TechVault File Server)\nSMB1 disabled -- no workgroup available\n" }, { - "Start": "2026-05-26T04:51:14.216194527+02:00", - "End": "2026-05-26T04:51:14.286974198+02:00", + "Start": "2026-06-12T14:25:26.861591238+02:00", + "End": "2026-06-12T14:25:26.939762536+02:00", "ExitCode": 0, "Output": "\n\tSharename Type Comment\n\t--------- ---- -------\n\tPublic Disk Public Share - Anyone can access\n\tEngineering Disk Engineering Team Files\n\tFinance Disk Financial Documents\n\tHR Disk HR Documents\n\tShared Disk Company Shared Drive\n\tIPC$ IPC IPC Service (TechVault File Server)\nSMB1 disabled -- no workgroup available\n" }, { - "Start": "2026-05-26T04:51:29.288465697+02:00", - "End": "2026-05-26T04:51:29.355828087+02:00", + "Start": "2026-06-12T14:25:41.941041016+02:00", + "End": "2026-06-12T14:25:42.009966814+02:00", "ExitCode": 0, "Output": "\n\tSharename Type Comment\n\t--------- ---- -------\n\tPublic Disk Public Share - Anyone can access\n\tEngineering Disk Engineering Team Files\n\tFinance Disk Financial Documents\n\tHR Disk HR Documents\n\tShared Disk Company Shared Drive\n\tIPC$ IPC IPC Service (TechVault File Server)\nSMB1 disabled -- no workgroup available\n" } ] } }, - "Image": "sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59", - "ResolvConfPath": "/var/lib/docker/containers/961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b/hostname", - "HostsPath": "/var/lib/docker/containers/961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b/hosts", - "LogPath": "/var/lib/docker/containers/961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b/961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b-json.log", + "Image": "sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96", + "ResolvConfPath": "/var/lib/docker/containers/21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad/hostname", + "HostsPath": "/var/lib/docker/containers/21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad/hosts", + "LogPath": "/var/lib/docker/containers/21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad/21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad-json.log", "Name": "/aptl-fileshare", "RestartCount": 0, "Driver": "overlayfs", @@ -68,8 +68,8 @@ "ExecIDs": null, "HostConfig": { "Binds": [ - "aptl_fileshare_logs:/var/log/samba:rw", - "aptl_fileshare_data:/srv/shares:rw" + "aptl_fileshare_data:/srv/shares:rw", + "aptl_fileshare_logs:/var/log/samba:rw" ], "ContainerIDFile": "", "LogConfig": { @@ -174,9 +174,9 @@ "Mounts": [ { "Type": "volume", - "Name": "aptl_fileshare_logs", - "Source": "/var/lib/docker/volumes/aptl_fileshare_logs/_data", - "Destination": "/var/log/samba", + "Name": "aptl_fileshare_data", + "Source": "/var/lib/docker/volumes/aptl_fileshare_data/_data", + "Destination": "/srv/shares", "Driver": "local", "Mode": "rw", "RW": true, @@ -184,9 +184,9 @@ }, { "Type": "volume", - "Name": "aptl_fileshare_data", - "Source": "/var/lib/docker/volumes/aptl_fileshare_data/_data", - "Destination": "/srv/shares", + "Name": "aptl_fileshare_logs", + "Source": "/var/lib/docker/volumes/aptl_fileshare_logs/_data", + "Destination": "/var/log/samba", "Driver": "local", "Mode": "rw", "RW": true, @@ -208,11 +208,11 @@ "OpenStdin": false, "StdinOnce": false, "Env": [ - "WAZUH_MANAGER=wazuh.manager", "AGENT_NAME=aptl-fileshare-agent", "LOG_PATHS=/var/log/samba/log.samba-bgqd,/var/log/samba/log.*", "LOG_FORMAT=syslog", "SIEM_IP=172.20.0.10", + "WAZUH_MANAGER=wazuh.manager", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "DEBIAN_FRONTEND=noninteractive" ], @@ -237,7 +237,7 @@ "com.docker.compose.config-hash": "3ca345b670eb433bbe48d5656f03b7909c5bc22d816b344955dba7cf1e1d81b9", "com.docker.compose.container-number": "1", "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59", + "com.docker.compose.image": "sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96", "com.docker.compose.oneoff": "False", "com.docker.compose.project": "aptl", "com.docker.compose.project.config_files": "/home/atomik/src/aptl/docker-compose.yml", @@ -248,8 +248,8 @@ } }, "NetworkSettings": { - "SandboxID": "88f59f87b4b3ce3e23f5b2bbc7d1b32b7b64192f6a304e286c9c53e661fd1119", - "SandboxKey": "/var/run/docker/netns/88f59f87b4b3", + "SandboxID": "23bdaeee731cc6f26bd35a745fdfff1d71ab6ee96b9d321bf5967c60314ad4d2", + "SandboxKey": "/var/run/docker/netns/23bdaeee731c", "Ports": { "139/tcp": null, "445/tcp": null @@ -267,10 +267,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", - "EndpointID": "329bb36706e30e185325da0c1360c6cb18fdb4e92f84f586e0f5162da616f53e", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", "Gateway": "", "IPAddress": "172.20.2.12", - "MacAddress": "26:36:cc:03:76:e1", + "MacAddress": "aa:0a:ca:f6:3f:b1", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -278,7 +278,7 @@ "DNSNames": [ "aptl-fileshare", "fileshare", - "961e464bcbf1", + "21eda147ba30", "files.techvault.local" ] } @@ -286,7 +286,7 @@ }, "ImageManifestDescriptor": { "mediaType": "application/vnd.oci.image.manifest.v1+json", - "digest": "sha256:0afc7a8d8497d6a0fe37a0861b60c5d2c61da0267939659b741c9fa529d9ab51", + "digest": "sha256:7b1c92a7ba85ee68a2dfcd47628a21b5aa0284282cd1976f32d76960b3a096cb", "size": 2753, "platform": { "architecture": "amd64", diff --git a/docs/aces/inventory/fileshare/evidence/docker-inspect.image.json b/docs/aces/inventory/fileshare/evidence/docker-inspect.image.json index 9b4c4333..a801f901 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-inspect.image.json +++ b/docs/aces/inventory/fileshare/evidence/docker-inspect.image.json @@ -1,14 +1,14 @@ [ { - "Id": "sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59", + "Id": "sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96", "RepoTags": [ "aptl-fileshare:latest" ], "RepoDigests": [ - "aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59" + "aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96" ], "Comment": "buildkit.dockerfile.v0", - "Created": "2026-05-18T02:58:42.564624892+02:00", + "Created": "2026-06-11T17:16:23.992845395+02:00", "Config": { "ExposedPorts": { "139/tcp": {}, @@ -30,38 +30,38 @@ }, "Architecture": "amd64", "Os": "linux", - "Size": 109473297, + "Size": 112069534, "RootFS": { "Type": "layers", "Layers": [ "sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d", - "sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4", - "sha256:eeb454317012f774808c73b6b10db5003527c2fc59fa54ddbedada5034c005e6", - "sha256:58c843b57ca70c01ce9cad5f9e5f04efc68badff82caf68f0d416557c899e9bc", - "sha256:6e55499bda71fd1fa90875696e869676806f4be7df36befc0cc89ffc7e28e0c1", - "sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad", - "sha256:f592f6ef1a90353a80f98fd31efb6c6fd26b7e30e3202bc99d1a362b184317a1", - "sha256:5fb665059c7c732e1fb5409520cbedae78fa75fe7c19ae4b596fb710f4561084", + "sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0", + "sha256:9b214b9d4e2363d3108f52bc30f37575addfbbf681f17ebd381ad75b26fbec15", + "sha256:07ab72426629884d907d8b782e68f9dece9166e37dedaf18b1bd7acc76547a48", + "sha256:1f53b53829635a46e3f7912f2b91dac36fb1787c1e06ba11b3b43e140f03bf16", + "sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36", + "sha256:6c8330d8e028448289ebe63ecbafba5b0f366c0d4abfb4d1138e1809ceae05f3", + "sha256:c5f9686164c4e9b07705c8ae15f95654638952eeeca28d491521033c00911da4", "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", - "sha256:b4cbeb5a35ddc5ee7073671859a839c38ee2a35f3c89b51227023a99cca06206", - "sha256:d3b638176c6cc6ac9ae8b7affe7796751a55071df4ccde66520858b53ea12049", - "sha256:8d14ef159cff0275ecf020f6133bfabb154a4d61c02b9ac35aff36e480174b30", - "sha256:e1ab6369a5d252073f64d8ba2a50c227d1197a2e8044425cf2efb3fb675c809f" + "sha256:a12f81844d206a93525e6df943c96870ec0a951cbd4f218961842efdbe4b670d", + "sha256:9b33e9992d4397410f99bd2a7ae48c331eb152ee75e55be3c5fa34fe31572497", + "sha256:36d5a316985a823bcf913e8825518dba06cb6e5c16f3ec97b484ea10852fc9e7", + "sha256:25583e0793fbf204f7bfd5e3ec06e5fb243d58cd3a4599d9679c600790dfb11d" ] }, "Metadata": { - "LastTagTime": "2026-05-23T06:17:08.015546552Z" + "LastTagTime": "2026-06-11T16:00:13.876232414Z" }, "Descriptor": { "mediaType": "application/vnd.oci.image.index.v1+json", - "digest": "sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59", + "digest": "sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96", "size": 856 }, "Identity": { "Build": [ { - "Ref": "0c3a1xtlttxgwlrkdoefdzs0v", - "CreatedAt": "2026-05-23T08:17:08.223763383+02:00" + "Ref": "qw4jkjb9r33rclan6c1lowuns", + "CreatedAt": "2026-06-11T18:00:13.954376504+02:00" } ] } diff --git a/docs/aces/inventory/fileshare/evidence/docker-network.aptl-internal.json b/docs/aces/inventory/fileshare/evidence/docker-network.aptl-internal.json index 67266c48..15a1dd02 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-network.aptl-internal.json +++ b/docs/aces/inventory/fileshare/evidence/docker-network.aptl-internal.json @@ -32,74 +32,81 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "693b4226ec8213d28b2000a89cb63996c4574afcb220f3d5ed82ad818e501065", - "MacAddress": "8a:d4:10:7e:60:b4", - "IPv4Address": "172.20.2.50/24", + "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad": { + "Name": "aptl-fileshare", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", + "MacAddress": "aa:0a:ca:f6:3f:b1", + "IPv4Address": "172.20.2.12/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "5ac23437333211555e355738803b17bd898630a1e5036a1f5bd48bb014c4fcb0", - "MacAddress": "0e:dd:8d:cc:5f:7d", - "IPv4Address": "172.20.2.30/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", + "MacAddress": "c6:49:cc:27:01:da", + "IPv4Address": "172.20.2.27/24", "IPv6Address": "" }, - "9598b368e67a844a1508af7f7aad7f1424fdae71acb720419a506249f0a9ac57": { + "264d754571f7866985e9ea41cab9077221933aab35fa412986bff01e5aa2d1d1": { + "Name": "aptl-workstation", + "EndpointID": "e07344281cbc69620cdb2202e198ae4d72a16845e8b834495febcabeaeffa7a3", + "MacAddress": "22:dc:46:cf:d7:1c", + "IPv4Address": "172.20.2.40/24", + "IPv6Address": "" + }, + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { "Name": "aptl-kali", - "EndpointID": "b86e54c282cc1f662719fd15d402ad6339853e501c0f542fa16910646cb6e19b", - "MacAddress": "b6:ac:85:98:9c:a4", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "MacAddress": "de:2a:88:a0:60:4d", "IPv4Address": "172.20.2.35/24", "IPv6Address": "" }, - "961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b": { - "Name": "aptl-fileshare", - "EndpointID": "329bb36706e30e185325da0c1360c6cb18fdb4e92f84f586e0f5162da616f53e", - "MacAddress": "26:36:cc:03:76:e1", - "IPv4Address": "172.20.2.12/24", + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "d2aff68b4860db2afd51cacd35b115df3239ec0c0d0d1a70c38c9850dc437edd", + "MacAddress": "d6:3e:0a:c1:26:32", + "IPv4Address": "172.20.2.50/24", "IPv6Address": "" }, - "a44db23d6b836d520798280fe2071034c5455d8a360f465defd8aef190bdfa1d": { + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { "Name": "aptl-webapp", - "EndpointID": "421aab27768dc6c78437c1b0de55e1940646b1c722111453771cb40c4c2fe17a", - "MacAddress": "82:52:09:8b:9d:79", + "EndpointID": "127c8f784f378d07db3bfccfeece72153ec5763c0472d12ebb9127135274f162", + "MacAddress": "2a:2d:b3:44:c1:ee", "IPv4Address": "172.20.2.25/24", "IPv6Address": "" }, - "a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099": { - "Name": "aptl-ad", - "EndpointID": "32b08283f847efb5a3f922194ab22b9bada1e00f368ed7e8c47b0db8a6252a24", - "MacAddress": "2a:94:5f:9a:c2:45", - "IPv4Address": "172.20.2.10/24", + "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2": { + "Name": "aptl-db", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", + "MacAddress": "2e:00:24:fb:58:ce", + "IPv4Address": "172.20.2.11/24", "IPv6Address": "" }, - "a9701bcb6a262e1e16fcb5250c31fbdccacdc56c2f5c495f992ac4f01ec4daba": { - "Name": "aptl-victim", - "EndpointID": "4a235d56c902f72aa27b64c760ca95670e4014ba7823f0286262baeda6e31d26", - "MacAddress": "56:88:c2:77:b1:02", - "IPv4Address": "172.20.2.20/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "977f4d3319b07554a37a7873e43198d62f2723af755eb6be1eba5c92d0204b54", + "MacAddress": "b6:f9:7a:15:98:3a", + "IPv4Address": "172.20.2.30/24", "IPv6Address": "" }, - "bee68cc7d455e9101c91febab49f87fb87f145088e03b443de99815a0dcf81b7": { - "Name": "aptl-workstation", - "EndpointID": "fa4d83bf827a98b9cdaee7bb41d99529c381a4cd3e3beb397671e0ab2df4d953", - "MacAddress": "6a:9b:77:93:b3:7a", - "IPv4Address": "172.20.2.40/24", + "7ed4af3e0aa0abacd8b6bfa5c035b90cddb0335ae56d1e2a899adbc645152691": { + "Name": "aptl-victim", + "EndpointID": "13eaa548e14a12ca2d6673206329bc165d545c2868f2cc13c8c42d502c78da34", + "MacAddress": "d6:9c:ac:f8:6a:c7", + "IPv4Address": "172.20.2.20/24", "IPv6Address": "" }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "43843734713a7c1cc6e230a499bd0c7cf020f058452e8c83920286e83a84913a", - "MacAddress": "7e:58:a5:13:f6:34", - "IPv4Address": "172.20.2.27/24", + "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209": { + "Name": "aptl-ad", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", + "MacAddress": "16:e0:d4:a0:19:61", + "IPv4Address": "172.20.2.10/24", "IPv6Address": "" }, - "eb94b8daca335b05e4e791d114d26e98dd508fffb58b6df0076d8425c9bafa09": { - "Name": "aptl-db", - "EndpointID": "176798557d532605447067359259dbe3ee08e57a62e35183e379d53f7f6edb4f", - "MacAddress": "3a:69:55:99:70:e3", - "IPv4Address": "172.20.2.11/24", + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "4ae32c0249dc381fa0537b16845f21d70c52cfbc5dac8b5fc61a05d97d5a4bec", + "MacAddress": "b2:66:04:e3:65:0c", + "IPv4Address": "172.20.2.26/24", "IPv6Address": "" } }, @@ -107,8 +114,8 @@ "IPAM": { "Subnets": { "172.20.2.0/24": { - "IPsInUse": 13, - "DynamicIPsAvailable": 243 + "IPsInUse": 14, + "DynamicIPsAvailable": 242 } } } diff --git a/docs/aces/inventory/fileshare/evidence/docker-top.txt b/docs/aces/inventory/fileshare/evidence/docker-top.txt index 354fd242..bda8333a 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-top.txt +++ b/docs/aces/inventory/fileshare/evidence/docker-top.txt @@ -1,15 +1,15 @@ UID PID PPID C STIME TTY TIME CMD -root 2955821 2955751 0 May23 ? 00:00:32 /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf -pollina+ 2957313 2955821 0 May23 ? 00:00:00 /usr/sbin/rsyslogd -n -root 2957314 2955821 0 May23 ? 00:00:29 /usr/sbin/smbd --foreground --no-process-group --debug-stdout -root 2957331 2957314 0 May23 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group --debug-stdout -root 2957332 2957314 0 May23 ? 00:00:01 /usr/sbin/smbd --foreground --no-process-group --debug-stdout -root 2957367 2957314 0 May23 ? 00:00:00 /usr/lib/x86_64-linux-gnu/samba/samba-bgqd --ready-signal-fd=43 --parent-watch-fd=9 --debuglevel=0 -F -root 2970841 2955821 0 May23 ? 00:00:20 /bin/bash /opt/aptl/wazuh/wazuh-agent.sh -root 2971212 2955821 0 May23 ? 00:00:04 /var/ossec/bin/wazuh-execd -syslog 2971579 2955821 0 May23 ? 00:00:42 /var/ossec/bin/wazuh-agentd -root 2971847 2955821 0 May23 ? 00:00:03 /var/ossec/bin/wazuh-syscheckd -root 2971857 2955821 0 May23 ? 00:00:17 /var/ossec/bin/wazuh-logcollector -root 2972370 2955821 0 May23 ? 00:00:02 /var/ossec/bin/wazuh-modulesd -root 2974042 2970841 0 May23 ? 00:00:08 tail -F /var/ossec/logs/ossec.log -root 3612256 2970841 0 04:51 ? 00:00:00 sleep 5 +root 805090 804950 0 Jun11 ? 00:00:09 /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf +pollina+ 806380 805090 0 Jun11 ? 00:00:00 /usr/sbin/rsyslogd -n +root 806381 805090 0 Jun11 ? 00:00:09 /usr/sbin/smbd --foreground --no-process-group --debug-stdout +root 806396 806381 0 Jun11 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group --debug-stdout +root 806397 806381 0 Jun11 ? 00:00:00 /usr/sbin/smbd --foreground --no-process-group --debug-stdout +root 806441 806381 0 Jun11 ? 00:00:00 /usr/lib/x86_64-linux-gnu/samba/samba-bgqd --ready-signal-fd=43 --parent-watch-fd=9 --debuglevel=0 -F +root 819063 805090 0 Jun11 ? 00:00:06 /bin/bash /opt/aptl/wazuh/wazuh-agent.sh +root 819170 805090 0 Jun11 ? 00:00:01 /var/ossec/bin/wazuh-execd +syslog 819251 805090 0 Jun11 ? 00:00:13 /var/ossec/bin/wazuh-agentd +root 819321 805090 0 Jun11 ? 00:00:01 /var/ossec/bin/wazuh-syscheckd +root 819331 805090 0 Jun11 ? 00:00:05 /var/ossec/bin/wazuh-logcollector +root 819447 805090 0 Jun11 ? 00:00:00 /var/ossec/bin/wazuh-modulesd +root 820883 819063 0 Jun11 ? 00:00:02 tail -F /var/ossec/logs/ossec.log +root 1201405 819063 0 14:25 ? 00:00:00 sleep 5 diff --git a/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-data.json b/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-data.json index 34debb34..7b798adb 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-data.json +++ b/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-data.json @@ -1,6 +1,6 @@ [ { - "CreatedAt": "2026-05-23T08:18:29+02:00", + "CreatedAt": "2026-06-11T18:00:17+02:00", "Driver": "local", "Labels": { "com.docker.compose.config-hash": "6b2b6ef5dc45ea83e70904948da500208287780b7fad96844b9ce524cee108db", diff --git a/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-logs.json b/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-logs.json index 117ccf74..152ec4e4 100644 --- a/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-logs.json +++ b/docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-logs.json @@ -1,6 +1,6 @@ [ { - "CreatedAt": "2026-05-23T08:18:29+02:00", + "CreatedAt": "2026-06-11T18:00:17+02:00", "Driver": "local", "Labels": { "com.docker.compose.config-hash": "1f714a4255e8eb00693aea9aa95d8fabea24538ccd1c6a6aa46f0eacd86d115c", diff --git a/docs/aces/inventory/fileshare/evidence/evidence-sha256sums.txt b/docs/aces/inventory/fileshare/evidence/evidence-sha256sums.txt index a925ee71..f8383377 100644 --- a/docs/aces/inventory/fileshare/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/fileshare/evidence/evidence-sha256sums.txt @@ -1,37 +1,38 @@ -55d22a9ba7c4b2c41e1ded1be089d751217903d7e2cb7b1bc8e4bb48a0309ba5 docs/aces/inventory/fileshare/evidence/captured-at-utc.txt -29cf843308036a57ff41166e9035dc8df2749f86bb2fb5534f533f0d5863c2f5 docs/aces/inventory/fileshare/evidence/capture-limits.txt -f94b9ba54f54f3ec145b8c6492196f429329ddc2faef59db3e0b7fc2bab3b6f7 docs/aces/inventory/fileshare/evidence/compose-service.fileshare.json +b1f1f4ff8e0d7d00da55e4cb3d13a930178b12fbf728d551812bdf3b1d0e6593 docs/aces/inventory/fileshare/evidence/capture-limits.txt +1225070ca2128f0b966ab95f03d3f1c45b8b58bd9a451425b6f4e290be543ad6 docs/aces/inventory/fileshare/evidence/captured-at-utc.txt +d78650964328574c9ed0cce75251e0a3ebaff0a699ae1bbaeabaf03d882f15be docs/aces/inventory/fileshare/evidence/compose-service.fileshare.json 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/fileshare/evidence/docker-compose-version.json -cc3a21785e005aea3af8426a3dda91ba0646ec0facb7cbd157b6450cb9919e42 docs/aces/inventory/fileshare/evidence/docker-history.image.jsonl -11adf9f3c16de78a2bcdd3846de51ef962be88c36943f5238ee0973d9d6f6783 docs/aces/inventory/fileshare/evidence/docker-history.image.txt -0701a4c584d78ac34be0dda41cfbf35eb0f1e7bfd5b2033a81b4bcdeb5f31fee docs/aces/inventory/fileshare/evidence/docker-inspect.container.json -942c3be64eaf627e600ba28254c4523ae714063f87824cafdfaea304ede3375d docs/aces/inventory/fileshare/evidence/docker-inspect.image.json -e397872335fbf20fe1be617be9d23c49217052ce01ee24ac023e8b421af34003 docs/aces/inventory/fileshare/evidence/docker-network.aptl-internal.json -6aa9aeef95d675aa9e4e929dd87d1f334dbf3be54a4390582e7b9b6461154b6a docs/aces/inventory/fileshare/evidence/docker-top.txt +16b825d9700dffc1a4b36c3f5e422d5013d6a0db1926af2788b4b5a91df88caa docs/aces/inventory/fileshare/evidence/docker-history.image.jsonl +bf3da1074fcd5b30c309744dc7829fff73c62189d58059434cfc56e9df8d9fde docs/aces/inventory/fileshare/evidence/docker-history.image.txt +d0b97b0cf2f3fb2dfa0e0be615dff1324ac3e9d79a1451b9fa5b2971294930af docs/aces/inventory/fileshare/evidence/docker-inspect.container.json +3f437932396123c4bbf09b0e60a3f5680a88655e59eb2ac575a4f0dd8997fdaa docs/aces/inventory/fileshare/evidence/docker-inspect.image.json +fb22fb3f5c1f32842c8f3f2d4f8e109006496df06282a46ff191e6dbea0f509e docs/aces/inventory/fileshare/evidence/docker-network.aptl-internal.json +64bd100d7b25cb86f477ff6436eff1b5e4e0e755da44fd9802dfca667d11cd9f docs/aces/inventory/fileshare/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/fileshare/evidence/docker-version.json -75fabf39e8dd56b2c3b035ba6599fbf1a74e89a914cb06267571d4d14bd1da6e docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-data.json -7afc28a8003565b7c7cff0e42ec06114e2f2fa82cacf9cbc0ec8dd4a5115dc71 docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-logs.json -9108319dd8fa8c4146202cfbfe137cef73b86d1cc9526864077705e1ad613968 docs/aces/inventory/fileshare/evidence/filesystem-checksums.txt -a27640ae2ecc9122d1d74f5c2286e6d14263a7877e3933bfd678ab5e989b8a38 docs/aces/inventory/fileshare/evidence/filesystem-tree.txt -818a952cdfadcc385e23500d60f36a85ceca51a3a3e8385b13b2ec73280a7932 docs/aces/inventory/fileshare/evidence/language-manifests.txt -0c87c760ed2c59940193caffa0496b98ad999e5c3aea7466d30d49af99818f40 docs/aces/inventory/fileshare/evidence/os-packages.txt +c812685694c5b9edc95eca324cfc85cd18578efd10834f79323dcccbb90f3ba6 docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-data.json +d59446b8cc4ed2118300bd462a195c3b04c5794e2043de993de4fb01be0c2b77 docs/aces/inventory/fileshare/evidence/docker-volume.fileshare-logs.json +67bd5785b4ba59a05c18ac12ed8242832790c29cf9d9a4a4ec0999d7504b3c56 docs/aces/inventory/fileshare/evidence/filesystem-checksums.txt +c1d3a6916bd1d904c8ee75044025508fc33a3bafe774817d59b4fe6f66e2abdd docs/aces/inventory/fileshare/evidence/filesystem-sensitive-paths.txt +9412f0e359b852ba0cda405f57f3c5767312b9f104c820dc803f68ca9e2884b3 docs/aces/inventory/fileshare/evidence/filesystem-tree.txt +d5564d162ff190817fcf97abde6675d79b434985417c7f33b21eb5cd2bc07711 docs/aces/inventory/fileshare/evidence/language-manifests.txt +95fad105add0759137b22538048a736e1cd703189dd6f03215e62472480f9473 docs/aces/inventory/fileshare/evidence/os-packages.txt 9e58642ff525c09d997b2b86e0ce451629a86cb2e6f99ec38826ba2938a7edec docs/aces/inventory/fileshare/evidence/osquery-apt-sources.json -f33281669a3faa80048647cdcd5534480c172e594877ca9c24e91cf945833ef4 docs/aces/inventory/fileshare/evidence/osquery-docker-containers.json -794b1e2558a67e34dbab2fe0c3cc4458bbe39aac86bbc19bd895a2435a1c1c82 docs/aces/inventory/fileshare/evidence/osquery-docker-images.json +34953d98e5a056264c3afef63fac9b3170223a05a8f551a3836230b6151c3779 docs/aces/inventory/fileshare/evidence/osquery-docker-containers.json +15a93849d63bcc1c117a58a3d830a73bc4eec1b00257223b617075de75fd4e9e docs/aces/inventory/fileshare/evidence/osquery-docker-images.json 9ec147b95b0ccd7e2893f01192d9e0db4a6c0a3e3e3ff5fe6e9f72781f18aad0 docs/aces/inventory/fileshare/evidence/osquery-installed-applications.json -5ac376cf339d58c2cce29e3364519a6e886ce17dc9fea525d665e6d9b99c41da docs/aces/inventory/fileshare/evidence/osquery-listening-ports.json -2524535ff5ca47c171a1bd3d62e8f14d4652ebe9f1b59d47070966bbe342ff1e docs/aces/inventory/fileshare/evidence/osquery-processes.json +e88a249a036f5855a53b6712ba0e8a2e570cdf5a4719c9a5d518b3e77a3958d1 docs/aces/inventory/fileshare/evidence/osquery-listening-ports.json +ac71bd9f3fc135256b1499cac23c51b95828645b62994610190593ac7419008a docs/aces/inventory/fileshare/evidence/osquery-processes.json be829067463f0ff96e4af9c0c5d19b687bc0da2807f3cf72491f448f4ca17b60 docs/aces/inventory/fileshare/evidence/osquery-programs.json 2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/fileshare/evidence/osquery-version.txt -94274aa84861ba1ffe303370f993f314831a0f7bb103659805894df0ba2184b1 docs/aces/inventory/fileshare/evidence/runtime-baseline.txt -a58acfa619031919e23598553ed58ac67f94792f60dc83d7e6f710417460ac3a docs/aces/inventory/fileshare/evidence/share-checksums.txt -222234e4278f3b9c67ec5f787e71635511e0b93340ed5d827e7edcdeef6b3148 docs/aces/inventory/fileshare/evidence/share-tree.txt -608f1c42a01d1f796452dd767f3808ffb4289376fee5e2a11e750aa73cb7c04e docs/aces/inventory/fileshare/evidence/smbclient-anonymous-probes.txt -6bd702df74ab67d4560e314ea6eb8066c4167d5cb25806979566c25c8943987a docs/aces/inventory/fileshare/evidence/smbclient-svc-fileshare-probes.txt -c31410f37720b84eec7c60d009667873362c88f8bc14aeb9138dbec7de389faf docs/aces/inventory/fileshare/evidence/source-checksums.txt -67209be415750c429a242aa6f480e3ec0309970a836da467df9eb5b7c8587a68 docs/aces/inventory/fileshare/evidence/syft-sbom.cyclonedx.json +eea1584d3c437e4e61b238d505feba7e7ef9a9a50ead0e210f0a8dfe3234956f docs/aces/inventory/fileshare/evidence/runtime-baseline.txt +ab5050378e9632b39f539d77ea3afe25ace90d8a7931d866994e103274c621f2 docs/aces/inventory/fileshare/evidence/share-checksums.txt +249f4eacb68d92f6e7ec0e78f8136c99429e74b311483f7b197a63610e08f9e8 docs/aces/inventory/fileshare/evidence/share-tree.txt +85dca2b040df8c1390fca3d403ac43642bdfc1fc339c55356686b25f4c04b906 docs/aces/inventory/fileshare/evidence/smbclient-anonymous-probes.txt +22e84f149eec31be8bf4a0038fd0a422a5dba7602fec8fb281b80e241d3b3e7d docs/aces/inventory/fileshare/evidence/smbclient-svc-fileshare-probes.txt +09b2f9828a6724229d85bc926e6a9a6c42421545aecb29d0c84b0320e716b65f docs/aces/inventory/fileshare/evidence/source-checksums.txt +69508368bbef208e2667683f2fc4738881a4139b9ed94dbf119c6828514d0faf docs/aces/inventory/fileshare/evidence/syft-sbom.cyclonedx.json 9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 docs/aces/inventory/fileshare/evidence/syft-version.json -7a64e2a7d9e7a15635c3d250ebe3f0dade93e8fb99a9469ff08d177cb4b43095 docs/aces/inventory/fileshare/evidence/trivy-sbom.cyclonedx.json +d6d990aa54ef5e13cbd92934599634b6798ae32989c93cbc7f056a28e78d1244 docs/aces/inventory/fileshare/evidence/trivy-sbom.cyclonedx.json a1acfe5710e25be9ba076b4a9c9ed8d66041ee23e6b389fbbb9f7b8f7ddeb178 docs/aces/inventory/fileshare/evidence/trivy-version.txt -47b81ab7c6432afa68764b39d4cdeeae5e1ebbf7ced6f532dd1d95ff9df94b41 docs/aces/inventory/fileshare/evidence/trivy-vulnerability-counts.json -ddcfb63cd90e4b04653be78410ebbe0e29d408c13136c5a4777f99ef8fb69ef7 docs/aces/inventory/fileshare/evidence/trivy-vulnerability-list.json +f175d6c749fd19e4da9b0342e6ce2c9c91b3caaf81ff12513ef7319439dcf1a1 docs/aces/inventory/fileshare/evidence/trivy-vulnerability-counts.json +f73f7a2859de827213f3492de8faaf9930de2cff58564b9030fdf5db0c5a4753 docs/aces/inventory/fileshare/evidence/trivy-vulnerability-list.json diff --git a/docs/aces/inventory/fileshare/evidence/filesystem-checksums.txt b/docs/aces/inventory/fileshare/evidence/filesystem-checksums.txt index 34223def..eb73f2c6 100644 --- a/docs/aces/inventory/fileshare/evidence/filesystem-checksums.txt +++ b/docs/aces/inventory/fileshare/evidence/filesystem-checksums.txt @@ -1,20 +1,21 @@ -fd5633ace91fd172502fef9e63eca6e46c8cf7dc527d92edcece14899b7675e1 /opt/setup-shares.sh +465d1ae4ff0d006017f9addfce38ba36fb618c0b56391b6bb560ae2fc5bcb07f /opt/setup-shares.sh 847edd4733cb764eba178c933831bf1af2359cd9042674994f70b91491a289e0 /etc/samba/smb.conf f5c7bed8f518b738ef884368e176518b6860e14e0711d8382c6bccfd1b1e1b44 /etc/supervisor/conf.d/fileshare.conf bab8ec387402923a08d8acdd6c823e7d68b51f342977095caebf35a3027e70d6 /etc/rsyslog.d/90-forward.conf 35579f1c69c77a4792da5bccb15dc9feb0d1c623ba9c7df14cb7922ec113c301 /opt/aptl/wazuh/ossec.conf.template 0b0b2b8ba176edeeb37594acd2c5b4fca062b5d20b906c6b8581be8fcf97ac84 /opt/aptl/wazuh/wazuh-agent.sh 2d0a17b34cd49d424f9d2049d4a402eb6498f5ce8462f358518a1f378b5ec396 /var/ossec/etc/ossec.conf +93779c006f1ac5556227b1d50a3d50c7e90e7a7793b785768f28191fb29e9d76 /var/ossec/etc/client.keys ea52d072bc59efebd2a02c01916efe098ada0065f86ea224f2d7c6247c8c888b /srv/shares/public/welcome.txt 4830319c1205cebdf51c139c0496f7e8ed27304acaafb8c4aa9b61f5bcade8e6 /srv/shares/engineering/deployments/deploy.sh 4a366442d72a2cd11e5d3f44977c5415c50ca2fd822883e14ccbc2afaa65b1d9 /srv/shares/engineering/deployments/README.md f5365990a73bd9e2160e4ac151a65bf4c19fc5f5becba4b828a9ffeb2b7ce79e /srv/shares/finance/reports/q3-revenue.csv 2a88894cf3d3c74ecdbce5eaa25fd39b05c5406ec88adfddd98f10c90d0f23fd /srv/shares/hr/employees/directory.csv 491627d3143ea4c1f8048dc8929ae0bfb0782d86d7b3c4ab36fe4a7e2fa97bab /srv/shares/it-backups/keys/README -ef731cb1a6c3cd4cbeebb6d329f3e964ad681bb95d55ed8c50dae19c164b0563 /srv/shares/it-backups/keys/deploy_key -18552a0fe052a2df2c30e53fcfcc11f85c472ee384b6d45bbda0573ba0454469 /srv/shares/it-backups/keys/deploy_key.pub +824d3000d16d2a0a8982107ff0cf0b28ac12a97f0c628b0d6cbd8ac72dbce9b0 /srv/shares/it-backups/keys/deploy_key +be4d19d2b59bd9c641f192829adb235f1d9bba0fc481622cfcfe9a3f641bc053 /srv/shares/it-backups/keys/deploy_key.pub 369a29418de741ef026090c81c6475f1c7e4b9740fa24d4e76a1af450878f2cc /srv/shares/it-backups/db_backup_20240115.sql cdf50ce20d4a965ab60e6137301aa3a17c69a1e53917f8a0297dc7728d8e498b /srv/shares/shared/wifi-passwords.txt 7b70bc64197cb51970709a7b3719955d09bcfe2e4b645c4793635b2966c79414 /srv/shares/shared/meeting-notes-q3.txt -bc2ea9704988a87ac19fc1ce5092e3c03e3efe25a08bddb242623acaaafb70b1 /srv/shares/shared/user-flag.txt -1ad329ace87a3bb779f9e785bd0834444dee6186c95067baa64142e3ea62e567 /root/root.txt +e30d90d0cbcae561369c9a57aefa27fb26056b974b58fb0a2a95d843a2ece535 /srv/shares/shared/user-flag.txt +6f4abd1d53d3539f8bd4dbafd9bc74415e61a2f6f1055db6cc0b7b9c89d3dc58 /root/root.txt diff --git a/docs/aces/inventory/fileshare/evidence/filesystem-sensitive-paths.txt b/docs/aces/inventory/fileshare/evidence/filesystem-sensitive-paths.txt new file mode 100644 index 00000000..6325e316 --- /dev/null +++ b/docs/aces/inventory/fileshare/evidence/filesystem-sensitive-paths.txt @@ -0,0 +1,96 @@ +--path:/srv/shares/engineering/deployments/deploy.sh-- +#!/bin/bash +# Production deployment script - DO NOT SHARE +DB_HOST=db.techvault.local +DB_USER=techvault +DB_PASS=techvault_db_pass +AWS_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE +AWS_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY +ssh deploy@$DB_HOST "pg_dump techvault > /tmp/backup.sql" + +--path:/srv/shares/finance/reports/q3-revenue.csv-- +Customer,MRR,ARR,Contract_End +Meridian Financial,4500,54000,2025-06-30 +Apex Manufacturing,2200,26400,2025-03-15 +Coastal Healthcare,6800,81600,2025-12-31 +NorthStar Logistics,800,9600,2025-01-31 +Summit Education,1500,18000,2025-09-30 +Redwood Legal,5200,62400,2025-07-15 + +--path:/srv/shares/hr/employees/directory.csv-- +Name,Email,SSN_Last4,Salary,Start_Date +Sarah Mitchell,sarah.mitchell@techvault.local,4521,185000,2019-01-15 +James Rodriguez,james.rodriguez@techvault.local,7832,175000,2019-01-15 +Emily Chen,emily.chen@techvault.local,3214,145000,2020-03-01 +Michael Thompson,michael.thompson@techvault.local,9876,130000,2021-06-15 +David Kim,david.kim@techvault.local,5543,140000,2022-01-10 +Jessica Williams,jessica.williams@techvault.local,1122,85000,2022-09-01 +Robert Martinez,robert.martinez@techvault.local,6677,95000,2023-02-15 + +--path:/srv/shares/it-backups/keys/deploy_key-- +-----BEGIN OPENSSH PRIVATE KEY----- +b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABFwAAAAdzc2gtcn +NhAAAAAwEAAQAAAQEAq0zAQJbbehI7bOxhFRXq+mBsZW2Ov0ZBG1AX947gZe7csAERJf/5 +nHoInqRoCE9S6KmCpL6YI2NHhc1E4M9oRKySwWrExoNak/RsA1r16ZsU4PQaJQpUFKSz4s +Sb9y5155AF4AWORLR8Khy72x6YzrYwfGt1KpHuJ8z3BiDpSVpIzfD64rP3Pm8er2WetKo2 +wDHc2oaiLQPUnwIpE8SqeyBhiazZjuH0gEBMGnJDEIP2oTETpZbprJ/6VA2tm/2NugHExM +nFUeXSUQ6KUGZmuwoLkqs5Af2PVUwJNIGfcmlOPE4FlPba0YQFg3edjcrPnOZnOwvng010 +BNGZvTDReQAAA9Dc4ruJ3OK7iQAAAAdzc2gtcnNhAAABAQCrTMBAltt6Ejts7GEVFer6YG +xlbY6/RkEbUBf3juBl7tywAREl//mcegiepGgIT1LoqYKkvpgjY0eFzUTgz2hErJLBasTG +g1qT9GwDWvXpmxTg9BolClQUpLPixJv3LnXnkAXgBY5EtHwqHLvbHpjOtjB8a3Uqke4nzP +cGIOlJWkjN8Pris/c+bx6vZZ60qjbAMdzahqItA9SfAikTxKp7IGGJrNmO4fSAQEwackMQ +g/ahMROllumsn/pUDa2b/Y26AcTEycVR5dJRDopQZma7CguSqzkB/Y9VTAk0gZ9yaU48Tg +WU9trRhAWDd52Nys+c5mc7C+eDTXQE0Zm9MNF5AAAAAwEAAQAAAQABXqhLfx+4D4T2Oo/b +LChYTxf6AEDrz1TBcmfcQaiSZn4EXuA2rZ/4fzK28m/nhk509rgJKuhkbgyNUBmJjHcHVF +oj3eXyNwYs8f+NtlCj/DeHEsSe87QKhARxOLfAWsvnQyvpp7m3wga1JbL5DiFULWytVGs+ +YPNAOIYbWf0ew9/ycj+RP3pBP2wQ9w4Ywy6f/zEs3Oj1/nnPMwUNp+hsOwNOm5t41B234P +KaBpsh7juaLOROZ841/yp4mapFog3DSRGGqTVaUbSaRhphCgCnQC64V/Of1cs32tmGd4zG +QWNjP62PlcZYLSL7x9FWkG7nPGSM8w3Gk/NTuUgEAUiVAAAAgQCP149+Nqjb1PbUXd7GwK +naV0+MPkIJCNSu0binH9C7n/FDbzr2QiGeCgcdOkAYN8lN0cdCw/qB9ruUlYhtvhKffDtS +0U4mfUvrHIgfhcZzD1Iu6AIzt4NuPTZhZpkTfgs1ZSICmHBK17nx7p3J5rRXaBEJ7nQh+/ +3tuAuLPmkzgAAAAIEAxBFIkCpogDoATGGhMYK2v0Bn7RiYM1SC2ZAkGPbWcYxAU0zNVpgB +T/mVmL2s1nMl9OvYd1AI7mX4vLgzPILrTJWmlADGnx2pGmiwnW/dHJKcHnh0q6C9c1cLZs +3/R6p1HfZejC5em+RhPkbiaDkC2UNG1+WdZIaNT0HWqetl7/UAAACBAN+pVwBNJOVuWgEi +D24wISXhbqYjP5YLzZnI7Iu3V0LOeFP8Yjhs+puvynzCvhF3c64fHCSaegSndiMsQvI1zp ++M7e5jXp1cY1ksMVkVmMEn2aGEq/SIo6ol70JtBLRAiN4phXbg7EEAfWQJp+Jqp9WvL7+H +QcClMrHzm0sHmfz1AAAAGnJvb3RAZmlsZXMudGVjaHZhdWx0LmxvY2Fs +-----END OPENSSH PRIVATE KEY----- + +--path:/srv/shares/it-backups/keys/deploy_key.pub-- +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrTMBAltt6Ejts7GEVFer6YGxlbY6/RkEbUBf3juBl7tywAREl//mcegiepGgIT1LoqYKkvpgjY0eFzUTgz2hErJLBasTGg1qT9GwDWvXpmxTg9BolClQUpLPixJv3LnXnkAXgBY5EtHwqHLvbHpjOtjB8a3Uqke4nzPcGIOlJWkjN8Pris/c+bx6vZZ60qjbAMdzahqItA9SfAikTxKp7IGGJrNmO4fSAQEwackMQg/ahMROllumsn/pUDa2b/Y26AcTEycVR5dJRDopQZma7CguSqzkB/Y9VTAk0gZ9yaU48TgWU9trRhAWDd52Nys+c5mc7C+eDTXQE0Zm9MNF5 root@files.techvault.local + +--path:/srv/shares/it-backups/db_backup_20240115.sql-- +-- PostgreSQL dump from production +-- Server: db.techvault.local +-- Database: techvault +-- Dumped by: svc-backup + +CREATE TABLE users ( + id serial PRIMARY KEY, + username varchar(100), + email varchar(255), + password_hash varchar(255) +); + +INSERT INTO users VALUES (1, 'admin', 'admin@techvault.local', '0192023a7bbd73250516f069df18b500'); +-- hash is MD5 of 'admin123' + +--path:/srv/shares/shared/wifi-passwords.txt-- +Office WiFi: TechVault-Corp / Vault2024Secure +Guest WiFi: TechVault-Guest / Welcome2024 +Server Room: TechVault-Infra / Infra$ecure99 + +--path:/srv/shares/shared/user-flag.txt-- +===== APTL CTF Flag ===== +Flag: APTL{user_fileshare_7d5d8d89e5e9df9af8d7937d3a75c618} +Token: aptl:v1:fileshare:user:7d5d8d89e5e9df9af8d7937d3a75c618:6e82ba4d1d12854d840bb33d6aa48f03 +========================== + +--path:/root/root.txt-- +===== APTL CTF Flag ===== +Flag: APTL{root_fileshare_6bd5c98703a205583127318782193af6} +Token: aptl:v1:fileshare:root:6bd5c98703a205583127318782193af6:75aae8c5b4c8b7dba2fd04867e8c43c3 +========================== + +--path:/var/ossec/etc/client.keys-- +003 aptl-fileshare-agent any b20d4556e9c01eab57b5bab4771dd0f4fc449819e1d9c851d43c4ccf7807dd17 diff --git a/docs/aces/inventory/fileshare/evidence/filesystem-tree.txt b/docs/aces/inventory/fileshare/evidence/filesystem-tree.txt index 2041ee8b..bca80bbd 100644 --- a/docs/aces/inventory/fileshare/evidence/filesystem-tree.txt +++ b/docs/aces/inventory/fileshare/evidence/filesystem-tree.txt @@ -1,10 +1,11 @@ --rwxrwxr-x root root 0 0 5271 /opt/setup-shares.sh +-rwxrwxr-x root root 0 0 5569 /opt/setup-shares.sh -rw-r--r-- root root 0 0 1208 /etc/samba/smb.conf -rw-rw-r-- root root 0 0 1104 /etc/supervisor/conf.d/fileshare.conf -rw-r--r-- root root 0 0 21 /etc/rsyslog.d/90-forward.conf -rw-rw-r-- root root 0 0 670 /opt/aptl/wazuh/ossec.conf.template -rwxrwxr-x root root 0 0 6902 /opt/aptl/wazuh/wazuh-agent.sh --rw-r----- root wazuh 0 106 881 /var/ossec/etc/ossec.conf +-rw-r----- root wazuh 0 107 881 /var/ossec/etc/ossec.conf +-rw-r----- root wazuh 0 107 94 /var/ossec/etc/client.keys drwxr-xr-x root root 0 0 4096 /srv/shares drwxrwxrwx root root 0 0 4096 /srv/shares/public -rwxrwxrwx root root 0 0 118 /srv/shares/public/welcome.txt @@ -21,8 +22,8 @@ drwxr-x--- root root 0 0 4096 /srv/shares/hr/employees drwx------ root root 0 0 4096 /srv/shares/it-backups drwx------ root root 0 0 4096 /srv/shares/it-backups/keys -rwx------ root root 0 0 61 /srv/shares/it-backups/keys/README --rw------- root root 0 0 1831 /srv/shares/it-backups/keys/deploy_key --rw-r--r-- root root 0 0 404 /srv/shares/it-backups/keys/deploy_key.pub +-rwx------ root root 0 0 1831 /srv/shares/it-backups/keys/deploy_key +-rwx------ root root 0 0 408 /srv/shares/it-backups/keys/deploy_key.pub -rwx------ root root 0 0 377 /srv/shares/it-backups/db_backup_20240115.sql drwxrwxrwx root root 0 0 4096 /srv/shares/shared -rwxrwxrwx root root 0 0 133 /srv/shares/shared/wifi-passwords.txt diff --git a/docs/aces/inventory/fileshare/evidence/language-manifests.txt b/docs/aces/inventory/fileshare/evidence/language-manifests.txt index 1c086f3a..a7ed2d82 100644 --- a/docs/aces/inventory/fileshare/evidence/language-manifests.txt +++ b/docs/aces/inventory/fileshare/evidence/language-manifests.txt @@ -41,7 +41,7 @@ jq 1.6-2.1ubuntu3.2 amd64 libacl1:amd64 2.3.1-1 amd64 libapparmor1:amd64 3.0.4-2ubuntu2.5 amd64 libapt-pkg6.0:amd64 2.4.14 amd64 -libarchive13:amd64 3.6.0-1ubuntu1.6 amd64 +libarchive13:amd64 3.6.0-1ubuntu1.7 amd64 libassuan0:amd64 2.5.5-1build1 amd64 libattr1:amd64 1:2.5.1-1build1 amd64 libaudit-common 1:3.0.7-1build1 all @@ -59,19 +59,22 @@ libc-bin 2.35-0ubuntu3.13 amd64 libc6:amd64 2.35-0ubuntu3.13 amd64 libcap-ng0:amd64 0.7.9-2.2build3 amd64 libcap2:amd64 1:2.44-1ubuntu0.22.04.3 amd64 +libcbor0.8:amd64 0.8.0-2ubuntu1 amd64 libcephfs2 17.2.9-0ubuntu0.22.04.3 amd64 libcom-err2:amd64 1.46.5-2ubuntu1.2 amd64 libcrypt1:amd64 1:4.4.27-1 amd64 -libcups2:amd64 2.4.1op1-1ubuntu4.16 amd64 +libcups2:amd64 2.4.1op1-1ubuntu4.20 amd64 libcurl4:amd64 7.81.0-1ubuntu1.24 amd64 libdb5.3:amd64 5.3.28+dfsg1-0.8ubuntu3 amd64 libdbus-1-3:amd64 1.12.20-2ubuntu4.1 amd64 libdebconfclient0:amd64 0.261ubuntu1 amd64 +libedit2:amd64 3.1-20210910-1build1 amd64 libestr0:amd64 0.1.10-2.1build3 amd64 libexpat1:amd64 2.4.7-1ubuntu0.7 amd64 libext2fs2:amd64 1.46.5-2ubuntu1.2 amd64 libfastjson4:amd64 0.99.9-1build2 amd64 libffi8:amd64 3.4.2-4 amd64 +libfido2-1:amd64 1.10.0-1 amd64 libgcc-s1:amd64 12.3.0-1ubuntu1~22.04.3 amd64 libgcrypt20:amd64 1.9.4-3ubuntu3 amd64 libgfapi0:amd64 10.1-1ubuntu0.2 amd64 @@ -145,7 +148,7 @@ libsemanage-common 3.3-1build2 all libsemanage2:amd64 3.3-1build2 amd64 libsepol2:amd64 3.3-1build1 amd64 libsmartcols1:amd64 2.37.2-4ubuntu3.5 amd64 -libsmbclient:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 +libsmbclient:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 libsqlite3-0:amd64 3.37.2-2ubuntu0.5 amd64 libss2:amd64 1.46.5-2ubuntu1.2 amd64 libssh-4:amd64 0.9.6-2ubuntu0.22.04.7 amd64 @@ -163,8 +166,15 @@ libudev1:amd64 249.11-0ubuntu3.20 amd64 libunistring2:amd64 1.0-1 amd64 liburing2:amd64 2.1-2build1 amd64 libuuid1:amd64 2.37.2-4ubuntu3.5 amd64 -libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 +libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 +libx11-6:amd64 2:1.7.5-1ubuntu0.3 amd64 +libx11-data 2:1.7.5-1ubuntu0.3 all +libxau6:amd64 1:1.0.9-1build5 amd64 +libxcb1:amd64 1.14-3ubuntu3 amd64 +libxdmcp6:amd64 1:1.1.3-0ubuntu5 amd64 +libxext6:amd64 2:1.3.4-1build1 amd64 libxml2:amd64 2.9.13+dfsg-1ubuntu0.11 amd64 +libxmuu1:amd64 2:1.1.3-3 amd64 libxtables12:amd64 1.8.7-1ubuntu5.2 amd64 libxxhash0:amd64 0.8.1-1 amd64 libyaml-0-2:amd64 0.2.2-1build2 amd64 @@ -182,7 +192,8 @@ ncurses-bin 6.3-2ubuntu0.1 amd64 net-tools 1.60+git20181103.0eebece-1ubuntu5.4 amd64 netbase 6.3 all netcat-openbsd 1.218-4ubuntu1 amd64 -openssl 3.0.2-0ubuntu1.23 amd64 +openssh-client 1:8.9p1-3ubuntu0.15 amd64 +openssl 3.0.2-0ubuntu1.25 amd64 passwd 1:4.8.1-2ubuntu2.2 amd64 perl-base 5.34.0-3ubuntu1.5 amd64 pinentry-curses 1.1.1-1build2 amd64 @@ -204,26 +215,26 @@ python3-pkg-resources 59.6.0-1.2ubuntu0.22.04.3 all python3-pygments 2.11.2+dfsg-2ubuntu0.1 all python3-requests 2.25.1+dfsg-2ubuntu0.3 all python3-requests-toolbelt 0.9.1-1 all -python3-samba 2:4.15.13+dfsg-0ubuntu1.10 amd64 +python3-samba 2:4.15.13+dfsg-0ubuntu1.12 amd64 python3-six 1.16.0-3ubuntu1 all python3-talloc:amd64 2.3.3-2build1 amd64 python3-tdb 1.4.5-2build1 amd64 -python3-urllib3 1.26.5-1~exp1ubuntu0.6 all +python3-urllib3 1.26.5-1~exp1ubuntu0.7 all python3-yaml 5.4.1-1ubuntu1 amd64 python3-zipp 1.0.0-3ubuntu0.1 all python3.10 3.10.12-1~22.04.15 amd64 python3.10-minimal 3.10.12-1~22.04.15 amd64 readline-common 8.1.2-1 all rsyslog 8.2112.0-2ubuntu2.2 amd64 -samba 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-common 2:4.15.13+dfsg-0ubuntu1.10 all -samba-common-bin 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-dsdb-modules:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-libs:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 +samba 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-common 2:4.15.13+dfsg-0ubuntu1.12 all +samba-common-bin 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-dsdb-modules:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-libs:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 sed 4.8-1ubuntu2.1 amd64 sensible-utils 0.0.17 all -smbclient 2:4.15.13+dfsg-0ubuntu1.10 amd64 +smbclient 2:4.15.13+dfsg-0ubuntu1.12 amd64 supervisor 4.2.1-1ubuntu1 all sysvinit-utils 3.01-1ubuntu1 amd64 tar 1.34+dfsg-1ubuntu0.1.22.04.2 amd64 @@ -233,6 +244,7 @@ ucf 3.0043 all usrmerge 25ubuntu2 all util-linux 2.37.2-4ubuntu3.5 amd64 wazuh-agent 4.12.0-1 amd64 +xauth 1:1.1-1build2 amd64 zlib1g:amd64 1:1.2.11.dfsg-2ubuntu9.2 amd64 --samba-version-- Version 4.15.13-Ubuntu diff --git a/docs/aces/inventory/fileshare/evidence/os-packages.txt b/docs/aces/inventory/fileshare/evidence/os-packages.txt index 89ff9435..9b226f9d 100644 --- a/docs/aces/inventory/fileshare/evidence/os-packages.txt +++ b/docs/aces/inventory/fileshare/evidence/os-packages.txt @@ -40,7 +40,7 @@ jq 1.6-2.1ubuntu3.2 amd64 libacl1:amd64 2.3.1-1 amd64 libapparmor1:amd64 3.0.4-2ubuntu2.5 amd64 libapt-pkg6.0:amd64 2.4.14 amd64 -libarchive13:amd64 3.6.0-1ubuntu1.6 amd64 +libarchive13:amd64 3.6.0-1ubuntu1.7 amd64 libassuan0:amd64 2.5.5-1build1 amd64 libattr1:amd64 1:2.5.1-1build1 amd64 libaudit-common 1:3.0.7-1build1 all @@ -58,19 +58,22 @@ libc-bin 2.35-0ubuntu3.13 amd64 libc6:amd64 2.35-0ubuntu3.13 amd64 libcap-ng0:amd64 0.7.9-2.2build3 amd64 libcap2:amd64 1:2.44-1ubuntu0.22.04.3 amd64 +libcbor0.8:amd64 0.8.0-2ubuntu1 amd64 libcephfs2 17.2.9-0ubuntu0.22.04.3 amd64 libcom-err2:amd64 1.46.5-2ubuntu1.2 amd64 libcrypt1:amd64 1:4.4.27-1 amd64 -libcups2:amd64 2.4.1op1-1ubuntu4.16 amd64 +libcups2:amd64 2.4.1op1-1ubuntu4.20 amd64 libcurl4:amd64 7.81.0-1ubuntu1.24 amd64 libdb5.3:amd64 5.3.28+dfsg1-0.8ubuntu3 amd64 libdbus-1-3:amd64 1.12.20-2ubuntu4.1 amd64 libdebconfclient0:amd64 0.261ubuntu1 amd64 +libedit2:amd64 3.1-20210910-1build1 amd64 libestr0:amd64 0.1.10-2.1build3 amd64 libexpat1:amd64 2.4.7-1ubuntu0.7 amd64 libext2fs2:amd64 1.46.5-2ubuntu1.2 amd64 libfastjson4:amd64 0.99.9-1build2 amd64 libffi8:amd64 3.4.2-4 amd64 +libfido2-1:amd64 1.10.0-1 amd64 libgcc-s1:amd64 12.3.0-1ubuntu1~22.04.3 amd64 libgcrypt20:amd64 1.9.4-3ubuntu3 amd64 libgfapi0:amd64 10.1-1ubuntu0.2 amd64 @@ -144,7 +147,7 @@ libsemanage-common 3.3-1build2 all libsemanage2:amd64 3.3-1build2 amd64 libsepol2:amd64 3.3-1build1 amd64 libsmartcols1:amd64 2.37.2-4ubuntu3.5 amd64 -libsmbclient:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 +libsmbclient:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 libsqlite3-0:amd64 3.37.2-2ubuntu0.5 amd64 libss2:amd64 1.46.5-2ubuntu1.2 amd64 libssh-4:amd64 0.9.6-2ubuntu0.22.04.7 amd64 @@ -162,8 +165,15 @@ libudev1:amd64 249.11-0ubuntu3.20 amd64 libunistring2:amd64 1.0-1 amd64 liburing2:amd64 2.1-2build1 amd64 libuuid1:amd64 2.37.2-4ubuntu3.5 amd64 -libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 +libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 +libx11-6:amd64 2:1.7.5-1ubuntu0.3 amd64 +libx11-data 2:1.7.5-1ubuntu0.3 all +libxau6:amd64 1:1.0.9-1build5 amd64 +libxcb1:amd64 1.14-3ubuntu3 amd64 +libxdmcp6:amd64 1:1.1.3-0ubuntu5 amd64 +libxext6:amd64 2:1.3.4-1build1 amd64 libxml2:amd64 2.9.13+dfsg-1ubuntu0.11 amd64 +libxmuu1:amd64 2:1.1.3-3 amd64 libxtables12:amd64 1.8.7-1ubuntu5.2 amd64 libxxhash0:amd64 0.8.1-1 amd64 libyaml-0-2:amd64 0.2.2-1build2 amd64 @@ -181,7 +191,8 @@ ncurses-bin 6.3-2ubuntu0.1 amd64 net-tools 1.60+git20181103.0eebece-1ubuntu5.4 amd64 netbase 6.3 all netcat-openbsd 1.218-4ubuntu1 amd64 -openssl 3.0.2-0ubuntu1.23 amd64 +openssh-client 1:8.9p1-3ubuntu0.15 amd64 +openssl 3.0.2-0ubuntu1.25 amd64 passwd 1:4.8.1-2ubuntu2.2 amd64 perl-base 5.34.0-3ubuntu1.5 amd64 pinentry-curses 1.1.1-1build2 amd64 @@ -203,26 +214,26 @@ python3-pkg-resources 59.6.0-1.2ubuntu0.22.04.3 all python3-pygments 2.11.2+dfsg-2ubuntu0.1 all python3-requests 2.25.1+dfsg-2ubuntu0.3 all python3-requests-toolbelt 0.9.1-1 all -python3-samba 2:4.15.13+dfsg-0ubuntu1.10 amd64 +python3-samba 2:4.15.13+dfsg-0ubuntu1.12 amd64 python3-six 1.16.0-3ubuntu1 all python3-talloc:amd64 2.3.3-2build1 amd64 python3-tdb 1.4.5-2build1 amd64 -python3-urllib3 1.26.5-1~exp1ubuntu0.6 all +python3-urllib3 1.26.5-1~exp1ubuntu0.7 all python3-yaml 5.4.1-1ubuntu1 amd64 python3-zipp 1.0.0-3ubuntu0.1 all python3.10 3.10.12-1~22.04.15 amd64 python3.10-minimal 3.10.12-1~22.04.15 amd64 readline-common 8.1.2-1 all rsyslog 8.2112.0-2ubuntu2.2 amd64 -samba 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-common 2:4.15.13+dfsg-0ubuntu1.10 all -samba-common-bin 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-dsdb-modules:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-libs:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 -samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu1.10 amd64 +samba 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-common 2:4.15.13+dfsg-0ubuntu1.12 all +samba-common-bin 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-dsdb-modules:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-libs:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 +samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu1.12 amd64 sed 4.8-1ubuntu2.1 amd64 sensible-utils 0.0.17 all -smbclient 2:4.15.13+dfsg-0ubuntu1.10 amd64 +smbclient 2:4.15.13+dfsg-0ubuntu1.12 amd64 supervisor 4.2.1-1ubuntu1 all sysvinit-utils 3.01-1ubuntu1 amd64 tar 1.34+dfsg-1ubuntu0.1.22.04.2 amd64 @@ -232,4 +243,5 @@ ucf 3.0043 all usrmerge 25ubuntu2 all util-linux 2.37.2-4ubuntu3.5 amd64 wazuh-agent 4.12.0-1 amd64 +xauth 1:1.1-1build2 amd64 zlib1g:amd64 1:1.2.11.dfsg-2ubuntu9.2 amd64 diff --git a/docs/aces/inventory/fileshare/evidence/osquery-docker-containers.json b/docs/aces/inventory/fileshare/evidence/osquery-docker-containers.json index 8dffbf3c..a0555fd0 100644 --- a/docs/aces/inventory/fileshare/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/fileshare/evidence/osquery-docker-containers.json @@ -9,24 +9,24 @@ "cgroup_namespace": "", "command": "/opt/setup-shares.sh", "config_entrypoint": "/opt/setup-shares.sh", - "created": "1779517109", + "created": "1781193617", "finished_at": "0001-01-01T00:00:00Z", - "id": "961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b", + "id": "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad", "image": "aptl-fileshare", - "image_id": "4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59", + "image_id": "596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96", "ipc_namespace": "", "mnt_namespace": "", "name": "/aptl-fileshare", "net_namespace": "", "path": "/opt/setup-shares.sh", - "pid": "2955821", + "pid": "805090", "pid_namespace": "", "privileged": "0", "readonly_rootfs": "0", "security_options": "", - "started_at": "2026-05-23T06:18:34.664837176Z", + "started_at": "2026-06-11T16:00:22.322622516Z", "state": "running", - "status": "Up 2 days (healthy)", + "status": "Up 23 hours (healthy)", "user_namespace": "", "uts_namespace": "" } diff --git a/docs/aces/inventory/fileshare/evidence/osquery-docker-images.json b/docs/aces/inventory/fileshare/evidence/osquery-docker-images.json index 829a156f..e4c510ab 100644 --- a/docs/aces/inventory/fileshare/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/fileshare/evidence/osquery-docker-images.json @@ -1,15 +1,21 @@ { "table": "docker_images", - "query": "select id, tags, created, size_bytes from docker_images where tags like \"%aptl-fileshare%\";", + "query": "select id, tags, created, size_bytes from docker_images where tags like \"%fileshare%\";", "tool": "osqueryi version 4.9.0", "vantage": "containerized osquery host-side Docker socket view", "status": "captured", "rows": [ { - "created": "1779065922", - "id": "4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59", - "size_bytes": "456021010", + "created": "1781190983", + "id": "596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96", + "size_bytes": "466416031", "tags": "aptl-fileshare:latest" + }, + { + "created": "1779354074", + "id": "0045abf290b8fda4c5cfc0db7a57e46c81a1f5e8f39d8d95e1548de6dc1e3b4b", + "size_bytes": "456021010", + "tags": "aptl2-fileshare:latest" } ] } diff --git a/docs/aces/inventory/fileshare/evidence/osquery-listening-ports.json b/docs/aces/inventory/fileshare/evidence/osquery-listening-ports.json index b0952133..99b4cefe 100644 --- a/docs/aces/inventory/fileshare/evidence/osquery-listening-ports.json +++ b/docs/aces/inventory/fileshare/evidence/osquery-listening-ports.json @@ -7,7 +7,7 @@ "rows": [ { "address": "", - "path": "queue/sockets/com", + "path": "/dev/log", "pid": "-1", "port": "0", "protocol": "0", @@ -15,7 +15,7 @@ }, { "address": "", - "path": "queue/sockets/upgrade", + "path": "/var/run/supervisor.sock.1", "pid": "-1", "port": "0", "protocol": "0", @@ -23,7 +23,7 @@ }, { "address": "", - "path": "/dev/log", + "path": "queue/sockets/syscheck", "pid": "-1", "port": "0", "protocol": "0", @@ -31,7 +31,7 @@ }, { "address": "", - "path": "queue/sockets/control", + "path": "queue/sockets/logcollector", "pid": "-1", "port": "0", "protocol": "0", @@ -39,7 +39,7 @@ }, { "address": "", - "path": "/var/run/supervisor.sock.1", + "path": "queue/sockets/wmodules", "pid": "-1", "port": "0", "protocol": "0", @@ -47,7 +47,7 @@ }, { "address": "", - "path": "queue/sockets/queue", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -55,7 +55,7 @@ }, { "address": "", - "path": "queue/sockets/syscheck", + "path": "queue/sockets/upgrade", "pid": "-1", "port": "0", "protocol": "0", @@ -63,7 +63,15 @@ }, { "address": "", - "path": "queue/sockets/logcollector", + "path": "queue/sockets/control", + "pid": "-1", + "port": "0", + "protocol": "0", + "socket": "0" + }, + { + "address": "", + "path": "queue/sockets/queue", "pid": "-1", "port": "0", "protocol": "0", @@ -71,7 +79,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/61", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -79,7 +87,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/70", + "path": "/var/lib/samba/private/msg.sock/62", "pid": "-1", "port": "0", "protocol": "0", @@ -93,6 +101,22 @@ "protocol": "0", "socket": "0" }, + { + "address": "", + "path": "/var/lib/samba/private/msg.sock/72", + "pid": "-1", + "port": "0", + "protocol": "0", + "socket": "0" + }, + { + "address": "", + "path": "/var/run/samba/ncalrpc/np/wkssvc", + "pid": "-1", + "port": "0", + "protocol": "0", + "socket": "0" + }, { "address": "", "path": "/var/run/samba/ncalrpc/np/mdssvc", @@ -151,7 +175,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/wkssvc", + "path": "/var/run/samba/ncalrpc/np/netdfs", "pid": "-1", "port": "0", "protocol": "0", @@ -159,7 +183,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/netdfs", + "path": "/var/run/samba/ncalrpc/np/samr", "pid": "-1", "port": "0", "protocol": "0", @@ -167,7 +191,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/samr", + "path": "/var/run/samba/ncalrpc/np/lsass", "pid": "-1", "port": "0", "protocol": "0", @@ -175,7 +199,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/lsass", + "path": "/var/run/samba/ncalrpc/np/lsarpc", "pid": "-1", "port": "0", "protocol": "0", @@ -183,7 +207,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/lsarpc", + "path": "/var/run/samba/ncalrpc/np/netlogon", "pid": "-1", "port": "0", "protocol": "0", @@ -191,7 +215,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/netlogon", + "path": "/var/run/samba/ncalrpc/np/srvsvc", "pid": "-1", "port": "0", "protocol": "0", @@ -199,7 +223,7 @@ }, { "address": "", - "path": "queue/alerts/execq", + "path": "/var/run/samba/ncalrpc/DEFAULT", "pid": "-1", "port": "0", "protocol": "0", @@ -207,7 +231,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/srvsvc", + "path": "queue/alerts/execq", "pid": "-1", "port": "0", "protocol": "0", @@ -215,7 +239,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/DEFAULT", + "path": "/var/run/samba/ncalrpc/np/winreg", "pid": "-1", "port": "0", "protocol": "0", @@ -223,7 +247,7 @@ }, { "address": "", - "path": "queue/sockets/wmodules", + "path": "/var/lib/samba/private/msg.sock/73", "pid": "-1", "port": "0", "protocol": "0", @@ -231,7 +255,7 @@ }, { "address": "", - "path": "/var/run/samba/ncalrpc/np/winreg", + "path": "/dev/log", "pid": "-1", "port": "0", "protocol": "0", @@ -239,7 +263,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/72", + "path": "/var/run/supervisor.sock.1", "pid": "-1", "port": "0", "protocol": "0", @@ -247,7 +271,7 @@ }, { "address": "", - "path": "queue/sockets/com", + "path": "queue/sockets/syscheck", "pid": "-1", "port": "0", "protocol": "0", @@ -255,7 +279,7 @@ }, { "address": "", - "path": "queue/sockets/com", + "path": "queue/sockets/logcollector", "pid": "-1", "port": "0", "protocol": "0", @@ -263,7 +287,7 @@ }, { "address": "", - "path": "queue/sockets/upgrade", + "path": "queue/sockets/wmodules", "pid": "-1", "port": "0", "protocol": "0", @@ -271,7 +295,7 @@ }, { "address": "", - "path": "/dev/log", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -279,7 +303,7 @@ }, { "address": "", - "path": "queue/sockets/control", + "path": "queue/sockets/upgrade", "pid": "-1", "port": "0", "protocol": "0", @@ -287,7 +311,7 @@ }, { "address": "", - "path": "/var/run/supervisor.sock.1", + "path": "queue/sockets/control", "pid": "-1", "port": "0", "protocol": "0", @@ -303,7 +327,7 @@ }, { "address": "", - "path": "queue/sockets/syscheck", + "path": "queue/sockets/com", "pid": "-1", "port": "0", "protocol": "0", @@ -311,7 +335,7 @@ }, { "address": "", - "path": "queue/sockets/logcollector", + "path": "/var/lib/samba/private/msg.sock/62", "pid": "-1", "port": "0", "protocol": "0", @@ -319,7 +343,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/61", + "path": "/var/lib/samba/private/msg.sock/71", "pid": "-1", "port": "0", "protocol": "0", @@ -327,7 +351,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/70", + "path": "/var/lib/samba/private/msg.sock/72", "pid": "-1", "port": "0", "protocol": "0", @@ -335,7 +359,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/71", + "path": "/var/run/samba/ncalrpc/np/wkssvc", "pid": "-1", "port": "0", "protocol": "0", @@ -397,14 +421,6 @@ "protocol": "0", "socket": "0" }, - { - "address": "", - "path": "/var/run/samba/ncalrpc/np/wkssvc", - "pid": "-1", - "port": "0", - "protocol": "0", - "socket": "0" - }, { "address": "", "path": "/var/run/samba/ncalrpc/np/netdfs", @@ -445,14 +461,6 @@ "protocol": "0", "socket": "0" }, - { - "address": "", - "path": "queue/alerts/execq", - "pid": "-1", - "port": "0", - "protocol": "0", - "socket": "0" - }, { "address": "", "path": "/var/run/samba/ncalrpc/np/srvsvc", @@ -471,7 +479,7 @@ }, { "address": "", - "path": "queue/sockets/wmodules", + "path": "queue/alerts/execq", "pid": "-1", "port": "0", "protocol": "0", @@ -487,15 +495,7 @@ }, { "address": "", - "path": "/var/lib/samba/private/msg.sock/72", - "pid": "-1", - "port": "0", - "protocol": "0", - "socket": "0" - }, - { - "address": "", - "path": "queue/sockets/com", + "path": "/var/lib/samba/private/msg.sock/73", "pid": "-1", "port": "0", "protocol": "0", @@ -507,7 +507,7 @@ "pid": "-1", "port": "139", "protocol": "6", - "socket": "170222082" + "socket": "637262983" }, { "address": "::", @@ -515,7 +515,7 @@ "pid": "-1", "port": "139", "protocol": "6", - "socket": "170222080" + "socket": "637262981" }, { "address": "0.0.0.0", @@ -523,7 +523,7 @@ "pid": "-1", "port": "139", "protocol": "6", - "socket": "170222082" + "socket": "637262983" }, { "address": "::", @@ -531,7 +531,7 @@ "pid": "-1", "port": "139", "protocol": "6", - "socket": "170222080" + "socket": "637262981" }, { "address": "0.0.0.0", @@ -539,7 +539,7 @@ "pid": "-1", "port": "445", "protocol": "6", - "socket": "170222081" + "socket": "637262982" }, { "address": "::", @@ -547,7 +547,7 @@ "pid": "-1", "port": "445", "protocol": "6", - "socket": "170222079" + "socket": "637262980" }, { "address": "0.0.0.0", @@ -555,7 +555,7 @@ "pid": "-1", "port": "445", "protocol": "6", - "socket": "170222081" + "socket": "637262982" }, { "address": "::", @@ -563,39 +563,39 @@ "pid": "-1", "port": "445", "protocol": "6", - "socket": "170222079" + "socket": "637262980" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "42158", + "port": "34332", "protocol": "17", - "socket": "170221918" + "socket": "637246418" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "42158", + "port": "34332", "protocol": "17", - "socket": "170221918" + "socket": "637246418" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "42355", + "port": "45667", "protocol": "6", - "socket": "170221919" + "socket": "637246419" }, { "address": "127.0.0.11", "path": "", "pid": "-1", - "port": "42355", + "port": "45667", "protocol": "6", - "socket": "170221919" + "socket": "637246419" } ] } diff --git a/docs/aces/inventory/fileshare/evidence/osquery-processes.json b/docs/aces/inventory/fileshare/evidence/osquery-processes.json index 1dbe2264..c06e8d3d 100644 --- a/docs/aces/inventory/fileshare/evidence/osquery-processes.json +++ b/docs/aces/inventory/fileshare/evidence/osquery-processes.json @@ -11,7 +11,7 @@ "name": "supervisord", "path": "", "pid": "1", - "start_time": "1779517113", + "start_time": "1781193621", "uid": "0" }, { @@ -19,8 +19,8 @@ "gid": "103", "name": "rsyslogd", "path": "", - "pid": "60", - "start_time": "1779517116", + "pid": "61", + "start_time": "1781193624", "uid": "102" }, { @@ -28,8 +28,8 @@ "gid": "0", "name": "smbd", "path": "", - "pid": "61", - "start_time": "1779517116", + "pid": "62", + "start_time": "1781193624", "uid": "0" }, { @@ -37,8 +37,8 @@ "gid": "0", "name": "smbd-notifyd", "path": "", - "pid": "70", - "start_time": "1779517116", + "pid": "71", + "start_time": "1781193624", "uid": "0" }, { @@ -46,8 +46,8 @@ "gid": "0", "name": "cleanupd", "path": "", - "pid": "71", - "start_time": "1779517116", + "pid": "72", + "start_time": "1781193624", "uid": "0" }, { @@ -55,8 +55,8 @@ "gid": "0", "name": "samba-bgqd", "path": "", - "pid": "72", - "start_time": "1779517117", + "pid": "73", + "start_time": "1781193625", "uid": "0" }, { @@ -64,53 +64,53 @@ "gid": "0", "name": "wazuh-agent.sh", "path": "", - "pid": "423", - "start_time": "1779517170", + "pid": "415", + "start_time": "1781193682", "uid": "0" }, { "cmdline": "/var/ossec/bin/wazuh-execd", - "gid": "106", + "gid": "107", "name": "wazuh-execd", "path": "", - "pid": "469", - "start_time": "1779517171", + "pid": "461", + "start_time": "1781193683", "uid": "0" }, { "cmdline": "/var/ossec/bin/wazuh-agentd", - "gid": "106", + "gid": "107", "name": "wazuh-agentd", "path": "", - "pid": "484", - "start_time": "1779517172", + "pid": "479", + "start_time": "1781193684", "uid": "103" }, { "cmdline": "/var/ossec/bin/wazuh-syscheckd", - "gid": "106", + "gid": "107", "name": "wazuh-syscheckd", "path": "", - "pid": "506", - "start_time": "1779517173", + "pid": "498", + "start_time": "1781193685", "uid": "0" }, { "cmdline": "/var/ossec/bin/wazuh-logcollector", - "gid": "106", + "gid": "107", "name": "wazuh-logcollec", "path": "", - "pid": "516", - "start_time": "1779517173", + "pid": "508", + "start_time": "1781193685", "uid": "0" }, { "cmdline": "/var/ossec/bin/wazuh-modulesd", - "gid": "106", + "gid": "107", "name": "wazuh-modulesd", "path": "", - "pid": "537", - "start_time": "1779517174", + "pid": "529", + "start_time": "1781193686", "uid": "0" }, { @@ -118,8 +118,8 @@ "gid": "0", "name": "tail", "path": "", - "pid": "607", - "start_time": "1779517180", + "pid": "599", + "start_time": "1781193692", "uid": "0" }, { @@ -127,8 +127,8 @@ "gid": "0", "name": "sleep", "path": "", - "pid": "198739", - "start_time": "1779763923", + "pid": "59636", + "start_time": "1781267173", "uid": "0" } ] diff --git a/docs/aces/inventory/fileshare/evidence/runtime-baseline.txt b/docs/aces/inventory/fileshare/evidence/runtime-baseline.txt index c5b6d0bf..22e1915f 100644 --- a/docs/aces/inventory/fileshare/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/fileshare/evidence/runtime-baseline.txt @@ -35,17 +35,17 @@ PWD=/ SIEM_IP=172.20.0.10 WAZUH_MANAGER=wazuh.manager --listeners-- -sh: 20: ss: not found +sh: 16: ss: not found Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name -tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 61/smbd -tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 61/smbd -tcp 0 0 127.0.0.11:42355 0.0.0.0:* LISTEN - -tcp6 0 0 :::139 :::* LISTEN 61/smbd -tcp6 0 0 :::445 :::* LISTEN 61/smbd -udp 0 0 127.0.0.11:42158 0.0.0.0:* - +tcp 0 0 127.0.0.11:45667 0.0.0.0:* LISTEN - +tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 62/smbd +tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 62/smbd +tcp6 0 0 :::139 :::* LISTEN 62/smbd +tcp6 0 0 :::445 :::* LISTEN 62/smbd +udp 0 0 127.0.0.11:34332 0.0.0.0:* - --mounts-- -overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51136/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31645/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31644/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31643/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31642/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31641/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31640/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31639/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31638/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31637/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31636/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31635/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31634/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31540/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51157/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51157/work,nouserxattr) +overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107879/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106879/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106878/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106877/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106876/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106875/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106874/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106873/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106871/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106870/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106869/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106868/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/106865/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/31540/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107891/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107891/work,nouserxattr) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev type tmpfs (rw,nosuid,size=65536k,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666) @@ -94,7 +94,7 @@ nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin _apt:x:100:65534::/nonexistent:/usr/sbin/nologin messagebus:x:101:102::/nonexistent:/usr/sbin/nologin syslog:x:102:103::/home/syslog:/usr/sbin/nologin -wazuh:x:103:106::/var/ossec:/sbin/nologin +wazuh:x:103:107::/var/ossec:/sbin/nologin svc-fileshare:x:1000:1000::/home/svc-fileshare:/bin/sh --groups-- root:x:0: @@ -140,8 +140,9 @@ crontab:x:101: messagebus:x:102: syslog:x:103: rdma:x:104: -sambashare:x:105: -wazuh:x:106: +_ssh:x:105: +sambashare:x:106: +wazuh:x:107: svc-fileshare:x:1000: --samba-shares-- @@ -214,8 +215,8 @@ SMB1 disabled -- no workgroup available Unix username: nobody NT username: Account Flags: [U ] -User SID: S-1-5-21-214444308-4060190868-1613949656-501 -Primary Group SID: S-1-5-21-214444308-4060190868-1613949656-513 +User SID: S-1-5-21-2772929106-1786663067-3322970062-501 +Primary Group SID: S-1-5-21-2772929106-1786663067-3322970062-513 Full Name: nobody Home Directory: HomeDir Drive: (null) @@ -238,8 +239,8 @@ Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Unix username: svc-fileshare NT username: Account Flags: [U ] -User SID: S-1-5-21-214444308-4060190868-1613949656-1000 -Primary Group SID: S-1-5-21-214444308-4060190868-1613949656-513 +User SID: S-1-5-21-2772929106-1786663067-3322970062-1000 +Primary Group SID: S-1-5-21-2772929106-1786663067-3322970062-513 Full Name: Home Directory: \\FILES\svc-fileshare HomeDir Drive: @@ -252,31 +253,31 @@ Munged dial: Logon time: 0 Logoff time: Wed, 06 Feb 2036 15:06:39 UTC Kickoff time: Wed, 06 Feb 2036 15:06:39 UTC -Password last set: Sat, 23 May 2026 06:18:36 UTC -Password can change: Sat, 23 May 2026 06:18:36 UTC +Password last set: Thu, 11 Jun 2026 16:00:24 UTC +Password can change: Thu, 11 Jun 2026 16:00:24 UTC Password must change: never Last bad password : 0 Bad password count : 0 Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF --supervisor-- -rsyslog RUNNING pid 60, uptime 2 days, 20:33:00 -samba RUNNING pid 61, uptime 2 days, 20:33:00 -wazuh-agent RUNNING pid 423, uptime 2 days, 20:32:06 +rsyslog RUNNING pid 61, uptime 20:25:19 +samba RUNNING pid 62, uptime 20:25:19 +wazuh-agent RUNNING pid 415, uptime 20:24:22 --process-tree-- PID PPID USER COMMAND 1 0 root /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf - 60 1 syslog /usr/sbin/rsyslogd -n - 61 1 root /usr/sbin/smbd --foreground --no-process-group --debug-stdout - 70 61 root /usr/sbin/smbd --foreground --no-process-group --debug-stdout - 71 61 root /usr/sbin/smbd --foreground --no-process-group --debug-stdout - 72 61 root /usr/lib/x86_64-linux-gnu/samba/samba-bgqd --ready-signal-fd=43 --parent-watch-fd=9 --debuglevel=0 -F - 423 1 root /bin/bash /opt/aptl/wazuh/wazuh-agent.sh - 469 1 root /var/ossec/bin/wazuh-execd - 484 1 wazuh /var/ossec/bin/wazuh-agentd - 506 1 root /var/ossec/bin/wazuh-syscheckd - 516 1 root /var/ossec/bin/wazuh-logcollector - 537 1 root /var/ossec/bin/wazuh-modulesd - 607 423 root tail -F /var/ossec/logs/ossec.log - 198485 423 root sleep 5 - 198605 0 root sh -lc set -eu redact_env() { sed -E "s/^(APTL_FLAG_KEY|WAZUH_PASSWORD|WAZUH_REGISTRATION_PASSWORD|WAZUH_API_PASSWORD)=.*/\1=/" \ | sed "s///;s///;s///;s///" } echo --os-release-- cat /etc/os-release echo --id-- id echo --pwd-- pwd echo --uname-- uname -a echo --capabilities-pid1-- grep "^Cap" /proc/1/status || true echo --environment-- env | sort | redact_env echo --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 echo --mounts-- mount | sed -n "1,160p" echo --users-- getent passwd | sed -n "1,220p" echo --groups-- getent group | sed -n "1,220p" echo --samba-shares-- smbclient -L localhost -N || true echo --samba-config-shares-- testparm -s 2>/dev/null | sed -n "/^\\[/,\$p" || true echo --samba-users-- pdbedit -L -v 2>/dev/null | sed -E "s/(NT password|LM password):.*/\1:/" || true echo --supervisor-- supervisorctl status || true echo --process-tree-- ps -eo pid,ppid,user,args || true - 198640 198605 root ps -eo pid,ppid,user,args + 61 1 syslog /usr/sbin/rsyslogd -n + 62 1 root /usr/sbin/smbd --foreground --no-process-group --debug-stdout + 71 62 root /usr/sbin/smbd --foreground --no-process-group --debug-stdout + 72 62 root /usr/sbin/smbd --foreground --no-process-group --debug-stdout + 73 62 root /usr/lib/x86_64-linux-gnu/samba/samba-bgqd --ready-signal-fd=43 --parent-watch-fd=9 --debuglevel=0 -F + 415 1 root /bin/bash /opt/aptl/wazuh/wazuh-agent.sh + 461 1 root /var/ossec/bin/wazuh-execd + 479 1 wazuh /var/ossec/bin/wazuh-agentd + 498 1 root /var/ossec/bin/wazuh-syscheckd + 508 1 root /var/ossec/bin/wazuh-logcollector + 529 1 root /var/ossec/bin/wazuh-modulesd + 599 415 root tail -F /var/ossec/logs/ossec.log + 59362 415 root sleep 5 + 59488 0 root sh -lc set -eu echo --os-release-- cat /etc/os-release echo --id-- id echo --pwd-- pwd echo --uname-- uname -a echo --capabilities-pid1-- grep "^Cap" /proc/1/status || true echo --environment-- env | sort echo --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 echo --mounts-- mount | sed -n "1,160p" echo --users-- getent passwd | sed -n "1,220p" echo --groups-- getent group | sed -n "1,220p" echo --samba-shares-- smbclient -L localhost -N || true echo --samba-config-shares-- testparm -s 2>/dev/null | sed -n "/^\\[/,\$p" || true echo --samba-users-- pdbedit -L -v 2>/dev/null || true echo --supervisor-- supervisorctl status || true echo --process-tree-- ps -eo pid,ppid,user,args || true + 59519 59488 root ps -eo pid,ppid,user,args diff --git a/docs/aces/inventory/fileshare/evidence/share-checksums.txt b/docs/aces/inventory/fileshare/evidence/share-checksums.txt index 44b32f3a..d564ef12 100644 --- a/docs/aces/inventory/fileshare/evidence/share-checksums.txt +++ b/docs/aces/inventory/fileshare/evidence/share-checksums.txt @@ -4,7 +4,9 @@ f5365990a73bd9e2160e4ac151a65bf4c19fc5f5becba4b828a9ffeb2b7ce79e /srv/shares/fi 2a88894cf3d3c74ecdbce5eaa25fd39b05c5406ec88adfddd98f10c90d0f23fd /srv/shares/hr/employees/directory.csv 369a29418de741ef026090c81c6475f1c7e4b9740fa24d4e76a1af450878f2cc /srv/shares/it-backups/db_backup_20240115.sql 491627d3143ea4c1f8048dc8929ae0bfb0782d86d7b3c4ab36fe4a7e2fa97bab /srv/shares/it-backups/keys/README +824d3000d16d2a0a8982107ff0cf0b28ac12a97f0c628b0d6cbd8ac72dbce9b0 /srv/shares/it-backups/keys/deploy_key +be4d19d2b59bd9c641f192829adb235f1d9bba0fc481622cfcfe9a3f641bc053 /srv/shares/it-backups/keys/deploy_key.pub ea52d072bc59efebd2a02c01916efe098ada0065f86ea224f2d7c6247c8c888b /srv/shares/public/welcome.txt 7b70bc64197cb51970709a7b3719955d09bcfe2e4b645c4793635b2966c79414 /srv/shares/shared/meeting-notes-q3.txt -bc2ea9704988a87ac19fc1ce5092e3c03e3efe25a08bddb242623acaaafb70b1 /srv/shares/shared/user-flag.txt +e30d90d0cbcae561369c9a57aefa27fb26056b974b58fb0a2a95d843a2ece535 /srv/shares/shared/user-flag.txt cdf50ce20d4a965ab60e6137301aa3a17c69a1e53917f8a0297dc7728d8e498b /srv/shares/shared/wifi-passwords.txt diff --git a/docs/aces/inventory/fileshare/evidence/share-tree.txt b/docs/aces/inventory/fileshare/evidence/share-tree.txt index 8448cba9..3a433165 100644 --- a/docs/aces/inventory/fileshare/evidence/share-tree.txt +++ b/docs/aces/inventory/fileshare/evidence/share-tree.txt @@ -1,6 +1,8 @@ --all-share-paths-- -rw-r--r-- root root 0 0 210 /srv/shares/shared/user-flag.txt +-rwx------ root root 0 0 1831 /srv/shares/it-backups/keys/deploy_key -rwx------ root root 0 0 377 /srv/shares/it-backups/db_backup_20240115.sql +-rwx------ root root 0 0 408 /srv/shares/it-backups/keys/deploy_key.pub -rwx------ root root 0 0 61 /srv/shares/it-backups/keys/README -rwxr-x--- root root 0 0 268 /srv/shares/finance/reports/q3-revenue.csv -rwxr-x--- root root 0 0 514 /srv/shares/hr/employees/directory.csv diff --git a/docs/aces/inventory/fileshare/evidence/smbclient-anonymous-probes.txt b/docs/aces/inventory/fileshare/evidence/smbclient-anonymous-probes.txt index 374c3bed..70b2eea5 100644 --- a/docs/aces/inventory/fileshare/evidence/smbclient-anonymous-probes.txt +++ b/docs/aces/inventory/fileshare/evidence/smbclient-anonymous-probes.txt @@ -1,17 +1,17 @@ --public-anonymous-listing-- - . D 0 Sat May 23 06:18:35 2026 - .. D 0 Sat May 23 06:18:35 2026 - welcome.txt N 118 Sat May 23 06:18:35 2026 + . D 0 Thu Jun 11 16:00:23 2026 + .. D 0 Thu Jun 11 16:00:22 2026 + welcome.txt N 118 Thu Jun 11 16:00:23 2026 - 978087024 blocks of size 1024. 647617536 blocks available + 978087024 blocks of size 1024. 445492300 blocks available --shared-anonymous-listing-- - . D 0 Sat May 23 06:18:36 2026 - .. D 0 Sat May 23 06:18:35 2026 - user-flag.txt N 210 Sat May 23 06:18:36 2026 - meeting-notes-q3.txt N 283 Sat May 23 06:18:35 2026 - wifi-passwords.txt N 133 Sat May 23 06:18:35 2026 + . D 0 Thu Jun 11 16:00:24 2026 + .. D 0 Thu Jun 11 16:00:22 2026 + user-flag.txt N 210 Thu Jun 11 16:00:24 2026 + meeting-notes-q3.txt N 283 Thu Jun 11 16:00:23 2026 + wifi-passwords.txt N 133 Thu Jun 11 16:00:23 2026 - 978087024 blocks of size 1024. 647617516 blocks available + 978087024 blocks of size 1024. 445492300 blocks available --engineering-anonymous-listing-- tree connect failed: NT_STATUS_ACCESS_DENIED --finance-anonymous-listing-- diff --git a/docs/aces/inventory/fileshare/evidence/smbclient-svc-fileshare-probes.txt b/docs/aces/inventory/fileshare/evidence/smbclient-svc-fileshare-probes.txt index 5991c6cb..d373001a 100644 --- a/docs/aces/inventory/fileshare/evidence/smbclient-svc-fileshare-probes.txt +++ b/docs/aces/inventory/fileshare/evidence/smbclient-svc-fileshare-probes.txt @@ -10,18 +10,18 @@ IPC$ IPC IPC Service (TechVault File Server) SMB1 disabled -- no workgroup available --svc-fileshare-public-listing-- - . D 0 Sat May 23 06:18:35 2026 - .. D 0 Sat May 23 06:18:35 2026 - welcome.txt N 118 Sat May 23 06:18:35 2026 + . D 0 Thu Jun 11 16:00:23 2026 + .. D 0 Thu Jun 11 16:00:22 2026 + welcome.txt N 118 Thu Jun 11 16:00:23 2026 - 978087024 blocks of size 1024. 647617604 blocks available + 978087024 blocks of size 1024. 445492256 blocks available --svc-fileshare-shared-listing-- - . D 0 Sat May 23 06:18:36 2026 - .. D 0 Sat May 23 06:18:35 2026 - user-flag.txt N 210 Sat May 23 06:18:36 2026 - meeting-notes-q3.txt N 283 Sat May 23 06:18:35 2026 - wifi-passwords.txt N 133 Sat May 23 06:18:35 2026 + . D 0 Thu Jun 11 16:00:24 2026 + .. D 0 Thu Jun 11 16:00:22 2026 + user-flag.txt N 210 Thu Jun 11 16:00:24 2026 + meeting-notes-q3.txt N 283 Thu Jun 11 16:00:23 2026 + wifi-passwords.txt N 133 Thu Jun 11 16:00:23 2026 - 978087024 blocks of size 1024. 647617724 blocks available + 978087024 blocks of size 1024. 445492256 blocks available --svc-fileshare-engineering-listing-- tree connect failed: NT_STATUS_ACCESS_DENIED diff --git a/docs/aces/inventory/fileshare/evidence/source-checksums.txt b/docs/aces/inventory/fileshare/evidence/source-checksums.txt index 33873339..3cfca45d 100644 --- a/docs/aces/inventory/fileshare/evidence/source-checksums.txt +++ b/docs/aces/inventory/fileshare/evidence/source-checksums.txt @@ -1,5 +1,5 @@ -ca067e0c18e9c805a068e6dbc3dbe960c4b8b2522bcaaeba3867ee206df01622 containers/fileshare/Dockerfile -fd5633ace91fd172502fef9e63eca6e46c8cf7dc527d92edcece14899b7675e1 containers/fileshare/setup-shares.sh +4ff23d642fd084971f1f588cb13ea98e738ab03035df4813a98710feae31183f containers/fileshare/Dockerfile +465d1ae4ff0d006017f9addfce38ba36fb618c0b56391b6bb560ae2fc5bcb07f containers/fileshare/setup-shares.sh 847edd4733cb764eba178c933831bf1af2359cd9042674994f70b91491a289e0 containers/fileshare/smb.conf f5c7bed8f518b738ef884368e176518b6860e14e0711d8382c6bccfd1b1e1b44 containers/fileshare/supervisord.conf e033ab09b11f1995d426cbf28dced8e8cb9922d2cdae160bec4dcecc76ae74ec containers/_wazuh-agent/install.sh diff --git a/docs/aces/inventory/fileshare/evidence/syft-sbom.cyclonedx.json b/docs/aces/inventory/fileshare/evidence/syft-sbom.cyclonedx.json index f95f8561..aa20ace6 100644 --- a/docs/aces/inventory/fileshare/evidence/syft-sbom.cyclonedx.json +++ b/docs/aces/inventory/fileshare/evidence/syft-sbom.cyclonedx.json @@ -1 +1 @@ -{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:e6518465-be47-493e-8717-a31c0f120c87","version":1,"metadata":{"timestamp":"2026-05-26T02:52:02Z","tools":{"components":[{"type":"application","author":"anchore","name":"syft","version":"1.44.0"}]},"component":{"bom-ref":"5fd7ad7579dd44a4","type":"container","name":"aptl-fileshare","version":"sha256:ac68fd4eacce621bdc40db16d2b0aa17329ecef5e89ed075b08b9c8343381fee"},"properties":[{"name":"syft:image:labels:com.docker.compose.project","value":"aptl"},{"name":"syft:image:labels:com.docker.compose.service","value":"fileshare"},{"name":"syft:image:labels:com.docker.compose.version","value":"5.1.3"},{"name":"syft:image:labels:org.opencontainers.image.version","value":"22.04"}]},"components":[{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","type":"library","publisher":"Ubuntu Developers ","name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"608"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","type":"library","publisher":"Ubuntu Developers ","name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:apt:apt:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"4141"}]},{"bom-ref":"pkg:deb/ubuntu/attr@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bc7f725dc12fe3a0","type":"library","publisher":"Ubuntu Developers ","name":"attr","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:attr:attr:1\\:2.5.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/attr@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"136"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","type":"library","publisher":"Ubuntu Developers ","name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:base-files:base-files:12ubuntu4.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"395"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","type":"library","publisher":"Colin Watson ","name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","type":"library","publisher":"Ubuntu Developers ","name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:bash:bash:5.1-6ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1864"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","type":"library","publisher":"Ubuntu Developers ","name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux%402.37.2-4ubuntu3.5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"334"},{"name":"syft:metadata:source","value":"util-linux"},{"name":"syft:metadata:sourceVersion","value":"2.37.2-4ubuntu3.5"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","type":"library","publisher":"Ubuntu Developers ","name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:ca-certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca-certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"399"}]},{"bom-ref":"pkg:pypi/certifi@2020.6.20?package-id=fcb59256428582cf","type":"library","author":"Kenneth Reitz ","name":"certifi","version":"2020.6.20","licenses":[{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:certifi:certifi:2020.6.20:*:*:*:*:python:*:*","purl":"pkg:pypi/certifi@2020.6.20","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"}]},{"bom-ref":"pkg:pypi/chardet@4.0.0?package-id=0e82fae17cf4ba4c","type":"library","author":"Mark Pilgrim ","name":"chardet","version":"4.0.0","licenses":[{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:mark_pilgrim_project:python-chardet:4.0.0:*:*:*:*:*:*:*","purl":"pkg:pypi/chardet@4.0.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim_project:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrimproject:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrimproject:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-chardet:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-chardet:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_chardet:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_chardet:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim_project:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrimproject:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_project:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_project:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markproject:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markproject:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chardet:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chardet:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-chardet:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_chardet:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_project:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markproject:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chardet:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark:chardet:4.0.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","type":"library","publisher":"Ubuntu Developers ","name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"7112"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","type":"library","publisher":"Ubuntu Developers ","name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"name":"Artistic"}},{"license":{"name":"Paul-Vixie's-license"}}],"cpe":"cpe:2.3:a:cron:cron:3.0pl1-137ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"255"}]},{"bom-ref":"pkg:pypi/cryptography@3.4.8?package-id=797611296459cc23","type":"library","author":"The Python Cryptographic Authority and individual contributors ","name":"cryptography","version":"3.4.8","licenses":[{"license":{"name":"BSD or Apache License, Version 2.0"}}],"cpe":"cpe:2.3:a:cryptography.io:cryptography:3.4.8:*:*:*:*:python:*:*","purl":"pkg:pypi/cryptography@3.4.8","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:cryptography.io:cryptography:3.4.8:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","type":"library","publisher":"Ubuntu Developers ","name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"445"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","type":"library","publisher":"Ubuntu Developers ","name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFUL"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"214"}]},{"bom-ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=1e89a75fcfae9390","type":"library","publisher":"Ubuntu Developers ","name":"dbus","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"AFL-2.1"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Expat"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:dbus:dbus:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"582"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","type":"library","publisher":"Ubuntu Developers ","name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"512"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","type":"library","publisher":"Ubuntu Developers ","name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","type":"library","publisher":"Ubuntu Developers ","name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"name":"GFDL"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"424"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"676"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b","type":"library","publisher":"Ubuntu Developers ","name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"cpe":"cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"20"}]},{"bom-ref":"pkg:pypi/dnspython@2.1.0?package-id=9dd6c8407964828c","type":"library","author":"Bob Halley ","name":"dnspython","version":"2.1.0","licenses":[{"license":{"id":"ISC"}}],"cpe":"cpe:2.3:a:bob_halley_project:python-dnspython:2.1.0:*:*:*:*:*:*:*","purl":"pkg:pypi/dnspython@2.1.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley_project:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halleyproject:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halleyproject:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-dnspython:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-dnspython:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_dnspython:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_dnspython:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley_project:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley_project:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halleyproject:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halleyproject:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley_project:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halleyproject:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dnspython:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dnspython:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-dnspython:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_dnspython:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley_project:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halleyproject:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dnspython:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:dnspython:2.1.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","type":"library","publisher":"Ubuntu Developers ","name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-s-s-d"}}],"cpe":"cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"6733"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","type":"library","publisher":"Ubuntu Developers ","name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1516"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","type":"library","publisher":"Ubuntu Developers ","name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"620"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"272"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"473"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"392"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"787"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:pypi/gpg@1.16.0?package-id=17e0aa8d0bdf2fe1","type":"library","author":"The GnuPG hackers ","name":"gpg","version":"1.16.0","licenses":[{"license":{"name":"LGPL2.1+ (the library), GPL2+ (tests and examples)"}}],"cpe":"cpe:2.3:a:gnupg_hackers_project:python-gpg:1.16.0:*:*:*:*:*:*:*","purl":"pkg:pypi/gpg@1.16.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers_project:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackersproject:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackersproject:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel_project:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel_project:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_develproject:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_develproject:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers_project:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackersproject:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel_project:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-devel:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-devel:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_develproject:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-gpg:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-gpg:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_gpg:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_gpg:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-devel:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-gpg:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_gpg:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg:1.16.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1121"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"595"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"184"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"168"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"280"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"480"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"324"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","type":"library","publisher":"Ubuntu Developers ","name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"496"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","type":"library","publisher":"Ubuntu Developers ","name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"FSF-manpages"}},{"license":{"name":"GFDL-1.3+-no-invariant"}},{"license":{"name":"GFDL-3"}}],"cpe":"cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"240"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","type":"library","publisher":"Ubuntu Developers ","name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"51"}]},{"bom-ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=cf261b977b7f7de7&upstream=rdma-core","type":"library","publisher":"Ubuntu Developers ","name":"ibverbs-providers","version":"39.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-MIT"}},{"license":{"name":"CC0"}}],"cpe":"cpe:2.3:a:ibverbs-providers:ibverbs-providers:39.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04&upstream=rdma-core","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs-providers:ibverbs_providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs_providers:ibverbs-providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs_providers:ibverbs_providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs:ibverbs-providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs:ibverbs_providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1170"},{"name":"syft:metadata:source","value":"rdma-core"}]},{"bom-ref":"pkg:pypi/idna@3.3?package-id=30be7e210695bf55","type":"library","author":"Kim Davies ","name":"idna","version":"3.3","licenses":[{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:kim_davies_project:python-idna:3.3:*:*:*:*:*:*:*","purl":"pkg:pypi/idna@3.3","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies_project:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_daviesproject:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_daviesproject:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies_project:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_project:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_project:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-idna:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-idna:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_idna:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_idna:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_daviesproject:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kimproject:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kimproject:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:idna:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:idna:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_project:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-idna:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_idna:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kimproject:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:idna:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim:idna:3.3:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:pypi/importlib-metadata@4.6.4?package-id=7d962e7f1bd6c66a","type":"library","author":"Jason R. Coombs ","name":"importlib-metadata","version":"4.6.4","licenses":[{"license":{"name":"UNKNOWN"}}],"cpe":"cpe:2.3:a:python-importlib-metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*","purl":"pkg:pypi/importlib-metadata@4.6.4","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib-metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib-metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib-metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:importlib_metadata:4.6.4:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","type":"library","publisher":"Ubuntu Developers ","name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"133"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","type":"library","publisher":"Ubuntu Developers ","name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:iptables:iptables:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2837"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","type":"library","publisher":"Ubuntu Developers ","name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:jq:jq:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"100"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","type":"library","publisher":"Ubuntu Developers ","name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&upstream=acl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"67"},{"name":"syft:metadata:source","value":"acl"}]},{"bom-ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2095554fea8cd498&upstream=apparmor","type":"library","publisher":"Ubuntu Developers ","name":"libapparmor1","version":"3.0.4-2ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libapparmor1:libapparmor1:3.0.4-2ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=apparmor","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"171"},{"name":"syft:metadata:source","value":"apparmor"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","type":"library","publisher":"Ubuntu Developers ","name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&upstream=apt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3198"},{"name":"syft:metadata:source","value":"apt"}]},{"bom-ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04&package-id=87c258e8acddd8e5&upstream=libarchive","type":"library","publisher":"Ubuntu Developers ","name":"libarchive13","version":"3.6.0-1ubuntu1.6","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"BSD-1-clause-UCB"}},{"license":{"name":"BSD-124-clause-UCB"}},{"license":{"name":"BSD-3-clause-UCB"}},{"license":{"name":"BSD-4-clause-UCB"}},{"license":{"name":"Expat"}},{"license":{"name":"PD"}}],"cpe":"cpe:2.3:a:libarchive13:libarchive13:3.6.0-1ubuntu1.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04&upstream=libarchive","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"877"},{"name":"syft:metadata:source","value":"libarchive"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","type":"library","publisher":"Ubuntu Developers ","name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"GAP"}},{"license":{"name":"GAP~FSF"}}],"cpe":"cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libassuan","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"libassuan"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","type":"library","publisher":"Ubuntu Developers ","name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=attr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"57"},{"name":"syft:metadata:source","value":"attr"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"23"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"156"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","type":"library","publisher":"Ubuntu Developers ","name":"libavahi-client3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libavahi-client3:libavahi-client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&upstream=avahi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-client3:libavahi_client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_client3:libavahi-client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_client3:libavahi_client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi-client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi_client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"138"},{"name":"syft:metadata:source","value":"avahi"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=65249e620fac74fe&upstream=avahi","type":"library","publisher":"Ubuntu Developers ","name":"libavahi-common-data","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libavahi-common-data:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&upstream=avahi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common-data:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common_data:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common_data:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"116"},{"name":"syft:metadata:source","value":"avahi"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","type":"library","publisher":"Ubuntu Developers ","name":"libavahi-common3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libavahi-common3:libavahi-common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&upstream=avahi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common3:libavahi_common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common3:libavahi-common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common3:libavahi_common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi-common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi_common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"115"},{"name":"syft:metadata:source","value":"avahi"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"323"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=ead7279d6cdd63a8&upstream=boost1.74","type":"library","publisher":"Ubuntu Developers ","name":"libboost-iostreams1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSL-1.0"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"id":"Zlib"}},{"license":{"name":"BSD2"}},{"license":{"name":"BSD3_DEShaw"}},{"license":{"name":"BSD3_Google"}},{"license":{"name":"Caramel"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"HP"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"Python"}},{"license":{"name":"SGI"}},{"license":{"name":"Spencer"}}],"cpe":"cpe:2.3:a:libboost-iostreams1.74.0:libboost-iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=boost1.74","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost-iostreams1.74.0:libboost_iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_iostreams1.74.0:libboost-iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_iostreams1.74.0:libboost_iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost-iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost_iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2137"},{"name":"syft:metadata:source","value":"boost1.74"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e296153f22ed806b&upstream=boost1.74","type":"library","publisher":"Ubuntu Developers ","name":"libboost-thread1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSL-1.0"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"id":"Zlib"}},{"license":{"name":"BSD2"}},{"license":{"name":"BSD3_DEShaw"}},{"license":{"name":"BSD3_Google"}},{"license":{"name":"Caramel"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"HP"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"Python"}},{"license":{"name":"SGI"}},{"license":{"name":"Spencer"}}],"cpe":"cpe:2.3:a:libboost-thread1.74.0:libboost-thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=boost1.74","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost-thread1.74.0:libboost_thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_thread1.74.0:libboost-thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_thread1.74.0:libboost_thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost-thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost_thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2177"},{"name":"syft:metadata:source","value":"boost1.74"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","type":"library","publisher":"Ubuntu Developers ","name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&upstream=brotli","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"784"},{"name":"syft:metadata:source","value":"brotli"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","type":"library","publisher":"Ubuntu Developers ","name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"name":"Expat"}},{"license":{"name":"ISC-Original"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&upstream=libbsd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"136"},{"name":"syft:metadata:source","value":"libbsd"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","type":"library","publisher":"Ubuntu Developers ","name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"BSD-variant"}}],"cpe":"cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&upstream=bzip2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"100"},{"name":"syft:metadata:source","value":"bzip2"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2539"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"13598"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","type":"library","publisher":"Ubuntu Developers ","name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&upstream=libcap-ng","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"45"},{"name":"syft:metadata:source","value":"libcap-ng"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","type":"library","publisher":"Ubuntu Developers ","name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"65"}]},{"bom-ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=4f5178eb66b34395&upstream=ceph","type":"library","publisher":"Ubuntu Developers ","name":"libcephfs2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"APSL-2.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD"}},{"license":{"name":"Boost"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"name":"Creative"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3/OpenSSL"}},{"license":{"name":"Public"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libcephfs2:libcephfs2:17.2.9-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=ceph","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2206"},{"name":"syft:metadata:source","value":"ceph"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libcom-err2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:9e3a4384b6d8d2358d44103f62bcd948328b3f8a63a1a6baa66abeb43302d581"}}],"cpe":"cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"101"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","type":"library","publisher":"Ubuntu Developers ","name":"libcrypt1","version":"1:4.4.27-1","licenses":[{"license":{"name":"sha256:5a5e7ca0e9f3f9679977e3a3e9ede45ad92885a3297ea78e766979f9866c5a16"}}],"cpe":"cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&upstream=libxcrypt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"225"},{"name":"syft:metadata:source","value":"libxcrypt"}]},{"bom-ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04&package-id=d34bd20e2bc3978a&upstream=cups","type":"library","publisher":"Ubuntu Developers ","name":"libcups2","version":"2.4.1op1-1ubuntu4.16","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"FSFUL"}},{"license":{"id":"Zlib"}},{"license":{"name":"Apache-2.0-with-GPL2-LGPL2-Exception"}}],"cpe":"cpe:2.3:a:libcups2:libcups2:2.4.1op1-1ubuntu4.16:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04&upstream=cups","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"784"},{"name":"syft:metadata:source","value":"cups"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","type":"library","publisher":"Ubuntu Developers ","name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&upstream=curl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"789"},{"name":"syft:metadata:source","value":"curl"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","type":"library","publisher":"Ubuntu Developers ","name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","licenses":[{"license":{"name":"sha256:b3bbc6fbb3f2a0e6a487e953eb8c3cc4bdb6f4150f7f51d20b1e9a3c8ef92d3d"}}],"cpe":"cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=db5.3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"},{"name":"syft:metadata:source","value":"db5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus","type":"library","publisher":"Ubuntu Developers ","name":"libdbus-1-3","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"AFL-2.1"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Expat"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:libdbus-1-3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&upstream=dbus","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus-1-3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1_3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1_3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus-1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus-1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"457"},{"name":"syft:metadata:source","value":"dbus"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","type":"library","publisher":"Ubuntu Developers ","name":"libdebconfclient0","version":"0.261ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=cdebconf","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"79"},{"name":"syft:metadata:source","value":"cdebconf"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","type":"library","publisher":"Ubuntu Developers ","name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libestr0:libestr0:0.1.10-2.1build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&upstream=libestr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"31"},{"name":"syft:metadata:source","value":"libestr"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","type":"library","publisher":"Ubuntu Developers ","name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=expat","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"433"},{"name":"syft:metadata:source","value":"expat"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"574"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","type":"library","publisher":"Ubuntu Developers ","name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libfastjson4:libfastjson4:0.99.9-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libfastjson","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libfastjson"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","type":"library","publisher":"Ubuntu Developers ","name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&upstream=libffi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libffi"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"140"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","type":"library","publisher":"Ubuntu Developers ","name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1354"}]},{"bom-ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=0590e387ed563c60&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libgfapi0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgfapi0:libgfapi0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"238"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=6216ab21399ed5f4&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libgfrpc0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgfrpc0:libgfrpc0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"275"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libgfxdr0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgfxdr0:libgfxdr0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"113"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libglusterfs0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libglusterfs0:libglusterfs0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"949"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","type":"library","publisher":"Ubuntu Developers ","name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL"}},{"license":{"name":"This gmp package was built for Debian by Steve M"}}],"cpe":"cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=gmp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"544"},{"name":"syft:metadata:source","value":"gmp"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","type":"library","publisher":"Ubuntu Developers ","name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"CC0"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL"}},{"license":{"name":"GPLv3+"}},{"license":{"name":"LGPL"}},{"license":{"name":"LGPLv2.1+"}},{"license":{"name":"LGPLv3+_or_GPLv2+"}},{"license":{"name":"The"}}],"cpe":"cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.8:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&upstream=gnutls28","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2288"},{"name":"syft:metadata:source","value":"gnutls28"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","type":"library","publisher":"Ubuntu Developers ","name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&upstream=libgpg-error","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"189"},{"name":"syft:metadata:source","value":"libgpg-error"}]},{"bom-ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","type":"library","publisher":"Ubuntu Developers ","name":"libgpgme11","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgpgme11:libgpgme11:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&upstream=gpgme1.0","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"372"},{"name":"syft:metadata:source","value":"gpgme1.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"456"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"336"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","type":"library","publisher":"Ubuntu Developers ","name":"libibverbs1","version":"39.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-MIT"}},{"license":{"name":"CC0"}}],"cpe":"cpe:2.3:a:libibverbs1:libibverbs1:39.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&upstream=rdma-core","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"198"},{"name":"syft:metadata:source","value":"rdma-core"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","type":"library","publisher":"Ubuntu Developers ","name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&upstream=icu","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"34444"},{"name":"syft:metadata:source","value":"icu"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","type":"library","publisher":"Ubuntu Developers ","name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libidn2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"220"},{"name":"syft:metadata:source","value":"libidn2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip6tc2:libip6tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&package-id=06194ff09aaac326&upstream=jansson","type":"library","publisher":"Ubuntu Developers ","name":"libjansson4","version":"2.13.1-1.1build3","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjansson4:libjansson4:2.13.1-1.1build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&upstream=jansson","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"91"},{"name":"syft:metadata:source","value":"jansson"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","type":"library","publisher":"Ubuntu Developers ","name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjq1:libjq1:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&upstream=jq","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"347"},{"name":"syft:metadata:source","value":"jq"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"293"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","type":"library","publisher":"Ubuntu Developers ","name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=keyutils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"keyutils"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1053"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"165"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","type":"library","publisher":"Ubuntu Developers ","name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"FSFUL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=libksba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"302"},{"name":"syft:metadata:source","value":"libksba"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","type":"library","publisher":"Ubuntu Developers ","name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:0690f1ee382f98e95b446743db55395641d5e258de65939e9cb1c660d67a43a8"}}],"cpe":"cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=openldap","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"570"},{"name":"syft:metadata:source","value":"openldap"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=d4e46ca8c9fc92e1&upstream=openldap","type":"library","publisher":"Ubuntu Developers ","name":"libldap-common","version":"2.5.20+dfsg-0ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:0690f1ee382f98e95b446743db55395641d5e258de65939e9cb1c660d67a43a8"}}],"cpe":"cpe:2.3:a:libldap-common:libldap-common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&upstream=openldap","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-common:libldap_common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_common:libldap-common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_common:libldap_common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap-common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap_common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"openldap"}]},{"bom-ref":"pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","type":"library","publisher":"Ubuntu Developers ","name":"libldb2","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libldb2:libldb2:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&upstream=ldb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"608"},{"name":"syft:metadata:source","value":"ldb"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","type":"library","publisher":"Ubuntu Developers ","name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"cpe":"cpe:2.3:a:liblmdb0:liblmdb0:0.9.24-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&upstream=lmdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"109"},{"name":"syft:metadata:source","value":"lmdb"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","type":"library","publisher":"Ubuntu Developers ","name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&upstream=lz4","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"lz4"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","type":"library","publisher":"Ubuntu Developers ","name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Autoconf"}},{"license":{"name":"PD"}},{"license":{"name":"PD-debian"}},{"license":{"name":"config-h"}},{"license":{"name":"noderivs"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"name":"probably-PD"}}],"cpe":"cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=xz-utils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"290"},{"name":"syft:metadata:source","value":"xz-utils"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","type":"library","publisher":"Ubuntu Developers ","name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"cpe":"cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libmd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"71"},{"name":"syft:metadata:source","value":"libmd"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","type":"library","publisher":"Ubuntu Developers ","name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libmnl0:libmnl0:1.0.4-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&upstream=libmnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"libmnl"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"382"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","type":"library","publisher":"Ubuntu Developers ","name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD"}}],"cpe":"cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&upstream=mpdecimal","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"250"},{"name":"syft:metadata:source","value":"mpdecimal"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncurses6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"329"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncursesw6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"422"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","type":"library","publisher":"Ubuntu Developers ","name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&upstream=libnetfilter-conntrack","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"libnetfilter-conntrack"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"356"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","type":"library","publisher":"Ubuntu Developers ","name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libnfnetlink0:libnfnetlink0:1.0.1-3build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&upstream=libnfnetlink","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"48"},{"name":"syft:metadata:source","value":"libnfnetlink"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","type":"library","publisher":"Ubuntu Developers ","name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnftnl11:libnftnl11:1.2.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libnftnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"227"},{"name":"syft:metadata:source","value":"libnftnl"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","type":"library","publisher":"Ubuntu Developers ","name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"name":"all-permissive"}}],"cpe":"cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&upstream=nghttp2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"204"},{"name":"syft:metadata:source","value":"nghttp2"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3","type":"library","publisher":"Ubuntu Developers ","name":"libnl-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libnl-3-200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&upstream=libnl3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-3-200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3_200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3_200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"180"},{"name":"syft:metadata:source","value":"libnl3"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=29f707308ec30f8b&upstream=libnl3","type":"library","publisher":"Ubuntu Developers ","name":"libnl-route-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libnl-route-3-200:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&upstream=libnl3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route-3-200:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3_200:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3_200:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route-3:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route-3:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"583"},{"name":"syft:metadata:source","value":"libnl3"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","type":"library","publisher":"Ubuntu Developers ","name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&upstream=npth","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"40"},{"name":"syft:metadata:source","value":"npth"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","type":"library","publisher":"Ubuntu Developers ","name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2+-autoconf-exception"}},{"license":{"name":"GPL-2+-libtool-exception"}},{"license":{"name":"GPL-3+-autoconf-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}}],"cpe":"cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&upstream=libnsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"123"},{"name":"syft:metadata:source","value":"libnsl"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","type":"library","publisher":"Ubuntu Developers ","name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libonig5:libonig5:6.9.7.1-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libonig","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"615"},{"name":"syft:metadata:source","value":"libonig"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","type":"library","publisher":"Ubuntu Developers ","name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"ISC+IBM"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"name":"same-as-rest-of-p11kit"}}],"cpe":"cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&upstream=p11-kit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1292"},{"name":"syft:metadata:source","value":"p11-kit"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1144"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"249"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"312"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"236"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","type":"library","publisher":"Ubuntu Developers ","name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","licenses":[{"license":{"name":"sha256:f65dae37239e4d61a1bdeaf2ded76b8569d012a054aa042233b78615e7a83210"}}],"cpe":"cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"621"},{"name":"syft:metadata:source","value":"pcre2"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","type":"library","publisher":"Ubuntu Developers ","name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:ac9276490d2fa167442ae1aae33926514ad10c8886baa40046c5e367fccc5938"}}],"cpe":"cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"683"},{"name":"syft:metadata:source","value":"pcre3"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","type":"library","publisher":"Ubuntu Developers ","name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"X-Consortium"}}],"cpe":"cpe:2.3:a:libpopt0:libpopt0:1.18-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&upstream=popt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"120"},{"name":"syft:metadata:source","value":"popt"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","type":"library","publisher":"Ubuntu Developers ","name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&upstream=procps","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"131"},{"name":"syft:metadata:source","value":"procps"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","type":"library","publisher":"Ubuntu Developers ","name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"cpe":"cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&upstream=libpsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"95"},{"name":"syft:metadata:source","value":"libpsl"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"39"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10:libpython3.10:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"5768"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5124"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"8122"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=d4eab72a4f36d756&upstream=ceph","type":"library","publisher":"Ubuntu Developers ","name":"librados2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"APSL-2.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD"}},{"license":{"name":"Boost"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"name":"Creative"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3/OpenSSL"}},{"license":{"name":"Public"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:librados2:librados2:17.2.9-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=ceph","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"14197"},{"name":"syft:metadata:source","value":"ceph"}]},{"bom-ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=265152cc9c81346d&upstream=rdma-core","type":"library","publisher":"Ubuntu Developers ","name":"librdmacm1","version":"39.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-MIT"}},{"license":{"name":"CC0"}}],"cpe":"cpe:2.3:a:librdmacm1:librdmacm1:39.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&upstream=rdma-core","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"209"},{"name":"syft:metadata:source","value":"rdma-core"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"461"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","type":"library","publisher":"Ubuntu Developers ","name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&upstream=rtmpdump","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"rtmpdump"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"170"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=1d9989f34ce2d960&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-modules","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"308"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"93"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","type":"library","publisher":"Ubuntu Developers ","name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu3\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=libseccomp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"libseccomp"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","type":"library","publisher":"Ubuntu Developers ","name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libselinux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"207"},{"name":"syft:metadata:source","value":"libselinux"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"37"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"300"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","type":"library","publisher":"Ubuntu Developers ","name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libsepol","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"735"},{"name":"syft:metadata:source","value":"libsepol"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"209"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=27de03f008c01710&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"libsmbclient","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:libsmbclient:libsmbclient:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"336"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","type":"library","publisher":"Ubuntu Developers ","name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&upstream=sqlite3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1603"},{"name":"syft:metadata:source","value":"sqlite3"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libss2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:6f717a1464301a641ac17e7301f1a1b221da802e8edf8cf4bc963721d487b146"}}],"cpe":"cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"113"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","type":"library","publisher":"Ubuntu Developers ","name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL-2.1+~OpenSSL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&upstream=libssh","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"492"},{"name":"syft:metadata:source","value":"libssh"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","type":"library","publisher":"Ubuntu Developers ","name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&upstream=openssl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"5835"},{"name":"syft:metadata:source","value":"openssl"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2755"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"997"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","type":"library","publisher":"Ubuntu Developers ","name":"libtalloc2","version":"2.3.3-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libtalloc2:libtalloc2:2.3.3-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&upstream=talloc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"86"},{"name":"syft:metadata:source","value":"talloc"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","type":"library","publisher":"Ubuntu Developers ","name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"134"}]},{"bom-ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","type":"library","publisher":"Ubuntu Developers ","name":"libtdb1","version":"1.4.5-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libtdb1:libtdb1:1.4.5-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&upstream=tdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"131"},{"name":"syft:metadata:source","value":"tdb"}]},{"bom-ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","type":"library","publisher":"Ubuntu Developers ","name":"libtevent0","version":"0.11.0-1build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libtevent0:libtevent0:0.11.0-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&upstream=tevent","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"123"},{"name":"syft:metadata:source","value":"tevent"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"558"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"32"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"219"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"349"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","type":"library","publisher":"Ubuntu Developers ","name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"FreeSoftware"}}],"cpe":"cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&upstream=libunistring","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1746"},{"name":"syft:metadata:source","value":"libunistring"}]},{"bom-ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=36a943dcb0459762&upstream=liburing","type":"library","publisher":"Ubuntu Developers ","name":"liburing2","version":"2.1-2build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:liburing2:liburing2:2.1-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&upstream=liburing","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"42"},{"name":"syft:metadata:source","value":"liburing"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"134"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"libwbclient0","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:libwbclient0:libwbclient0:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"858"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","type":"library","publisher":"Ubuntu Developers ","name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"id":"ISC"}},{"license":{"name":"MIT-1"}}],"cpe":"cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.11:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2098"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libxtables12:libxtables12:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"114"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","type":"library","publisher":"Ubuntu Developers ","name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&upstream=xxhash","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"xxhash"}]},{"bom-ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d5b9b09982f56df0&upstream=libyaml","type":"library","publisher":"Ubuntu Developers ","name":"libyaml-0-2","version":"0.2.2-1build2","licenses":[{"license":{"name":"Expat"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:libyaml-0-2:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libyaml","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml-0-2:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0_2:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0_2:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml-0:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml-0:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"144"},{"name":"syft:metadata:source","value":"libyaml"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","type":"library","publisher":"Ubuntu Developers ","name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&upstream=libzstd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"846"},{"name":"syft:metadata:source","value":"libzstd"}]},{"bom-ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"888"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","type":"library","publisher":"Ubuntu Developers ","name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:logrotate:logrotate:3.19.0-1ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"167"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"58"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"66"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:pypi/markdown@3.3.6?package-id=5e0295da15143cf1","type":"library","author":"Manfred Stienstra, Yuri takhteyev and Waylan limberg ","name":"markdown","version":"3.3.6","licenses":[{"license":{"name":"BSD License"}}],"cpe":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg_project:python-markdown:3.3.6:*:*:*:*:*:*:*","purl":"pkg:pypi/markdown@3.3.6","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg_project:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limbergproject:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limbergproject:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg_project:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limbergproject:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown_project:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown_project:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdownproject:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdownproject:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown_project:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-markdown:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-markdown:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdownproject:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markdown:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markdown:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-markdown:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markdown:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:markdown:3.3.6:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","type":"library","publisher":"Ubuntu Developers ","name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"229"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","type":"library","publisher":"Ubuntu Developers ","name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"cpe":"cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"97"}]},{"bom-ref":"pkg:pypi/more-itertools@8.10.0?package-id=b9a7ad2cb86dabc6","type":"library","author":"Erik Rose ","name":"more-itertools","version":"8.10.0","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:python-more-itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*","purl":"pkg:pypi/more-itertools@8.10.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more-itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more-itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more-itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:more_itertools:8.10.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:mount:mount:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"389"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=834d85bcb22efc52&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"393"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"646"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04&package-id=9abfdf403efa6566","type":"library","publisher":"Ubuntu Developers ","name":"net-tools","version":"1.60+git20181103.0eebece-1ubuntu5.4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:net-tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:net-tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net_tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net_tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net:net-tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net:net_tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"800"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1","type":"library","publisher":"Ubuntu Developers ","name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","type":"library","publisher":"Ubuntu Developers ","name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:netcat-openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat-openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"106"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15","type":"library","publisher":"Ubuntu Developers ","name":"openssl","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2053"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2325"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","type":"library","publisher":"Ubuntu Developers ","name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"Artistic-2.0"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Artistic"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"name":"BSD-3-clause-with-weird-numbering"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BZIP"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3+-WITH-BISON-EXCEPTION"}},{"license":{"name":"HSIEH-BSD"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"REGCOMP,"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&upstream=perl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"7739"},{"name":"syft:metadata:source","value":"perl"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","type":"library","publisher":"Ubuntu Developers ","name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"X11"}}],"cpe":"cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&upstream=pinentry","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"92"},{"name":"syft:metadata:source","value":"pinentry"}]},{"bom-ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","type":"library","publisher":"Ubuntu Developers ","name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1388"}]},{"bom-ref":"pkg:pypi/pygments@2.11.2?package-id=e190aa5403fa4847","type":"library","author":"Georg Brandl ","name":"pygments","version":"2.11.2","licenses":[{"license":{"name":"BSD License"}}],"cpe":"cpe:2.3:a:georg_brandl_project:python-pygments:2.11.2:*:*:*:*:*:*:*","purl":"pkg:pypi/pygments@2.11.2","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl_project:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandlproject:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandlproject:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pygments:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pygments:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pygments:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pygments:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl_project:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_project:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_project:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandlproject:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georgproject:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georgproject:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pygments:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pygments:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pygments:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pygments:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_project:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georgproject:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pygments:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg:pygments:2.11.2:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3:python3:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"90"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&package-id=19cdccf25a344236&upstream=python-certifi","type":"library","publisher":"Ubuntu Developers ","name":"python3-certifi","version":"2020.6.20-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:python3-certifi:python3-certifi:2020.6.20-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&upstream=python-certifi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-certifi:python3_certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_certifi:python3-certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_certifi:python3_certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"324"},{"name":"syft:metadata:source","value":"python-certifi"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d63a3ddca9be209d&upstream=python-cffi","type":"library","publisher":"Ubuntu Developers ","name":"python3-cffi-backend","version":"1.15.0-1build2","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-cffi-backend:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&upstream=python-cffi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cffi-backend:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi_backend:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi_backend:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cffi:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cffi:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"218"},{"name":"syft:metadata:source","value":"python-cffi"}]},{"bom-ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&package-id=df9b0e557d0a6c44&upstream=chardet","type":"library","publisher":"Ubuntu Developers ","name":"python3-chardet","version":"4.0.0-1","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:python3-chardet:python3-chardet:4.0.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&upstream=chardet","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-chardet:python3_chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_chardet:python3-chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_chardet:python3_chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1068"},{"name":"syft:metadata:source","value":"chardet"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=5763b0aa2f284a3c&upstream=python-cryptography","type":"library","publisher":"Ubuntu Developers ","name":"python3-cryptography","version":"3.4.8-1ubuntu2.4","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Apache"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-cryptography:python3-cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&upstream=python-cryptography","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cryptography:python3_cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cryptography:python3-cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cryptography:python3_cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1590"},{"name":"syft:metadata:source","value":"python-cryptography"}]},{"bom-ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=89d337998c0a598c&upstream=dnspython","type":"library","publisher":"Ubuntu Developers ","name":"python3-dnspython","version":"2.1.0-1ubuntu1","licenses":[{"license":{"name":"sha256:ee7dba77efced3386124cecd2359d46e3b2fd2de8fff88a3d01aa38484937489"}}],"cpe":"cpe:2.3:a:python3-dnspython:python3-dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&upstream=dnspython","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-dnspython:python3_dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_dnspython:python3-dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_dnspython:python3_dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"837"},{"name":"syft:metadata:source","value":"dnspython"}]},{"bom-ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=7c0200766aaad1a3&upstream=gpgme1.0","type":"library","publisher":"Ubuntu Developers ","name":"python3-gpg","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:python3-gpg:python3-gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&upstream=gpgme1.0","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-gpg:python3_gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_gpg:python3-gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_gpg:python3_gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1294"},{"name":"syft:metadata:source","value":"gpgme1.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=c276652abd602413&upstream=python-idna","type":"library","publisher":"Ubuntu Developers ","name":"python3-idna","version":"3.3-1ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"PSF-2.0"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:python3-idna:python3-idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=python-idna","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-idna:python3_idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_idna:python3-idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_idna:python3_idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"332"},{"name":"syft:metadata:source","value":"python-idna"}]},{"bom-ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&package-id=bacff1a4bb876c4a&upstream=python-importlib-metadata","type":"library","publisher":"Ubuntu Developers ","name":"python3-importlib-metadata","version":"4.6.4-1","licenses":[{"license":{"id":"Apache-2.0"}}],"cpe":"cpe:2.3:a:python3-importlib-metadata:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&upstream=python-importlib-metadata","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-importlib-metadata:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib_metadata:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib_metadata:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-importlib:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-importlib:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"67"},{"name":"syft:metadata:source","value":"python-importlib-metadata"}]},{"bom-ref":"pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","type":"library","publisher":"Ubuntu Developers ","name":"python3-ldb","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:python3-ldb:python3-ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&upstream=ldb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-ldb:python3_ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_ldb:python3-ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_ldb:python3_ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"173"},{"name":"syft:metadata:source","value":"ldb"}]},{"bom-ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04&package-id=c5f7360fe2fe6680&upstream=python-markdown","type":"library","publisher":"Ubuntu Developers ","name":"python3-markdown","version":"3.3.6-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Expat"}},{"license":{"name":"etree13"}}],"cpe":"cpe:2.3:a:python3-markdown:python3-markdown:3.3.6-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04&upstream=python-markdown","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-markdown:python3_markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_markdown:python3-markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_markdown:python3_markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"330"},{"name":"syft:metadata:source","value":"python-markdown"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3-minimal","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"122"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04&package-id=a3d40315ee6ee3fe&upstream=more-itertools","type":"library","publisher":"Ubuntu Developers ","name":"python3-more-itertools","version":"8.10.0-2","licenses":[{"license":{"name":"MIT-style"}}],"cpe":"cpe:2.3:a:python3-more-itertools:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04&upstream=more-itertools","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-more-itertools:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more_itertools:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more_itertools:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-more:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-more:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"226"},{"name":"syft:metadata:source","value":"more-itertools"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools","type":"library","publisher":"Ubuntu Developers ","name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:python3-pkg-resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&upstream=setuptools","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg-resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"581"},{"name":"syft:metadata:source","value":"setuptools"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=7646e66f3928586c&upstream=pygments","type":"library","publisher":"Ubuntu Developers ","name":"python3-pygments","version":"2.11.2+dfsg-2ubuntu0.1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"ISO-1986"}}],"cpe":"cpe:2.3:a:python3-pygments:python3-pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=pygments","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pygments:python3_pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pygments:python3-pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pygments:python3_pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"4024"},{"name":"syft:metadata:source","value":"pygments"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=7222851c05c5e165&upstream=requests","type":"library","publisher":"Ubuntu Developers ","name":"python3-requests","version":"2.25.1+dfsg-2ubuntu0.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Apache"}},{"license":{"name":"other"}}],"cpe":"cpe:2.3:a:python3-requests:python3-requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&upstream=requests","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests:python3_requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3-requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3_requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"230"},{"name":"syft:metadata:source","value":"requests"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04&package-id=4ed4b77b05baef53&upstream=python-requests-toolbelt","type":"library","publisher":"Ubuntu Developers ","name":"python3-requests-toolbelt","version":"0.9.1-1","licenses":[{"license":{"id":"Apache-2.0"}}],"cpe":"cpe:2.3:a:python3-requests-toolbelt:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04&upstream=python-requests-toolbelt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests-toolbelt:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests_toolbelt:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests_toolbelt:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"187"},{"name":"syft:metadata:source","value":"python-requests-toolbelt"}]},{"bom-ref":"pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=dc85e4c80a3179ea&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"python3-samba","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:python3-samba:python3-samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-samba:python3_samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_samba:python3-samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_samba:python3_samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"21085"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04&package-id=a23c782e59d96924&upstream=six","type":"library","publisher":"Ubuntu Developers ","name":"python3-six","version":"1.16.0-3ubuntu1","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-six:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04&upstream=six","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-six:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_six:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_six:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"59"},{"name":"syft:metadata:source","value":"six"}]},{"bom-ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","type":"library","publisher":"Ubuntu Developers ","name":"python3-talloc","version":"2.3.3-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:python3-talloc:python3-talloc:2.3.3-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&upstream=talloc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-talloc:python3_talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_talloc:python3-talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_talloc:python3_talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"77"},{"name":"syft:metadata:source","value":"talloc"}]},{"bom-ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=677c50ed3b8d47d6&upstream=tdb","type":"library","publisher":"Ubuntu Developers ","name":"python3-tdb","version":"1.4.5-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:python3-tdb:python3-tdb:1.4.5-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&upstream=tdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-tdb:python3_tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_tdb:python3-tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_tdb:python3_tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"76"},{"name":"syft:metadata:source","value":"tdb"}]},{"bom-ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04&package-id=337a8a4a2e6d73f2&upstream=python-urllib3","type":"library","publisher":"Ubuntu Developers ","name":"python3-urllib3","version":"1.26.5-1~exp1ubuntu0.6","licenses":[{"license":{"id":"PSF-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-urllib3:python3-urllib3:1.26.5-1\\~exp1ubuntu0.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04&upstream=python-urllib3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-urllib3:python3_urllib3:1.26.5-1\\~exp1ubuntu0.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_urllib3:python3-urllib3:1.26.5-1\\~exp1ubuntu0.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_urllib3:python3_urllib3:1.26.5-1\\~exp1ubuntu0.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-urllib3:1.26.5-1\\~exp1ubuntu0.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_urllib3:1.26.5-1\\~exp1ubuntu0.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"450"},{"name":"syft:metadata:source","value":"python-urllib3"}]},{"bom-ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=763184a5533807f3&upstream=pyyaml","type":"library","publisher":"Ubuntu Developers ","name":"python3-yaml","version":"5.4.1-1ubuntu1","licenses":[{"license":{"name":"sha256:26fdc211f61903eb5d63aef0be53269c9362fb7c0a944eb87001a935ac6e8e51"}}],"cpe":"cpe:2.3:a:python3-yaml:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=pyyaml","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-yaml:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_yaml:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_yaml:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"529"},{"name":"syft:metadata:source","value":"pyyaml"}]},{"bom-ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=f8bb29411347bda6&upstream=python-zipp","type":"library","publisher":"Ubuntu Developers ","name":"python3-zipp","version":"1.0.0-3ubuntu0.1","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-zipp:python3-zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=python-zipp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-zipp:python3_zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_zipp:python3-zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_zipp:python3_zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"27"},{"name":"syft:metadata:source","value":"python-zipp"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","type":"library","publisher":"Ubuntu Developers ","name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10:python3.10:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"635"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5932"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:pypi/pyyaml@5.4.1?package-id=e2ed01d4aefd778d","type":"library","author":"Kirill Simonov ","name":"pyyaml","version":"5.4.1","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:kirill_simonov_project:python-pyyaml:5.4.1:*:*:*:*:*:*:*","purl":"pkg:pypi/pyyaml@5.4.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov_project:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonovproject:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonovproject:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov_project:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonovproject:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pyyaml:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pyyaml:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pyyaml:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pyyaml:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi_project:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi_project:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xiproject:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xiproject:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pyyaml:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pyyaml:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pyyaml:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pyyaml:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi_project:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xiproject:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pyyaml:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi:pyyaml:5.4.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"80"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:pypi/requests@2.25.1?package-id=52e214e010c57a74","type":"library","author":"Kenneth Reitz ","name":"requests","version":"2.25.1","licenses":[{"license":{"name":"Apache 2.0"}}],"cpe":"cpe:2.3:a:python:requests:2.25.1:*:*:*:*:*:*:*","purl":"pkg:pypi/requests@2.25.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"}]},{"bom-ref":"pkg:pypi/requests-toolbelt@0.9.1?package-id=836328d47f4e8bef","type":"library","author":"Ian Cordasco, Cory Benfield ","name":"requests-toolbelt","version":"0.9.1","licenses":[{"license":{"name":"Apache 2.0"}}],"cpe":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*","purl":"pkg:pypi/requests-toolbelt@0.9.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","type":"library","publisher":"Ubuntu Developers ","name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:rsyslog:rsyslog:8.2112.0-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"}]},{"bom-ref":"pkg:deb/ubuntu/samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=6f821ec0e6b7aaaf","type":"library","publisher":"Ubuntu Developers ","name":"samba","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba:samba:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"17220"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&package-id=c8cb05d31c9b81f1&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-common","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-common:samba-common:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common:samba_common:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba-common:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba_common:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-common:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_common:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"317"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=8c63cc9804d60a6b&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-common-bin","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-common-bin:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common-bin:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common_bin:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common_bin:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1731"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-dsdb-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=6478f046ad36d0c2&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-dsdb-modules","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-dsdb-modules:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-dsdb-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-dsdb-modules:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb_modules:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb_modules:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-dsdb:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-dsdb:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1674"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-libs","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-libs:samba-libs:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-libs:samba_libs:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_libs:samba-libs:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_libs:samba_libs:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-libs:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_libs:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"24846"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-vfs-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=737a82e2c5600bca&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-vfs-modules","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-vfs-modules:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-vfs-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-vfs-modules:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs_modules:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs_modules:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-vfs:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-vfs:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1906"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","type":"library","publisher":"Ubuntu Developers ","name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:sed:sed:4.8-1ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"328"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38","type":"library","publisher":"Ubuntu Developers ","name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}}],"cpe":"cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"59"}]},{"bom-ref":"pkg:pypi/six@1.16.0?package-id=64e630b32a1bc827","type":"library","author":"Benjamin Peterson ","name":"six","version":"1.16.0","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*","purl":"pkg:pypi/six@1.16.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/smbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=80f05b5c3a6ffc90&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"smbclient","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:smbclient:smbclient:2\\:4.15.13\\+dfsg-0ubuntu1.10:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/smbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2105"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:pypi/supervisor@4.2.1?package-id=aa67a0c6828d4462","type":"library","author":"Chris McDonough ","name":"supervisor","version":"4.2.1","licenses":[{"license":{"name":"BSD-derived (http://www.repoze.org/LICENSE.txt)"}}],"cpe":"cpe:2.3:a:chris_mcdonough_project:python-supervisor:4.2.1:*:*:*:*:*:*:*","purl":"pkg:pypi/supervisor@4.2.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:supervisor:4.2.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","type":"library","publisher":"Ubuntu Developers ","name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-Derived"}},{"license":{"name":"BSD-derived"}},{"license":{"name":"Medusa"}},{"license":{"name":"RDFLIB"}}],"cpe":"cpe:2.3:a:supervisor:supervisor:4.2.1-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1645"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","type":"library","publisher":"Ubuntu Developers ","name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=sysvinit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"sysvinit"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","type":"library","publisher":"Ubuntu Developers ","name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"960"}]},{"bom-ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=2220a8d4c354a55b&upstream=tdb","type":"library","publisher":"Ubuntu Developers ","name":"tdb-tools","version":"1.4.5-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:tdb-tools:tdb-tools:1.4.5-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&upstream=tdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb-tools:tdb_tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb_tools:tdb-tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb_tools:tdb_tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb:tdb-tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb:tdb_tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"114"},{"name":"syft:metadata:source","value":"tdb"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4","type":"library","publisher":"Dimitri John Ledkov ","name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","type":"library","publisher":"Ubuntu Developers ","name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"232"}]},{"bom-ref":"pkg:pypi/urllib3@1.26.5?package-id=043d634961733646","type":"library","author":"Andrey Petrov ","name":"urllib3","version":"1.26.5","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:python:urllib3:1.26.5:*:*:*:*:*:*:*","purl":"pkg:pypi/urllib3@1.26.5","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","type":"library","publisher":"Ubuntu Developers ","name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"200"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","type":"library","publisher":"Ubuntu Developers ","name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3395"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","type":"library","publisher":"Wazuh, Inc ","name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:wazuh-agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh-agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"42990"}]},{"bom-ref":"pkg:pypi/zipp@1.0.0?package-id=8032c28b5d60f9c6","type":"library","author":"Jason R. Coombs ","name":"zipp","version":"1.0.0","licenses":[{"license":{"name":"UNKNOWN"}}],"cpe":"cpe:2.3:a:jason_r__coombs_project:python-zipp:1.0.0:*:*:*:*:*:*:*","purl":"pkg:pypi/zipp@1.0.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-zipp:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-zipp:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_zipp:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_zipp:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-zipp:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_zipp:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:zipp:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:zipp:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:zipp:zipp:1.0.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","type":"library","publisher":"Ubuntu Developers ","name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"cpe":"cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&upstream=zlib","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"164"},{"name":"syft:metadata:source","value":"zlib"}]},{"bom-ref":"os:ubuntu@22.04","type":"operating-system","name":"ubuntu","version":"22.04","description":"Ubuntu 22.04.5 LTS","swid":{"tagId":"ubuntu","name":"ubuntu","version":"22.04"},"externalReferences":[{"url":"https://bugs.launchpad.net/ubuntu/","type":"issue-tracker"},{"url":"https://www.ubuntu.com/","type":"website"},{"url":"https://help.ubuntu.com/","comment":"support","type":"other"},{"url":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy","comment":"privacyPolicy","type":"other"}],"properties":[{"name":"syft:distro:extendedSupport","value":"false"},{"name":"syft:distro:id","value":"ubuntu"},{"name":"syft:distro:idLike:0","value":"debian"},{"name":"syft:distro:prettyName","value":"Ubuntu 22.04.5 LTS"},{"name":"syft:distro:versionCodename","value":"jammy"},{"name":"syft:distro:versionID","value":"22.04"}]}],"dependencies":[{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4"]},{"ref":"pkg:deb/ubuntu/attr@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bc7f725dc12fe3a0","dependsOn":["pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=1e89a75fcfae9390","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2095554fea8cd498&upstream=apparmor","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=cf261b977b7f7de7&upstream=rdma-core","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core"]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2095554fea8cd498&upstream=apparmor","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04&package-id=87c258e8acddd8e5&upstream=libarchive","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","dependsOn":["pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng"]},{"ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","dependsOn":["pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus"]},{"ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","dependsOn":["pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=65249e620fac74fe&upstream=avahi","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=ead7279d6cdd63a8&upstream=boost1.74","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e296153f22ed806b&upstream=boost1.74","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=4f5178eb66b34395&upstream=ceph","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=d4eab72a4f36d756&upstream=ceph","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04&package-id=d34bd20e2bc3978a&upstream=cups","dependsOn":["pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=0590e387ed563c60&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=6216ab21399ed5f4&upstream=glusterfs","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=6216ab21399ed5f4&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","dependsOn":["pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle"]},{"ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3","pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=29f707308ec30f8b&upstream=libnl3"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&package-id=06194ff09aaac326&upstream=jansson","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=29f707308ec30f8b&upstream=libnl3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1"]},{"ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=d4eab72a4f36d756&upstream=ceph","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=ead7279d6cdd63a8&upstream=boost1.74","pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e296153f22ed806b&upstream=boost1.74","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=265152cc9c81346d&upstream=rdma-core","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=265152cc9c81346d&upstream=rdma-core","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=1d9989f34ce2d960&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2"]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=27de03f008c01710&upstream=samba","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd"]},{"ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=36a943dcb0459762&upstream=liburing","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d5b9b09982f56df0&upstream=libyaml","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam"]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux"]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04&package-id=9abfdf403efa6566","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=f69af6cac6018c15","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt"]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&package-id=19cdccf25a344236&upstream=python-certifi","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad"]},{"ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d63a3ddca9be209d&upstream=python-cffi","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&package-id=df9b0e557d0a6c44&upstream=chardet","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=5763b0aa2f284a3c&upstream=python-cryptography","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d63a3ddca9be209d&upstream=python-cffi","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=89d337998c0a598c&upstream=dnspython","dependsOn":["pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1"]},{"ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=7c0200766aaad1a3&upstream=gpgme1.0","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&package-id=bacff1a4bb876c4a&upstream=python-importlib-metadata","dependsOn":["pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=f8bb29411347bda6&upstream=python-zipp"]},{"ref":"pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04&package-id=c5f7360fe2fe6680&upstream=python-markdown","dependsOn":["pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&package-id=bacff1a4bb876c4a&upstream=python-importlib-metadata"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=7646e66f3928586c&upstream=pygments","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04&package-id=4ed4b77b05baef53&upstream=python-requests-toolbelt","dependsOn":["pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=7222851c05c5e165&upstream=requests"]},{"ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=7222851c05c5e165&upstream=requests","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&package-id=19cdccf25a344236&upstream=python-certifi","pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&package-id=df9b0e557d0a6c44&upstream=chardet","pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=c276652abd602413&upstream=python-idna","pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04&package-id=337a8a4a2e6d73f2&upstream=python-urllib3"]},{"ref":"pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=dc85e4c80a3179ea&upstream=samba","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=677c50ed3b8d47d6&upstream=tdb","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba"]},{"ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=677c50ed3b8d47d6&upstream=tdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04&package-id=337a8a4a2e6d73f2&upstream=python-urllib3","dependsOn":["pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04&package-id=a23c782e59d96924&upstream=six"]},{"ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=763184a5533807f3&upstream=pyyaml","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d5b9b09982f56df0&upstream=libyaml","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=f8bb29411347bda6&upstream=python-zipp","dependsOn":["pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04&package-id=a3d40315ee6ee3fe&upstream=more-itertools"]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=8c63cc9804d60a6b&upstream=samba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=dc85e4c80a3179ea&upstream=samba","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&package-id=c8cb05d31c9b81f1&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba"]},{"ref":"pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&package-id=c8cb05d31c9b81f1&upstream=samba","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11"]},{"ref":"pkg:deb/ubuntu/samba-dsdb-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=6478f046ad36d0c2&upstream=samba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba"]},{"ref":"pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04&package-id=d34bd20e2bc3978a&upstream=cups","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&package-id=06194ff09aaac326&upstream=jansson","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/samba-vfs-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=737a82e2c5600bca&upstream=samba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=36a943dcb0459762&upstream=liburing","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba"]},{"ref":"pkg:deb/ubuntu/samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=6f821ec0e6b7aaaf","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=89d337998c0a598c&upstream=dnspython","pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=dc85e4c80a3179ea&upstream=samba","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=8c63cc9804d60a6b&upstream=samba","pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&package-id=c8cb05d31c9b81f1&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba","pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=2220a8d4c354a55b&upstream=tdb"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/smbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=80f05b5c3a6ffc90&upstream=samba","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04&package-id=87c258e8acddd8e5&upstream=libarchive","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=27de03f008c01710&upstream=samba","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=10b7a658166fa77d&upstream=samba","pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&package-id=c8cb05d31c9b81f1&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&package-id=b8298ac785280247&upstream=samba"]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=2220a8d4c354a55b&upstream=tdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb"]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]}]} +{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:d939c098-f879-4723-aa9f-015bee653303","version":1,"metadata":{"timestamp":"2026-06-12T12:26:12Z","tools":{"components":[{"type":"application","author":"anchore","name":"syft","version":"1.44.0"}]},"component":{"bom-ref":"aeade9f55c9ae29c","type":"container","name":"aptl-fileshare","version":"sha256:d15eaad93acf6662923194b780b1e8eec5e5ca002d6651d01ebc9350dd17f32e"},"properties":[{"name":"syft:image:labels:com.docker.compose.project","value":"aptl"},{"name":"syft:image:labels:com.docker.compose.service","value":"fileshare"},{"name":"syft:image:labels:com.docker.compose.version","value":"5.1.3"},{"name":"syft:image:labels:org.opencontainers.image.version","value":"22.04"}]},"components":[{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","type":"library","publisher":"Ubuntu Developers ","name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:adduser:adduser:3.118ubuntu5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"608"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","type":"library","publisher":"Ubuntu Developers ","name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:apt:apt:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"4141"}]},{"bom-ref":"pkg:deb/ubuntu/attr@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bc7f725dc12fe3a0","type":"library","publisher":"Ubuntu Developers ","name":"attr","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:attr:attr:1\\:2.5.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/attr@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"136"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","type":"library","publisher":"Ubuntu Developers ","name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:base-files:base-files:12ubuntu4.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_files:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_files:12ubuntu4.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"395"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","type":"library","publisher":"Colin Watson ","name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:base-passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:base-passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base_passwd:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base-passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:base:base_passwd:3.5.52build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","type":"library","publisher":"Ubuntu Developers ","name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:bash:bash:5.1-6ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1864"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","type":"library","publisher":"Ubuntu Developers ","name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:bsdutils:bsdutils:1\\:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux%402.37.2-4ubuntu3.5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"334"},{"name":"syft:metadata:source","value":"util-linux"},{"name":"syft:metadata:sourceVersion","value":"2.37.2-4ubuntu3.5"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","type":"library","publisher":"Ubuntu Developers ","name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:ca-certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca-certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca_certificates:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca-certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ca:ca_certificates:20240203\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"399"}]},{"bom-ref":"pkg:pypi/certifi@2020.6.20?package-id=fcb59256428582cf","type":"library","author":"Kenneth Reitz ","name":"certifi","version":"2020.6.20","licenses":[{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:certifi:certifi:2020.6.20:*:*:*:*:python:*:*","purl":"pkg:pypi/certifi@2020.6.20","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"}]},{"bom-ref":"pkg:pypi/chardet@4.0.0?package-id=0e82fae17cf4ba4c","type":"library","author":"Mark Pilgrim ","name":"chardet","version":"4.0.0","licenses":[{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:mark_pilgrim_project:python-chardet:4.0.0:*:*:*:*:*:*:*","purl":"pkg:pypi/chardet@4.0.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim_project:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrimproject:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrimproject:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-chardet:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-chardet:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_chardet:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_chardet:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim_project:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrimproject:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_project:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_project:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markproject:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markproject:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chardet:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chardet:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-chardet:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_chardet:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_pilgrim:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark_project:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark:python-chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark:python_chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markproject:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chardet:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:chardet:4.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:mark:chardet:4.0.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","type":"library","publisher":"Ubuntu Developers ","name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:coreutils:coreutils:8.32-4.1ubuntu1.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"7112"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","type":"library","publisher":"Ubuntu Developers ","name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"name":"Artistic"}},{"license":{"name":"Paul-Vixie's-license"}}],"cpe":"cpe:2.3:a:cron:cron:3.0pl1-137ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"255"}]},{"bom-ref":"pkg:pypi/cryptography@3.4.8?package-id=797611296459cc23","type":"library","author":"The Python Cryptographic Authority and individual contributors ","name":"cryptography","version":"3.4.8","licenses":[{"license":{"name":"BSD or Apache License, Version 2.0"}}],"cpe":"cpe:2.3:a:cryptography.io:cryptography:3.4.8:*:*:*:*:python:*:*","purl":"pkg:pypi/cryptography@3.4.8","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:cryptography.io:cryptography:3.4.8:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","type":"library","publisher":"Ubuntu Developers ","name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:curl:curl:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"445"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","type":"library","publisher":"Ubuntu Developers ","name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFUL"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:dash:dash:0.5.11\\+git20210903\\+057cd650a4ed-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"214"}]},{"bom-ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=1e89a75fcfae9390","type":"library","publisher":"Ubuntu Developers ","name":"dbus","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"AFL-2.1"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Expat"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:dbus:dbus:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"582"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","type":"library","publisher":"Ubuntu Developers ","name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:debconf:debconf:1.5.79ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"512"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","type":"library","publisher":"Ubuntu Developers ","name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:debianutils:debianutils:5.5-1ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"243"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","type":"library","publisher":"Ubuntu Developers ","name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"name":"GFDL"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:diffutils:diffutils:1\\:3.8-0ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"424"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:dirmngr:dirmngr:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"676"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b","type":"library","publisher":"Ubuntu Developers ","name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"cpe":"cpe:2.3:a:distro-info-data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info-data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info_data:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro-info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro_info:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro-info-data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:distro:distro_info_data:0.52ubuntu0.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"20"}]},{"bom-ref":"pkg:pypi/dnspython@2.1.0?package-id=9dd6c8407964828c","type":"library","author":"Bob Halley ","name":"dnspython","version":"2.1.0","licenses":[{"license":{"id":"ISC"}}],"cpe":"cpe:2.3:a:bob_halley_project:python-dnspython:2.1.0:*:*:*:*:*:*:*","purl":"pkg:pypi/dnspython@2.1.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley_project:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halleyproject:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halleyproject:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-dnspython:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-dnspython:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_dnspython:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_dnspython:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley_project:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley_project:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halleyproject:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halleyproject:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley_project:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halleyproject:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dnspython:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dnspython:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-dnspython:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_dnspython:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley_project:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halleyproject:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:bob_halley:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:dnspython:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:halley:dnspython:2.1.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:dnspython:2.1.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","type":"library","publisher":"Ubuntu Developers ","name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-s-s-d"}}],"cpe":"cpe:2.3:a:dpkg:dpkg:1.21.1ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"6733"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","type":"library","publisher":"Ubuntu Developers ","name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:e2fsprogs:e2fsprogs:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1516"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","type":"library","publisher":"Ubuntu Developers ","name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:findutils:findutils:4.8.0-1ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"620"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:gcc-12-base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12-base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12_base:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc-12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc_12:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc-12-base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gcc:gcc_12_base:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"272"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg:gnupg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"473"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_l10n:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_l10n:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"392"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gnupg-utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_utils:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg-utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg:gnupg_utils:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"787"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:pypi/gpg@1.16.0?package-id=17e0aa8d0bdf2fe1","type":"library","author":"The GnuPG hackers ","name":"gpg","version":"1.16.0","licenses":[{"license":{"name":"LGPL2.1+ (the library), GPL2+ (tests and examples)"}}],"cpe":"cpe:2.3:a:gnupg_hackers_project:python-gpg:1.16.0:*:*:*:*:*:*:*","purl":"pkg:pypi/gpg@1.16.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers_project:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackersproject:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackersproject:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel_project:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel_project:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_develproject:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_develproject:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers_project:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackersproject:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel_project:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-devel:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-devel:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_develproject:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-gpg:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-gpg:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_gpg:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_gpg:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_hackers:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg-devel:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gnupg_devel:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:python-gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:python_gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-gpg:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_gpg:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:gpg:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg:1.16.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg:gpg:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1121"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_agent:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_agent:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"595"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_client:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_client:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"184"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpg-wks-server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks-server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks_server:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg-wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg_wks:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg-wks-server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:gpg:gpg_wks_server:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"168"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgconf:gpgconf:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"280"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgsm:gpgsm:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"480"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","type":"library","publisher":"Ubuntu Developers ","name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:gpgv:gpgv:2.2.27-3ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=gnupg2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"324"},{"name":"syft:metadata:source","value":"gnupg2"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","type":"library","publisher":"Ubuntu Developers ","name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:grep:grep:3.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"496"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","type":"library","publisher":"Ubuntu Developers ","name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"FSF-manpages"}},{"license":{"name":"GFDL-1.3+-no-invariant"}},{"license":{"name":"GFDL-3"}}],"cpe":"cpe:2.3:a:gzip:gzip:1.10-4ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"240"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","type":"library","publisher":"Ubuntu Developers ","name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:hostname:hostname:3.23ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"51"}]},{"bom-ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=cf261b977b7f7de7&upstream=rdma-core","type":"library","publisher":"Ubuntu Developers ","name":"ibverbs-providers","version":"39.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-MIT"}},{"license":{"name":"CC0"}}],"cpe":"cpe:2.3:a:ibverbs-providers:ibverbs-providers:39.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04&upstream=rdma-core","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs-providers:ibverbs_providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs_providers:ibverbs-providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs_providers:ibverbs_providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs:ibverbs-providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ibverbs:ibverbs_providers:39.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1170"},{"name":"syft:metadata:source","value":"rdma-core"}]},{"bom-ref":"pkg:pypi/idna@3.3?package-id=30be7e210695bf55","type":"library","author":"Kim Davies ","name":"idna","version":"3.3","licenses":[{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:kim_davies_project:python-idna:3.3:*:*:*:*:*:*:*","purl":"pkg:pypi/idna@3.3","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies_project:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_daviesproject:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_daviesproject:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies_project:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_project:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_project:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-idna:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-idna:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_idna:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_idna:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_daviesproject:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kimproject:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kimproject:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:idna:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:idna:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_project:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-idna:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_idna:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim:python-idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim:python_idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim_davies:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kimproject:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:idna:idna:3.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kim:idna:3.3:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:pypi/importlib-metadata@4.6.4?package-id=7d962e7f1bd6c66a","type":"library","author":"Jason R. Coombs ","name":"importlib-metadata","version":"4.6.4","licenses":[{"license":{"name":"UNKNOWN"}}],"cpe":"cpe:2.3:a:python-importlib-metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*","purl":"pkg:pypi/importlib-metadata@4.6.4","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib-metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib-metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib-metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib_metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib-metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib_metadata:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-importlib:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_importlib:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:importlib:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:importlib_metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:importlib-metadata:4.6.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:importlib_metadata:4.6.4:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","type":"library","publisher":"Ubuntu Developers ","name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:init-system-helpers:init-system-helpers:1.62:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system-helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system_helpers:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init-system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init_system:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init-system-helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:init:init_system_helpers:1.62:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"133"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","type":"library","publisher":"Ubuntu Developers ","name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:iptables:iptables:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2837"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","type":"library","publisher":"Ubuntu Developers ","name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:jq:jq:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"100"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","type":"library","publisher":"Ubuntu Developers ","name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libacl1:libacl1:2.3.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&upstream=acl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"67"},{"name":"syft:metadata:source","value":"acl"}]},{"bom-ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2095554fea8cd498&upstream=apparmor","type":"library","publisher":"Ubuntu Developers ","name":"libapparmor1","version":"3.0.4-2ubuntu2.5","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libapparmor1:libapparmor1:3.0.4-2ubuntu2.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&upstream=apparmor","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"171"},{"name":"syft:metadata:source","value":"apparmor"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","type":"library","publisher":"Ubuntu Developers ","name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPLv2+"}}],"cpe":"cpe:2.3:a:libapt-pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&upstream=apt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt-pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt_pkg6.0:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt-pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libapt:libapt_pkg6.0:2.4.14:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3198"},{"name":"syft:metadata:source","value":"apt"}]},{"bom-ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04&package-id=40f707b11e04cb9a&upstream=libarchive","type":"library","publisher":"Ubuntu Developers ","name":"libarchive13","version":"3.6.0-1ubuntu1.7","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"BSD-1-clause-UCB"}},{"license":{"name":"BSD-124-clause-UCB"}},{"license":{"name":"BSD-3-clause-UCB"}},{"license":{"name":"BSD-4-clause-UCB"}},{"license":{"name":"Expat"}},{"license":{"name":"PD"}}],"cpe":"cpe:2.3:a:libarchive13:libarchive13:3.6.0-1ubuntu1.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04&upstream=libarchive","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"877"},{"name":"syft:metadata:source","value":"libarchive"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","type":"library","publisher":"Ubuntu Developers ","name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"GAP"}},{"license":{"name":"GAP~FSF"}}],"cpe":"cpe:2.3:a:libassuan0:libassuan0:2.5.5-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libassuan","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"libassuan"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","type":"library","publisher":"Ubuntu Developers ","name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libattr1:libattr1:1\\:2.5.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=attr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"57"},{"name":"syft:metadata:source","value":"attr"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit-common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit-common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit_common:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit-common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libaudit:libaudit_common:1\\:3.0.7-1build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"23"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","type":"library","publisher":"Ubuntu Developers ","name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libaudit1:libaudit1:1\\:3.0.7-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&upstream=audit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"156"},{"name":"syft:metadata:source","value":"audit"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","type":"library","publisher":"Ubuntu Developers ","name":"libavahi-client3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libavahi-client3:libavahi-client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&upstream=avahi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-client3:libavahi_client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_client3:libavahi-client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_client3:libavahi_client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi-client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi_client3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"138"},{"name":"syft:metadata:source","value":"avahi"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=65249e620fac74fe&upstream=avahi","type":"library","publisher":"Ubuntu Developers ","name":"libavahi-common-data","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libavahi-common-data:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&upstream=avahi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common-data:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common_data:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common_data:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi-common-data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi_common_data:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"116"},{"name":"syft:metadata:source","value":"avahi"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","type":"library","publisher":"Ubuntu Developers ","name":"libavahi-common3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libavahi-common3:libavahi-common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&upstream=avahi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi-common3:libavahi_common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common3:libavahi-common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi_common3:libavahi_common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi-common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libavahi:libavahi_common3:0.8-5ubuntu5.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"115"},{"name":"syft:metadata:source","value":"avahi"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libblkid1:libblkid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"323"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=ead7279d6cdd63a8&upstream=boost1.74","type":"library","publisher":"Ubuntu Developers ","name":"libboost-iostreams1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSL-1.0"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"id":"Zlib"}},{"license":{"name":"BSD2"}},{"license":{"name":"BSD3_DEShaw"}},{"license":{"name":"BSD3_Google"}},{"license":{"name":"Caramel"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"HP"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"Python"}},{"license":{"name":"SGI"}},{"license":{"name":"Spencer"}}],"cpe":"cpe:2.3:a:libboost-iostreams1.74.0:libboost-iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=boost1.74","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost-iostreams1.74.0:libboost_iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_iostreams1.74.0:libboost-iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_iostreams1.74.0:libboost_iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost-iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost_iostreams1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2137"},{"name":"syft:metadata:source","value":"boost1.74"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e296153f22ed806b&upstream=boost1.74","type":"library","publisher":"Ubuntu Developers ","name":"libboost-thread1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSL-1.0"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"id":"Zlib"}},{"license":{"name":"BSD2"}},{"license":{"name":"BSD3_DEShaw"}},{"license":{"name":"BSD3_Google"}},{"license":{"name":"Caramel"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"HP"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"Python"}},{"license":{"name":"SGI"}},{"license":{"name":"Spencer"}}],"cpe":"cpe:2.3:a:libboost-thread1.74.0:libboost-thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=boost1.74","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost-thread1.74.0:libboost_thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_thread1.74.0:libboost-thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost_thread1.74.0:libboost_thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost-thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libboost:libboost_thread1.74.0:1.74.0-14ubuntu3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2177"},{"name":"syft:metadata:source","value":"boost1.74"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","type":"library","publisher":"Ubuntu Developers ","name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libbrotli1:libbrotli1:1.0.9-2build6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&upstream=brotli","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"784"},{"name":"syft:metadata:source","value":"brotli"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","type":"library","publisher":"Ubuntu Developers ","name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"name":"Expat"}},{"license":{"name":"ISC-Original"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libbsd0:libbsd0:0.11.5-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&upstream=libbsd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"136"},{"name":"syft:metadata:source","value":"libbsd"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","type":"library","publisher":"Ubuntu Developers ","name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"BSD-variant"}}],"cpe":"cpe:2.3:a:libbz2-1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&upstream=bzip2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2-1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2_1.0:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2-1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libbz2:libbz2_1.0:1.0.8-5build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"100"},{"name":"syft:metadata:source","value":"bzip2"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc-bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc-bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc_bin:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc-bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libc:libc_bin:2.35-0ubuntu3.13:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"2539"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","type":"library","publisher":"Ubuntu Developers ","name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libc6:libc6:2.35-0ubuntu3.13:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&upstream=glibc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"13598"},{"name":"syft:metadata:source","value":"glibc"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","type":"library","publisher":"Ubuntu Developers ","name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libcap-ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&upstream=libcap-ng","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap-ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap_ng0:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap-ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcap:libcap_ng0:0.7.9-2.2build3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"45"},{"name":"syft:metadata:source","value":"libcap-ng"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","type":"library","publisher":"Ubuntu Developers ","name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libcap2:libcap2:1\\:2.44-1ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"65"}]},{"bom-ref":"pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=e9fe82a5ebabb0a0&upstream=libcbor","type":"library","publisher":"Ubuntu Developers ","name":"libcbor0.8","version":"0.8.0-2ubuntu1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libcbor0.8:libcbor0.8:0.8.0-2ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=libcbor","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"libcbor"}]},{"bom-ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=4f5178eb66b34395&upstream=ceph","type":"library","publisher":"Ubuntu Developers ","name":"libcephfs2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"APSL-2.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD"}},{"license":{"name":"Boost"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"name":"Creative"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3/OpenSSL"}},{"license":{"name":"Public"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libcephfs2:libcephfs2:17.2.9-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=ceph","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2206"},{"name":"syft:metadata:source","value":"ceph"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libcom-err2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:9e3a4384b6d8d2358d44103f62bcd948328b3f8a63a1a6baa66abeb43302d581"}}],"cpe":"cpe:2.3:a:libcom-err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom-err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom_err2:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom-err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libcom:libcom_err2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"101"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","type":"library","publisher":"Ubuntu Developers ","name":"libcrypt1","version":"1:4.4.27-1","licenses":[{"license":{"name":"sha256:5a5e7ca0e9f3f9679977e3a3e9ede45ad92885a3297ea78e766979f9866c5a16"}}],"cpe":"cpe:2.3:a:libcrypt1:libcrypt1:1\\:4.4.27-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&upstream=libxcrypt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"225"},{"name":"syft:metadata:source","value":"libxcrypt"}]},{"bom-ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04&package-id=ff3c46a6b0a0dcf6&upstream=cups","type":"library","publisher":"Ubuntu Developers ","name":"libcups2","version":"2.4.1op1-1ubuntu4.20","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"FSFUL"}},{"license":{"id":"Zlib"}},{"license":{"name":"Apache-2.0-with-GPL2-LGPL2-Exception"}}],"cpe":"cpe:2.3:a:libcups2:libcups2:2.4.1op1-1ubuntu4.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04&upstream=cups","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"789"},{"name":"syft:metadata:source","value":"cups"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","type":"library","publisher":"Ubuntu Developers ","name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"curl"}},{"license":{"name":"other"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libcurl4:libcurl4:7.81.0-1ubuntu1.24:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&upstream=curl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"789"},{"name":"syft:metadata:source","value":"curl"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","type":"library","publisher":"Ubuntu Developers ","name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","licenses":[{"license":{"name":"sha256:b3bbc6fbb3f2a0e6a487e953eb8c3cc4bdb6f4150f7f51d20b1e9a3c8ef92d3d"}}],"cpe":"cpe:2.3:a:libdb5.3:libdb5.3:5.3.28\\+dfsg1-0.8ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=db5.3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"},{"name":"syft:metadata:source","value":"db5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus","type":"library","publisher":"Ubuntu Developers ","name":"libdbus-1-3","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"AFL-2.1"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Expat"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:libdbus-1-3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&upstream=dbus","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus-1-3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1_3:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1_3:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus-1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus-1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus_1:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus:libdbus-1-3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libdbus:libdbus_1_3:1.12.20-2ubuntu4.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"457"},{"name":"syft:metadata:source","value":"dbus"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","type":"library","publisher":"Ubuntu Developers ","name":"libdebconfclient0","version":"0.261ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"cpe":"cpe:2.3:a:libdebconfclient0:libdebconfclient0:0.261ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=cdebconf","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"79"},{"name":"syft:metadata:source","value":"cdebconf"}]},{"bom-ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","type":"library","publisher":"Ubuntu Developers ","name":"libedit2","version":"3.1-20210910-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:libedit2:libedit2:3.1-20210910-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libedit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"260"},{"name":"syft:metadata:source","value":"libedit"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","type":"library","publisher":"Ubuntu Developers ","name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libestr0:libestr0:0.1.10-2.1build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&upstream=libestr","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"31"},{"name":"syft:metadata:source","value":"libestr"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","type":"library","publisher":"Ubuntu Developers ","name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libexpat1:libexpat1:2.4.7-1ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=expat","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"433"},{"name":"syft:metadata:source","value":"expat"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:libext2fs2:libext2fs2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"574"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","type":"library","publisher":"Ubuntu Developers ","name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libfastjson4:libfastjson4:0.99.9-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libfastjson","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libfastjson"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","type":"library","publisher":"Ubuntu Developers ","name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libffi8:libffi8:3.4.2-4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&upstream=libffi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"69"},{"name":"syft:metadata:source","value":"libffi"}]},{"bom-ref":"pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04&package-id=3cb23aa0c210466d&upstream=libfido2","type":"library","publisher":"Ubuntu Developers ","name":"libfido2-1","version":"1.10.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"ISC"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libfido2-1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04&upstream=libfido2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libfido2-1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libfido2_1:libfido2-1:1.10.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libfido2_1:libfido2_1:1.10.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libfido2:libfido2-1:1.10.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libfido2:libfido2_1:1.10.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"236"},{"name":"syft:metadata:source","value":"libfido2"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcc-s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc-s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc_s1:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc-s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgcc:libgcc_s1:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"140"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","type":"library","publisher":"Ubuntu Developers ","name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libgcrypt20:libgcrypt20:1.9.4-3ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1354"}]},{"bom-ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=0590e387ed563c60&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libgfapi0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgfapi0:libgfapi0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"238"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=6216ab21399ed5f4&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libgfrpc0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgfrpc0:libgfrpc0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"275"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libgfxdr0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgfxdr0:libgfxdr0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"113"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","type":"library","publisher":"Ubuntu Developers ","name":"libglusterfs0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libglusterfs0:libglusterfs0:10.1-1ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=glusterfs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"949"},{"name":"syft:metadata:source","value":"glusterfs"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","type":"library","publisher":"Ubuntu Developers ","name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL"}},{"license":{"name":"This gmp package was built for Debian by Steve M"}}],"cpe":"cpe:2.3:a:libgmp10:libgmp10:2\\:6.2.1\\+dfsg-3ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=gmp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"544"},{"name":"syft:metadata:source","value":"gmp"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","type":"library","publisher":"Ubuntu Developers ","name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"CC0"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL"}},{"license":{"name":"GPLv3+"}},{"license":{"name":"LGPL"}},{"license":{"name":"LGPLv2.1+"}},{"license":{"name":"LGPLv3+_or_GPLv2+"}},{"license":{"name":"The"}}],"cpe":"cpe:2.3:a:libgnutls30:libgnutls30:3.7.3-4ubuntu1.8:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&upstream=gnutls28","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2288"},{"name":"syft:metadata:source","value":"gnutls28"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","type":"library","publisher":"Ubuntu Developers ","name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"g10-permissive"}}],"cpe":"cpe:2.3:a:libgpg-error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&upstream=libgpg-error","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg-error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg_error0:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg-error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgpg:libgpg_error0:1.43-3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"189"},{"name":"syft:metadata:source","value":"libgpg-error"}]},{"bom-ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","type":"library","publisher":"Ubuntu Developers ","name":"libgpgme11","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:libgpgme11:libgpgme11:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&upstream=gpgme1.0","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"372"},{"name":"syft:metadata:source","value":"gpgme1.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libgssapi-krb5-2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5-2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5_2:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi-krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi_krb5:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi-krb5-2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libgssapi:libgssapi_krb5_2:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"456"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libhogweed6:libhogweed6:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"336"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","type":"library","publisher":"Ubuntu Developers ","name":"libibverbs1","version":"39.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-MIT"}},{"license":{"name":"CC0"}}],"cpe":"cpe:2.3:a:libibverbs1:libibverbs1:39.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&upstream=rdma-core","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"198"},{"name":"syft:metadata:source","value":"rdma-core"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","type":"library","publisher":"Ubuntu Developers ","name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libicu70:libicu70:70.1-2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&upstream=icu","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"34444"},{"name":"syft:metadata:source","value":"icu"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","type":"library","publisher":"Ubuntu Developers ","name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:libidn2-0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libidn2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2-0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2_0:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2-0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libidn2:libidn2_0:2.3.2-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"220"},{"name":"syft:metadata:source","value":"libidn2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip4tc2:libip4tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libip6tc2:libip6tc2:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&package-id=06194ff09aaac326&upstream=jansson","type":"library","publisher":"Ubuntu Developers ","name":"libjansson4","version":"2.13.1-1.1build3","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjansson4:libjansson4:2.13.1-1.1build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&upstream=jansson","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"91"},{"name":"syft:metadata:source","value":"jansson"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","type":"library","publisher":"Ubuntu Developers ","name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libjq1:libjq1:1.6-2.1ubuntu3.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&upstream=jq","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"347"},{"name":"syft:metadata:source","value":"jq"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libk5crypto3:libk5crypto3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"293"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","type":"library","publisher":"Ubuntu Developers ","name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libkeyutils1:libkeyutils1:1.6.1-2ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=keyutils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"keyutils"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5-3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5-3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5_3:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5-3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libkrb5:libkrb5_3:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1053"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","type":"library","publisher":"Ubuntu Developers ","name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libkrb5support0:libkrb5support0:1.19.2-2ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&upstream=krb5","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"165"},{"name":"syft:metadata:source","value":"krb5"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","type":"library","publisher":"Ubuntu Developers ","name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"FSFUL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libksba8:libksba8:1.6.0-2ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&upstream=libksba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"302"},{"name":"syft:metadata:source","value":"libksba"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","type":"library","publisher":"Ubuntu Developers ","name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:0690f1ee382f98e95b446743db55395641d5e258de65939e9cb1c660d67a43a8"}}],"cpe":"cpe:2.3:a:libldap-2.5-0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=openldap","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5-0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5_0:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_2.5:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap-2.5-0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap_2.5_0:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"570"},{"name":"syft:metadata:source","value":"openldap"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&package-id=d4e46ca8c9fc92e1&upstream=openldap","type":"library","publisher":"Ubuntu Developers ","name":"libldap-common","version":"2.5.20+dfsg-0ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:0690f1ee382f98e95b446743db55395641d5e258de65939e9cb1c660d67a43a8"}}],"cpe":"cpe:2.3:a:libldap-common:libldap-common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04&upstream=openldap","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap-common:libldap_common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_common:libldap-common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap_common:libldap_common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap-common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libldap:libldap_common:2.5.20\\+dfsg-0ubuntu0.22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"openldap"}]},{"bom-ref":"pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","type":"library","publisher":"Ubuntu Developers ","name":"libldb2","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libldb2:libldb2:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&upstream=ldb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"608"},{"name":"syft:metadata:source","value":"ldb"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","type":"library","publisher":"Ubuntu Developers ","name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"cpe":"cpe:2.3:a:liblmdb0:liblmdb0:0.9.24-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&upstream=lmdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"109"},{"name":"syft:metadata:source","value":"lmdb"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","type":"library","publisher":"Ubuntu Developers ","name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:liblz4-1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&upstream=lz4","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4-1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4_1:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4-1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:liblz4:liblz4_1:1.9.3-2build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"lz4"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","type":"library","publisher":"Ubuntu Developers ","name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Autoconf"}},{"license":{"name":"PD"}},{"license":{"name":"PD-debian"}},{"license":{"name":"config-h"}},{"license":{"name":"noderivs"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"name":"probably-PD"}}],"cpe":"cpe:2.3:a:liblzma5:liblzma5:5.2.5-2ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=xz-utils","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"290"},{"name":"syft:metadata:source","value":"xz-utils"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","type":"library","publisher":"Ubuntu Developers ","name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"Beerware"}},{"license":{"id":"ISC"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"cpe":"cpe:2.3:a:libmd0:libmd0:1.0.4-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libmd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"71"},{"name":"syft:metadata:source","value":"libmd"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","type":"library","publisher":"Ubuntu Developers ","name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libmnl0:libmnl0:1.0.4-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&upstream=libmnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"47"},{"name":"syft:metadata:source","value":"libmnl"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libmount1:libmount1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"382"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","type":"library","publisher":"Ubuntu Developers ","name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD"}}],"cpe":"cpe:2.3:a:libmpdec3:libmpdec3:2.5.1-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&upstream=mpdecimal","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"250"},{"name":"syft:metadata:source","value":"mpdecimal"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncurses6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncurses6:libncurses6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"329"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libncursesw6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libncursesw6:libncursesw6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"422"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","type":"library","publisher":"Ubuntu Developers ","name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&upstream=libnetfilter-conntrack","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter-conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter_conntrack3:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter-conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnetfilter:libnetfilter_conntrack3:1.0.9-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"libnetfilter-conntrack"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","type":"library","publisher":"Ubuntu Developers ","name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"GAP"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libnettle8:libnettle8:3.7.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=nettle","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"356"},{"name":"syft:metadata:source","value":"nettle"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","type":"library","publisher":"Ubuntu Developers ","name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libnfnetlink0:libnfnetlink0:1.0.1-3build3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&upstream=libnfnetlink","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"48"},{"name":"syft:metadata:source","value":"libnfnetlink"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","type":"library","publisher":"Ubuntu Developers ","name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libnftnl11:libnftnl11:1.2.1-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libnftnl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"227"},{"name":"syft:metadata:source","value":"libnftnl"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","type":"library","publisher":"Ubuntu Developers ","name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"Expat"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"name":"all-permissive"}}],"cpe":"cpe:2.3:a:libnghttp2-14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&upstream=nghttp2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2-14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2_14:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2-14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnghttp2:libnghttp2_14:1.43.0-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"204"},{"name":"syft:metadata:source","value":"nghttp2"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3","type":"library","publisher":"Ubuntu Developers ","name":"libnl-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libnl-3-200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&upstream=libnl3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-3-200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3_200:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3_200:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_3:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"180"},{"name":"syft:metadata:source","value":"libnl3"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=29f707308ec30f8b&upstream=libnl3","type":"library","publisher":"Ubuntu Developers ","name":"libnl-route-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libnl-route-3-200:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&upstream=libnl3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route-3-200:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3_200:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3_200:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route-3:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route-3:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route_3:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl-route:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl_route:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl-route-3-200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libnl:libnl_route_3_200:3.5.0-0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"583"},{"name":"syft:metadata:source","value":"libnl3"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","type":"library","publisher":"Ubuntu Developers ","name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libnpth0:libnpth0:1.6-3build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&upstream=npth","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"40"},{"name":"syft:metadata:source","value":"npth"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","type":"library","publisher":"Ubuntu Developers ","name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2+-autoconf-exception"}},{"license":{"name":"GPL-2+-libtool-exception"}},{"license":{"name":"GPL-3+-autoconf-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}}],"cpe":"cpe:2.3:a:libnsl2:libnsl2:1.3.0-2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&upstream=libnsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"123"},{"name":"syft:metadata:source","value":"libnsl"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","type":"library","publisher":"Ubuntu Developers ","name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:libonig5:libonig5:6.9.7.1-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&upstream=libonig","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"615"},{"name":"syft:metadata:source","value":"libonig"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","type":"library","publisher":"Ubuntu Developers ","name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"ISC+IBM"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"name":"same-as-rest-of-p11kit"}}],"cpe":"cpe:2.3:a:libp11-kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&upstream=p11-kit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11-kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11_kit0:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11-kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libp11:libp11_kit0:0.24.0-6build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1292"},{"name":"syft:metadata:source","value":"p11-kit"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1144"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-modules-bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules-bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules_bin:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_modules:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-modules-bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_modules_bin:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"249"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam-runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam-runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam_runtime:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam-runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpam:libpam_runtime:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"312"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","type":"library","publisher":"Ubuntu Developers ","name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:libpam0g:libpam0g:1.4.0-11ubuntu2.6:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&upstream=pam","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"236"},{"name":"syft:metadata:source","value":"pam"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","type":"library","publisher":"Ubuntu Developers ","name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","licenses":[{"license":{"name":"sha256:f65dae37239e4d61a1bdeaf2ded76b8569d012a054aa042233b78615e7a83210"}}],"cpe":"cpe:2.3:a:libpcre2-8-0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8-0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8_0:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2-8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2_8:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2-8-0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpcre2:libpcre2_8_0:10.39-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"621"},{"name":"syft:metadata:source","value":"pcre2"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","type":"library","publisher":"Ubuntu Developers ","name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","licenses":[{"license":{"name":"sha256:ac9276490d2fa167442ae1aae33926514ad10c8886baa40046c5e367fccc5938"}}],"cpe":"cpe:2.3:a:libpcre3:libpcre3:2\\:8.39-13ubuntu0.22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=pcre3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"683"},{"name":"syft:metadata:source","value":"pcre3"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","type":"library","publisher":"Ubuntu Developers ","name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"X-Consortium"}}],"cpe":"cpe:2.3:a:libpopt0:libpopt0:1.18-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&upstream=popt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"120"},{"name":"syft:metadata:source","value":"popt"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","type":"library","publisher":"Ubuntu Developers ","name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:libprocps8:libprocps8:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&upstream=procps","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"131"},{"name":"syft:metadata:source","value":"procps"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","type":"library","publisher":"Ubuntu Developers ","name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"cpe":"cpe:2.3:a:libpsl5:libpsl5:0.21.0-1.2build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&upstream=libpsl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"95"},{"name":"syft:metadata:source","value":"libpsl"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:libpython3-stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3-stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3_stdlib:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3-stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3:libpython3_stdlib:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"39"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10:libpython3.10:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"5768"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_minimal:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5124"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10-stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10_stdlib:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10-stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libpython3.10:libpython3.10_stdlib:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"8122"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=d4eab72a4f36d756&upstream=ceph","type":"library","publisher":"Ubuntu Developers ","name":"librados2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"APSL-2.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD"}},{"license":{"name":"Boost"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"name":"Creative"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3/OpenSSL"}},{"license":{"name":"Public"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:librados2:librados2:17.2.9-0ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=ceph","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"14197"},{"name":"syft:metadata:source","value":"ceph"}]},{"bom-ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=265152cc9c81346d&upstream=rdma-core","type":"library","publisher":"Ubuntu Developers ","name":"librdmacm1","version":"39.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-MIT"}},{"license":{"name":"CC0"}}],"cpe":"cpe:2.3:a:librdmacm1:librdmacm1:39.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&upstream=rdma-core","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"209"},{"name":"syft:metadata:source","value":"rdma-core"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:libreadline8:libreadline8:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"461"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","type":"library","publisher":"Ubuntu Developers ","name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:librtmp1:librtmp1:2.4\\+20151223.gitfa8646d.1-2build4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&upstream=rtmpdump","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"141"},{"name":"syft:metadata:source","value":"rtmpdump"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_2:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"170"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=1d9989f34ce2d960&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-modules","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_modules:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"308"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","type":"library","publisher":"Ubuntu Developers ","name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"MIT-CMU"}},{"license":{"id":"OpenSSL"}},{"license":{"id":"RSA-MD"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"IBM-as-is"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"name":"SSLeay"}}],"cpe":"cpe:2.3:a:libsasl2-modules-db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=cyrus-sasl2","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules-db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules_db:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2-modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2_modules:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2-modules-db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsasl2:libsasl2_modules_db:2.1.27\\+dfsg2-3ubuntu1.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"93"},{"name":"syft:metadata:source","value":"cyrus-sasl2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","type":"library","publisher":"Ubuntu Developers ","name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libseccomp2:libseccomp2:2.5.3-2ubuntu3\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=libseccomp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"145"},{"name":"syft:metadata:source","value":"libseccomp"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","type":"library","publisher":"Ubuntu Developers ","name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libselinux1:libselinux1:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libselinux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"207"},{"name":"syft:metadata:source","value":"libselinux"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage-common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage-common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage_common:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage-common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsemanage:libsemanage_common:3.3-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"37"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","type":"library","publisher":"Ubuntu Developers ","name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsemanage2:libsemanage2:3.3-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libsemanage","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"300"},{"name":"syft:metadata:source","value":"libsemanage"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","type":"library","publisher":"Ubuntu Developers ","name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libsepol2:libsepol2:3.3-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libsepol","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"735"},{"name":"syft:metadata:source","value":"libsepol"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsmartcols1:libsmartcols1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"209"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=d878874a8a4f5fac&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"libsmbclient","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:libsmbclient:libsmbclient:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"336"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","type":"library","publisher":"Ubuntu Developers ","name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsqlite3-0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&upstream=sqlite3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3-0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3_0:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3-0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libsqlite3:libsqlite3_0:3.37.2-2ubuntu0.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1603"},{"name":"syft:metadata:source","value":"sqlite3"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"libss2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"name":"sha256:6f717a1464301a641ac17e7301f1a1b221da802e8edf8cf4bc963721d487b146"}}],"cpe":"cpe:2.3:a:libss2:libss2:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"113"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","type":"library","publisher":"Ubuntu Developers ","name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL-2.1+~OpenSSL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libssh-4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&upstream=libssh","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh-4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh_4:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh-4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libssh:libssh_4:0.9.6-2ubuntu0.22.04.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"492"},{"name":"syft:metadata:source","value":"libssh"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","type":"library","publisher":"Ubuntu Developers ","name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:libssl3:libssl3:3.0.2-0ubuntu1.23:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&upstream=openssl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"5835"},{"name":"syft:metadata:source","value":"openssl"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","type":"library","publisher":"Ubuntu Core developers ","name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"Artistic"}},{"license":{"name":"GPL"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libstdc\\+\\+6:libstdc\\+\\+6:12.3.0-1ubuntu1\\~22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&upstream=gcc-12","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2755"},{"name":"syft:metadata:source","value":"gcc-12"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libsystemd0:libsystemd0:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"997"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","type":"library","publisher":"Ubuntu Developers ","name":"libtalloc2","version":"2.3.3-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libtalloc2:libtalloc2:2.3.3-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&upstream=talloc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"86"},{"name":"syft:metadata:source","value":"talloc"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","type":"library","publisher":"Ubuntu Developers ","name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"LGPL"}}],"cpe":"cpe:2.3:a:libtasn1-6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1-6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1_6:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1-6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtasn1:libtasn1_6:4.18.0-4ubuntu0.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"134"}]},{"bom-ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","type":"library","publisher":"Ubuntu Developers ","name":"libtdb1","version":"1.4.5-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libtdb1:libtdb1:1.4.5-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&upstream=tdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"131"},{"name":"syft:metadata:source","value":"tdb"}]},{"bom-ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","type":"library","publisher":"Ubuntu Developers ","name":"libtevent0","version":"0.11.0-1build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:libtevent0:libtevent0:0.11.0-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&upstream=tevent","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"123"},{"name":"syft:metadata:source","value":"tevent"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:libtinfo6:libtinfo6:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"558"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc-common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc-common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc_common:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc-common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libtirpc:libtirpc_common:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"32"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","type":"library","publisher":"Ubuntu Developers ","name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"cpe":"cpe:2.3:a:libtirpc3:libtirpc3:1.3.2-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=libtirpc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"219"},{"name":"syft:metadata:source","value":"libtirpc"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","type":"library","publisher":"Ubuntu Developers ","name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"Expat"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libudev1:libudev1:249.11-0ubuntu3.20:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&upstream=systemd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"349"},{"name":"syft:metadata:source","value":"systemd"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","type":"library","publisher":"Ubuntu Developers ","name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"FreeSoftware"}}],"cpe":"cpe:2.3:a:libunistring2:libunistring2:1.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&upstream=libunistring","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1746"},{"name":"syft:metadata:source","value":"libunistring"}]},{"bom-ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=36a943dcb0459762&upstream=liburing","type":"library","publisher":"Ubuntu Developers ","name":"liburing2","version":"2.1-2build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:liburing2:liburing2:2.1-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&upstream=liburing","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"42"},{"name":"syft:metadata:source","value":"liburing"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:libuuid1:libuuid1:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"134"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"libwbclient0","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:libwbclient0:libwbclient0:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"858"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/libx11-6@2%3A1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=eca4da1ab7c4c3ac&upstream=libx11","type":"library","publisher":"Ubuntu Developers ","name":"libx11-6","version":"2:1.7.5-1ubuntu0.3","licenses":[{"license":{"id":"BSD-1-Clause"}},{"license":{"id":"HPND"}},{"license":{"id":"HPND-sell-variant"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libx11-6:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libx11-6@2%3A1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&upstream=libx11","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11-6:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11_6:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11_6:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11:libx11-6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11:libx11_6:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1387"},{"name":"syft:metadata:source","value":"libx11"}]},{"bom-ref":"pkg:deb/ubuntu/libx11-data@2%3A1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=02c9b6cba4238998&upstream=libx11","type":"library","publisher":"Ubuntu Developers ","name":"libx11-data","version":"2:1.7.5-1ubuntu0.3","licenses":[{"license":{"id":"BSD-1-Clause"}},{"license":{"id":"HPND"}},{"license":{"id":"HPND-sell-variant"}},{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:libx11-data:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libx11-data@2%3A1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&upstream=libx11","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11-data:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11_data:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11_data:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11:libx11-data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libx11:libx11_data:2\\:1.7.5-1ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1430"},{"name":"syft:metadata:source","value":"libx11"}]},{"bom-ref":"pkg:deb/ubuntu/libxau6@1%3A1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&package-id=6142f551790c539b&upstream=libxau","type":"library","publisher":"Ubuntu Developers ","name":"libxau6","version":"1:1.0.9-1build5","licenses":[{"license":{"name":"sha256:118dd263a7b91c8f21c489f949bf13281dff9e766deea92b829dac4dce66601a"}}],"cpe":"cpe:2.3:a:libxau6:libxau6:1\\:1.0.9-1build5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxau6@1%3A1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&upstream=libxau","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"35"},{"name":"syft:metadata:source","value":"libxau"}]},{"bom-ref":"pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d141e30cb979b861&upstream=libxcb","type":"library","publisher":"Ubuntu Developers ","name":"libxcb1","version":"1.14-3ubuntu3","licenses":[{"license":{"name":"sha256:4f7cb9db6bf6542f5417e3d674c780d3a5fd12291a54d63054fb576ee0cfae80"}}],"cpe":"cpe:2.3:a:libxcb1:libxcb1:1.14-3ubuntu3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04&upstream=libxcb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"206"},{"name":"syft:metadata:source","value":"libxcb"}]},{"bom-ref":"pkg:deb/ubuntu/libxdmcp6@1%3A1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=83217eee044e345d&upstream=libxdmcp","type":"library","publisher":"Ubuntu Developers ","name":"libxdmcp6","version":"1:1.1.3-0ubuntu5","licenses":[{"license":{"name":"sha256:1bcbb50f8603fe8b86d330bfa460b772ea04fbd3c70e4499f0768b5340b9fd6e"}}],"cpe":"cpe:2.3:a:libxdmcp6:libxdmcp6:1\\:1.1.3-0ubuntu5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxdmcp6@1%3A1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&upstream=libxdmcp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"43"},{"name":"syft:metadata:source","value":"libxdmcp"}]},{"bom-ref":"pkg:deb/ubuntu/libxext6@2%3A1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=da4eee105cc73238&upstream=libxext","type":"library","publisher":"Ubuntu Developers ","name":"libxext6","version":"2:1.3.4-1build1","licenses":[{"license":{"name":"sha256:bc57e445ca1d9fe082c8d54189dd411ff26caa8552c9c63d44ea06a982f32124"}}],"cpe":"cpe:2.3:a:libxext6:libxext6:2\\:1.3.4-1build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxext6@2%3A1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&upstream=libxext","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"110"},{"name":"syft:metadata:source","value":"libxext"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","type":"library","publisher":"Ubuntu Developers ","name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"id":"ISC"}},{"license":{"name":"MIT-1"}}],"cpe":"cpe:2.3:a:libxml2:libxml2:2.9.13\\+dfsg-1ubuntu0.11:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2098"}]},{"bom-ref":"pkg:deb/ubuntu/libxmuu1@2%3A1.1.3-3?arch=amd64&distro=ubuntu-22.04&package-id=858717483d8b468f&upstream=libxmu","type":"library","publisher":"Ubuntu Developers ","name":"libxmuu1","version":"2:1.1.3-3","licenses":[{"license":{"name":"sha256:15a3a4d6627af76c0649067260debca0eb66248b96e5fda4f564aac38593e06f"}}],"cpe":"cpe:2.3:a:libxmuu1:libxmuu1:2\\:1.1.3-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxmuu1@2%3A1.1.3-3?arch=amd64&distro=ubuntu-22.04&upstream=libxmu","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"41"},{"name":"syft:metadata:source","value":"libxmu"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","type":"library","publisher":"Ubuntu Developers ","name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Artistic"}},{"license":{"name":"custom"}}],"cpe":"cpe:2.3:a:libxtables12:libxtables12:1.8.7-1ubuntu5.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&upstream=iptables","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"114"},{"name":"syft:metadata:source","value":"iptables"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","type":"library","publisher":"Ubuntu Developers ","name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:libxxhash0:libxxhash0:0.8.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&upstream=xxhash","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"xxhash"}]},{"bom-ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d5b9b09982f56df0&upstream=libyaml","type":"library","publisher":"Ubuntu Developers ","name":"libyaml-0-2","version":"0.2.2-1build2","licenses":[{"license":{"name":"Expat"}},{"license":{"name":"permissive"}}],"cpe":"cpe:2.3:a:libyaml-0-2:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&upstream=libyaml","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml-0-2:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0_2:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0_2:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml-0:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml-0:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml_0:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml:libyaml-0-2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:libyaml:libyaml_0_2:0.2.2-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"144"},{"name":"syft:metadata:source","value":"libyaml"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","type":"library","publisher":"Ubuntu Developers ","name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:libzstd1:libzstd1:1.4.8\\+dfsg-3build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&upstream=libzstd","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"846"},{"name":"syft:metadata:source","value":"libzstd"}]},{"bom-ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:login:login:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"888"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","type":"library","publisher":"Ubuntu Developers ","name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:logrotate:logrotate:3.19.0-1ubuntu1.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"167"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","type":"library","publisher":"Ubuntu Developers ","name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"cpe":"cpe:2.3:a:logsave:logsave:1.46.5-2ubuntu1.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&upstream=e2fsprogs","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"97"},{"name":"syft:metadata:source","value":"e2fsprogs"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_base:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_base:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"58"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","type":"library","publisher":"Ubuntu Developers ","name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:lsb-release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&upstream=lsb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb-release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb_release:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb-release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:lsb:lsb_release:11.1.0ubuntu4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"66"},{"name":"syft:metadata:source","value":"lsb"}]},{"bom-ref":"pkg:pypi/markdown@3.3.6?package-id=5e0295da15143cf1","type":"library","author":"Manfred Stienstra, Yuri takhteyev and Waylan limberg ","name":"markdown","version":"3.3.6","licenses":[{"license":{"name":"BSD License"}}],"cpe":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg_project:python-markdown:3.3.6:*:*:*:*:*:*:*","purl":"pkg:pypi/markdown@3.3.6","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg_project:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limbergproject:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limbergproject:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg_project:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limbergproject:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:manfred_stienstra\\,_yuri_takhteyev_and_waylan_limberg:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown_project:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown_project:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdownproject:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdownproject:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown_project:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-markdown:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-markdown:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdownproject:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markdown:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markdown:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-markdown:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_markdown:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:markdown:markdown:3.3.6:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:markdown:3.3.6:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","type":"library","publisher":"Ubuntu Developers ","name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:mawk:mawk:1.3.4.20200120-3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"229"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","type":"library","publisher":"Ubuntu Developers ","name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"cpe":"cpe:2.3:a:media-types:media-types:7.0.0:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:media-types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media_types:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media-types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:media:media_types:7.0.0:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"97"}]},{"bom-ref":"pkg:pypi/more-itertools@8.10.0?package-id=b9a7ad2cb86dabc6","type":"library","author":"Erik Rose ","name":"more-itertools","version":"8.10.0","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:python-more-itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*","purl":"pkg:pypi/more-itertools@8.10.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more-itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more-itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more-itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more_itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose_project:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_roseproject:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose_project:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikroseproject:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more-itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more_itertools:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:python-more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:python_more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-more:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_more:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erik_rose:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:erikrose:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:more_itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:more-itertools:8.10.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:more:more_itertools:8.10.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","type":"library","publisher":"Ubuntu Developers ","name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:mount:mount:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&upstream=util-linux","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"389"},{"name":"syft:metadata:source","value":"util-linux"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=834d85bcb22efc52&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_base:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_base:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"393"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","type":"library","publisher":"Ubuntu Developers ","name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"X11"}},{"license":{"name":"MIT/X11"}}],"cpe":"cpe:2.3:a:ncurses-bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&upstream=ncurses","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses-bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses_bin:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses-bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ncurses:ncurses_bin:6.3-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"646"},{"name":"syft:metadata:source","value":"ncurses"}]},{"bom-ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04&package-id=9abfdf403efa6566","type":"library","publisher":"Ubuntu Developers ","name":"net-tools","version":"1.60+git20181103.0eebece-1ubuntu5.4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:net-tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:net-tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net_tools:net-tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net_tools:net_tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net:net-tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:net:net_tools:1.60\\+git20181103.0eebece-1ubuntu5.4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"800"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1","type":"library","publisher":"Ubuntu Developers ","name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:netbase:netbase:6.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","type":"library","publisher":"Ubuntu Developers ","name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:netcat-openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat-openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat_openbsd:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat-openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:netcat:netcat_openbsd:1.218-4ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"106"}]},{"bom-ref":"pkg:deb/ubuntu/openssh-client@1%3A8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&package-id=8b50015faf0688dc&upstream=openssh","type":"library","publisher":"Ubuntu Developers ","name":"openssh-client","version":"1:8.9p1-3ubuntu0.15","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Expat-with-advertising-restriction"}},{"license":{"name":"Mazieres-BSD-style"}},{"license":{"name":"OpenSSH"}},{"license":{"name":"Powell-BSD-style"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:openssh-client:openssh-client:1\\:8.9p1-3ubuntu0.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/openssh-client@1%3A8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&upstream=openssh","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:openssh-client:openssh_client:1\\:8.9p1-3ubuntu0.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:openssh_client:openssh-client:1\\:8.9p1-3ubuntu0.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:openssh_client:openssh_client:1\\:8.9p1-3ubuntu0.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:openssh:openssh-client:1\\:8.9p1-3ubuntu0.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:openssh:openssh_client:1\\:8.9p1-3ubuntu0.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3093"},{"name":"syft:metadata:source","value":"openssh"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04&package-id=6e8c5caec1353941","type":"library","publisher":"Ubuntu Developers ","name":"openssl","version":"3.0.2-0ubuntu1.25","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"name":"Artistic"}}],"cpe":"cpe:2.3:a:openssl:openssl:3.0.2-0ubuntu1.25:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2053"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","type":"library","publisher":"Ubuntu Developers ","name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:passwd:passwd:1\\:4.8.1-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&upstream=shadow","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2325"},{"name":"syft:metadata:source","value":"shadow"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","type":"library","publisher":"Ubuntu Developers ","name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"Artistic-2.0"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"Zlib"}},{"license":{"name":"Artistic"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"name":"BSD-3-clause-with-weird-numbering"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BZIP"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"name":"Expat"}},{"license":{"name":"GPL-3+-WITH-BISON-EXCEPTION"}},{"license":{"name":"HSIEH-BSD"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"REGCOMP,"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:perl-base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&upstream=perl","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl-base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl_base:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl-base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:perl:perl_base:5.34.0-3ubuntu1.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"7739"},{"name":"syft:metadata:source","value":"perl"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","type":"library","publisher":"Ubuntu Developers ","name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"X11"}}],"cpe":"cpe:2.3:a:pinentry-curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&upstream=pinentry","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry-curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry_curses:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry-curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pinentry:pinentry_curses:1.1.1-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"92"},{"name":"syft:metadata:source","value":"pinentry"}]},{"bom-ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","type":"library","publisher":"Ubuntu Developers ","name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:procps:procps:2\\:3.3.17-6ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1388"}]},{"bom-ref":"pkg:pypi/pygments@2.11.2?package-id=e190aa5403fa4847","type":"library","author":"Georg Brandl ","name":"pygments","version":"2.11.2","licenses":[{"license":{"name":"BSD License"}}],"cpe":"cpe:2.3:a:georg_brandl_project:python-pygments:2.11.2:*:*:*:*:*:*:*","purl":"pkg:pypi/pygments@2.11.2","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl_project:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandlproject:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandlproject:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pygments:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pygments:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pygments:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pygments:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl_project:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_project:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_project:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandlproject:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georgproject:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georgproject:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pygments:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pygments:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pygments:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pygments:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_project:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg:python-pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg:python_pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg_brandl:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georgproject:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pygments:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:pygments:2.11.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:georg:pygments:2.11.2:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3:python3:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"90"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&package-id=19cdccf25a344236&upstream=python-certifi","type":"library","publisher":"Ubuntu Developers ","name":"python3-certifi","version":"2020.6.20-1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"MPL-2.0"}}],"cpe":"cpe:2.3:a:python3-certifi:python3-certifi:2020.6.20-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&upstream=python-certifi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-certifi:python3_certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_certifi:python3-certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_certifi:python3_certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_certifi:2020.6.20-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"324"},{"name":"syft:metadata:source","value":"python-certifi"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d63a3ddca9be209d&upstream=python-cffi","type":"library","publisher":"Ubuntu Developers ","name":"python3-cffi-backend","version":"1.15.0-1build2","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-cffi-backend:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&upstream=python-cffi","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cffi-backend:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi_backend:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi_backend:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cffi:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cffi:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cffi:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-cffi-backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_cffi_backend:1.15.0-1build2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"218"},{"name":"syft:metadata:source","value":"python-cffi"}]},{"bom-ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&package-id=df9b0e557d0a6c44&upstream=chardet","type":"library","publisher":"Ubuntu Developers ","name":"python3-chardet","version":"4.0.0-1","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}}],"cpe":"cpe:2.3:a:python3-chardet:python3-chardet:4.0.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&upstream=chardet","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-chardet:python3_chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_chardet:python3-chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_chardet:python3_chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_chardet:4.0.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1068"},{"name":"syft:metadata:source","value":"chardet"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=5763b0aa2f284a3c&upstream=python-cryptography","type":"library","publisher":"Ubuntu Developers ","name":"python3-cryptography","version":"3.4.8-1ubuntu2.4","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Apache"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-cryptography:python3-cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&upstream=python-cryptography","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-cryptography:python3_cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cryptography:python3-cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_cryptography:python3_cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_cryptography:3.4.8-1ubuntu2.4:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1590"},{"name":"syft:metadata:source","value":"python-cryptography"}]},{"bom-ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=89d337998c0a598c&upstream=dnspython","type":"library","publisher":"Ubuntu Developers ","name":"python3-dnspython","version":"2.1.0-1ubuntu1","licenses":[{"license":{"name":"sha256:ee7dba77efced3386124cecd2359d46e3b2fd2de8fff88a3d01aa38484937489"}}],"cpe":"cpe:2.3:a:python3-dnspython:python3-dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&upstream=dnspython","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-dnspython:python3_dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_dnspython:python3-dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_dnspython:python3_dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_dnspython:2.1.0-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"837"},{"name":"syft:metadata:source","value":"dnspython"}]},{"bom-ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=7c0200766aaad1a3&upstream=gpgme1.0","type":"library","publisher":"Ubuntu Developers ","name":"python3-gpg","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:python3-gpg:python3-gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&upstream=gpgme1.0","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-gpg:python3_gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_gpg:python3-gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_gpg:python3_gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_gpg:1.16.0-1.2ubuntu4.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1294"},{"name":"syft:metadata:source","value":"gpgme1.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=c276652abd602413&upstream=python-idna","type":"library","publisher":"Ubuntu Developers ","name":"python3-idna","version":"3.3-1ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"PSF-2.0"}},{"license":{"name":"Unicode"}}],"cpe":"cpe:2.3:a:python3-idna:python3-idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=python-idna","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-idna:python3_idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_idna:python3-idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_idna:python3_idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_idna:3.3-1ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"332"},{"name":"syft:metadata:source","value":"python-idna"}]},{"bom-ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&package-id=bacff1a4bb876c4a&upstream=python-importlib-metadata","type":"library","publisher":"Ubuntu Developers ","name":"python3-importlib-metadata","version":"4.6.4-1","licenses":[{"license":{"id":"Apache-2.0"}}],"cpe":"cpe:2.3:a:python3-importlib-metadata:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&upstream=python-importlib-metadata","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-importlib-metadata:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib_metadata:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib_metadata:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-importlib:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-importlib:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_importlib:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-importlib-metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_importlib_metadata:4.6.4-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"67"},{"name":"syft:metadata:source","value":"python-importlib-metadata"}]},{"bom-ref":"pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","type":"library","publisher":"Ubuntu Developers ","name":"python3-ldb","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:python3-ldb:python3-ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&upstream=ldb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-ldb:python3_ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_ldb:python3-ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_ldb:python3_ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_ldb:2\\:2.4.4-0ubuntu0.22.04.2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"173"},{"name":"syft:metadata:source","value":"ldb"}]},{"bom-ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04&package-id=c5f7360fe2fe6680&upstream=python-markdown","type":"library","publisher":"Ubuntu Developers ","name":"python3-markdown","version":"3.3.6-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Expat"}},{"license":{"name":"etree13"}}],"cpe":"cpe:2.3:a:python3-markdown:python3-markdown:3.3.6-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04&upstream=python-markdown","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-markdown:python3_markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_markdown:python3-markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_markdown:python3_markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_markdown:3.3.6-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"330"},{"name":"syft:metadata:source","value":"python-markdown"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","type":"library","publisher":"Ubuntu Developers ","name":"python3-minimal","version":"3.10.6-1~22.04.1","licenses":[{"license":{"name":"sha256:5b274dbb44b28a54b795b9471c07ab045054d6b8a86273cb9feb632b6fd2760d"}}],"cpe":"cpe:2.3:a:python3-minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&upstream=python3-defaults","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_minimal:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_minimal:3.10.6-1\\~22.04.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"122"},{"name":"syft:metadata:source","value":"python3-defaults"}]},{"bom-ref":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04&package-id=a3d40315ee6ee3fe&upstream=more-itertools","type":"library","publisher":"Ubuntu Developers ","name":"python3-more-itertools","version":"8.10.0-2","licenses":[{"license":{"name":"MIT-style"}}],"cpe":"cpe:2.3:a:python3-more-itertools:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04&upstream=more-itertools","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-more-itertools:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more_itertools:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more_itertools:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-more:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-more:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_more:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-more-itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_more_itertools:8.10.0-2:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"226"},{"name":"syft:metadata:source","value":"more-itertools"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools","type":"library","publisher":"Ubuntu Developers ","name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"cpe":"cpe:2.3:a:python3-pkg-resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&upstream=setuptools","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg-resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg_resources:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pkg:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-pkg-resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_pkg_resources:59.6.0-1.2ubuntu0.22.04.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"581"},{"name":"syft:metadata:source","value":"setuptools"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=7646e66f3928586c&upstream=pygments","type":"library","publisher":"Ubuntu Developers ","name":"python3-pygments","version":"2.11.2+dfsg-2ubuntu0.1","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"ISO-1986"}}],"cpe":"cpe:2.3:a:python3-pygments:python3-pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=pygments","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-pygments:python3_pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pygments:python3-pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_pygments:python3_pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_pygments:2.11.2\\+dfsg-2ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"4024"},{"name":"syft:metadata:source","value":"pygments"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=7222851c05c5e165&upstream=requests","type":"library","publisher":"Ubuntu Developers ","name":"python3-requests","version":"2.25.1+dfsg-2ubuntu0.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"Apache"}},{"license":{"name":"other"}}],"cpe":"cpe:2.3:a:python3-requests:python3-requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&upstream=requests","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests:python3_requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3-requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3_requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_requests:2.25.1\\+dfsg-2ubuntu0.3:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"230"},{"name":"syft:metadata:source","value":"requests"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04&package-id=4ed4b77b05baef53&upstream=python-requests-toolbelt","type":"library","publisher":"Ubuntu Developers ","name":"python3-requests-toolbelt","version":"0.9.1-1","licenses":[{"license":{"id":"Apache-2.0"}}],"cpe":"cpe:2.3:a:python3-requests-toolbelt:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04&upstream=python-requests-toolbelt","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests-toolbelt:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests_toolbelt:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests_toolbelt:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-requests:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_requests:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-requests-toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_requests_toolbelt:0.9.1-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"187"},{"name":"syft:metadata:source","value":"python-requests-toolbelt"}]},{"bom-ref":"pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=b1c6c0de2fa08559&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"python3-samba","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:python3-samba:python3-samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-samba:python3_samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_samba:python3-samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_samba:python3_samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"21085"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04&package-id=a23c782e59d96924&upstream=six","type":"library","publisher":"Ubuntu Developers ","name":"python3-six","version":"1.16.0-3ubuntu1","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-six:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04&upstream=six","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-six:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_six:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_six:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_six:1.16.0-3ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"59"},{"name":"syft:metadata:source","value":"six"}]},{"bom-ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","type":"library","publisher":"Ubuntu Developers ","name":"python3-talloc","version":"2.3.3-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:python3-talloc:python3-talloc:2.3.3-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&upstream=talloc","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-talloc:python3_talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_talloc:python3-talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_talloc:python3_talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_talloc:2.3.3-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"77"},{"name":"syft:metadata:source","value":"talloc"}]},{"bom-ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=677c50ed3b8d47d6&upstream=tdb","type":"library","publisher":"Ubuntu Developers ","name":"python3-tdb","version":"1.4.5-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:python3-tdb:python3-tdb:1.4.5-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&upstream=tdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-tdb:python3_tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_tdb:python3-tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_tdb:python3_tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_tdb:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"76"},{"name":"syft:metadata:source","value":"tdb"}]},{"bom-ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04&package-id=953774acaec09ea4&upstream=python-urllib3","type":"library","publisher":"Ubuntu Developers ","name":"python3-urllib3","version":"1.26.5-1~exp1ubuntu0.7","licenses":[{"license":{"id":"PSF-2.0"}},{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-urllib3:python3-urllib3:1.26.5-1\\~exp1ubuntu0.7:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04&upstream=python-urllib3","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-urllib3:python3_urllib3:1.26.5-1\\~exp1ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_urllib3:python3-urllib3:1.26.5-1\\~exp1ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_urllib3:python3_urllib3:1.26.5-1\\~exp1ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-urllib3:1.26.5-1\\~exp1ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_urllib3:1.26.5-1\\~exp1ubuntu0.7:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"452"},{"name":"syft:metadata:source","value":"python-urllib3"}]},{"bom-ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=763184a5533807f3&upstream=pyyaml","type":"library","publisher":"Ubuntu Developers ","name":"python3-yaml","version":"5.4.1-1ubuntu1","licenses":[{"license":{"name":"sha256:26fdc211f61903eb5d63aef0be53269c9362fb7c0a944eb87001a935ac6e8e51"}}],"cpe":"cpe:2.3:a:python3-yaml:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=pyyaml","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-yaml:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_yaml:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_yaml:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_yaml:5.4.1-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"529"},{"name":"syft:metadata:source","value":"pyyaml"}]},{"bom-ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=f8bb29411347bda6&upstream=python-zipp","type":"library","publisher":"Ubuntu Developers ","name":"python3-zipp","version":"1.0.0-3ubuntu0.1","licenses":[{"license":{"name":"Expat"}}],"cpe":"cpe:2.3:a:python3-zipp:python3-zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&upstream=python-zipp","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3-zipp:python3_zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_zipp:python3-zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3_zipp:python3_zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3-zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3:python3_zipp:1.0.0-3ubuntu0.1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"27"},{"name":"syft:metadata:source","value":"python-zipp"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","type":"library","publisher":"Ubuntu Developers ","name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10:python3.10:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"635"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","type":"library","publisher":"Ubuntu Developers ","name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"By"}},{"license":{"name":"Permission"}},{"license":{"name":"Redistribution"}},{"license":{"name":"This"}}],"cpe":"cpe:2.3:a:python3.10-minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&upstream=python3.10","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10-minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10_minimal:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10-minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python3.10:python3.10_minimal:3.10.12-1\\~22.04.15:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"5932"},{"name":"syft:metadata:source","value":"python3.10"}]},{"bom-ref":"pkg:pypi/pyyaml@5.4.1?package-id=e2ed01d4aefd778d","type":"library","author":"Kirill Simonov ","name":"pyyaml","version":"5.4.1","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:kirill_simonov_project:python-pyyaml:5.4.1:*:*:*:*:*:*:*","purl":"pkg:pypi/pyyaml@5.4.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov_project:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonovproject:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonovproject:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov_project:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonovproject:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pyyaml:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pyyaml:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pyyaml:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pyyaml:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi_project:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi_project:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xiproject:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xiproject:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:kirill_simonov:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-pyyaml:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_pyyaml:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pyyaml:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pyyaml:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi_project:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi:python-pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi:python_pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xiproject:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:pyyaml:pyyaml:5.4.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:xi:pyyaml:5.4.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","type":"library","publisher":"Ubuntu Developers ","name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL"}}],"cpe":"cpe:2.3:a:readline-common:readline-common:8.1.2-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&upstream=readline","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline-common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline_common:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline-common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:readline:readline_common:8.1.2-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"80"},{"name":"syft:metadata:source","value":"readline"}]},{"bom-ref":"pkg:pypi/requests@2.25.1?package-id=52e214e010c57a74","type":"library","author":"Kenneth Reitz ","name":"requests","version":"2.25.1","licenses":[{"license":{"name":"Apache 2.0"}}],"cpe":"cpe:2.3:a:python:requests:2.25.1:*:*:*:*:*:*:*","purl":"pkg:pypi/requests@2.25.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"}]},{"bom-ref":"pkg:pypi/requests-toolbelt@0.9.1?package-id=836328d47f4e8bef","type":"library","author":"Ian Cordasco, Cory Benfield ","name":"requests-toolbelt","version":"0.9.1","licenses":[{"license":{"name":"Apache 2.0"}}],"cpe":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*","purl":"pkg:pypi/requests-toolbelt@0.9.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield_project:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfieldproject:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ian_cordasco\\,_cory_benfield:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov_project:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests-toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests_toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingovproject:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests-toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests_toolbelt:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:graffatcolmingov:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-requests:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_requests:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:requests:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:requests-toolbelt:0.9.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:requests_toolbelt:0.9.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","type":"library","publisher":"Ubuntu Developers ","name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}}],"cpe":"cpe:2.3:a:rsyslog:rsyslog:8.2112.0-2ubuntu2.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1750"}]},{"bom-ref":"pkg:deb/ubuntu/samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=cff9fa9e84090d5c","type":"library","publisher":"Ubuntu Developers ","name":"samba","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba:samba:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"17224"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&package-id=2c1869bfd1c93059&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-common","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-common:samba-common:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common:samba_common:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba-common:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba_common:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-common:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_common:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"317"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=00160b5ba3b17933&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-common-bin","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-common-bin:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common-bin:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common_bin:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common_bin:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-common:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_common:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-common-bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_common_bin:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1731"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-dsdb-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=8c3bb5a01eeb74f7&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-dsdb-modules","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-dsdb-modules:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-dsdb-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-dsdb-modules:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb_modules:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb_modules:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-dsdb:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-dsdb:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_dsdb:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-dsdb-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_dsdb_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1674"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-libs","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-libs:samba-libs:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-libs:samba_libs:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_libs:samba-libs:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_libs:samba_libs:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-libs:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_libs:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"24846"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/samba-vfs-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=22af3299504faecc&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"samba-vfs-modules","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:samba-vfs-modules:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/samba-vfs-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-vfs-modules:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs_modules:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs_modules:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-vfs:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba-vfs:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba_vfs:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba-vfs-modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:samba:samba_vfs_modules:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"1906"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","type":"library","publisher":"Ubuntu Developers ","name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:sed:sed:4.8-1ubuntu2.1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"328"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38","type":"library","publisher":"Ubuntu Developers ","name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}}],"cpe":"cpe:2.3:a:sensible-utils:sensible-utils:0.0.17:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible-utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible_utils:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible-utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sensible:sensible_utils:0.0.17:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"59"}]},{"bom-ref":"pkg:pypi/six@1.16.0?package-id=64e630b32a1bc827","type":"library","author":"Benjamin Peterson ","name":"six","version":"1.16.0","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:benjamin_peterson_project:python-six:1.16.0:*:*:*:*:*:*:*","purl":"pkg:pypi/six@1.16.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson_project:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_petersonproject:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_petersonproject:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson_project:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_petersonproject:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_project:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_project:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjaminproject:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjaminproject:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_peterson:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-six:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-six:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_six:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_six:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin_project:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjaminproject:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-six:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_six:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:six:python-six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:six:python_six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:benjamin:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:six:1.16.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:six:six:1.16.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/smbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=e3cf233c1a3941cc&upstream=samba","type":"library","publisher":"Ubuntu Developers ","name":"smbclient","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}},{"license":{"name":"MS-ADSL"}}],"cpe":"cpe:2.3:a:smbclient:smbclient:2\\:4.15.13\\+dfsg-0ubuntu1.12:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/smbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&upstream=samba","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"2105"},{"name":"syft:metadata:source","value":"samba"}]},{"bom-ref":"pkg:pypi/supervisor@4.2.1?package-id=aa67a0c6828d4462","type":"library","author":"Chris McDonough ","name":"supervisor","version":"4.2.1","licenses":[{"license":{"name":"BSD-derived (http://www.repoze.org/LICENSE.txt)"}}],"cpe":"cpe:2.3:a:chris_mcdonough_project:python-supervisor:4.2.1:*:*:*:*:*:*:*","purl":"pkg:pypi/supervisor@4.2.1","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonoughproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chris_mcdonough:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism_project:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrismproject:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:supervisor:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:chrism:supervisor:4.2.1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:supervisor:4.2.1:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","type":"library","publisher":"Ubuntu Developers ","name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"BSD-Derived"}},{"license":{"name":"BSD-derived"}},{"license":{"name":"Medusa"}},{"license":{"name":"RDFLIB"}}],"cpe":"cpe:2.3:a:supervisor:supervisor:4.2.1-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"1645"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","type":"library","publisher":"Ubuntu Developers ","name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"cpe":"cpe:2.3:a:sysvinit-utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&upstream=sysvinit","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit-utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit_utils:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit-utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:sysvinit:sysvinit_utils:3.01-1ubuntu1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"83"},{"name":"syft:metadata:source","value":"sysvinit"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","type":"library","publisher":"Ubuntu Developers ","name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"cpe":"cpe:2.3:a:tar:tar:1.34\\+dfsg-1ubuntu0.1.22.04.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"960"}]},{"bom-ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=2220a8d4c354a55b&upstream=tdb","type":"library","publisher":"Ubuntu Developers ","name":"tdb-tools","version":"1.4.5-2build1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"name":"BSD-3"}}],"cpe":"cpe:2.3:a:tdb-tools:tdb-tools:1.4.5-2build1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&upstream=tdb","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb-tools:tdb_tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb_tools:tdb-tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb_tools:tdb_tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb:tdb-tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:tdb:tdb_tools:1.4.5-2build1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"114"},{"name":"syft:metadata:source","value":"tdb"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4","type":"library","publisher":"Dimitri John Ledkov ","name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:ubuntu-keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu-keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu_keyring:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu-keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:ubuntu:ubuntu_keyring:2021.03.26:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"41"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","type":"library","publisher":"Ubuntu Developers ","name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:ucf:ucf:3.0043:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"232"}]},{"bom-ref":"pkg:pypi/urllib3@1.26.5?package-id=043d634961733646","type":"library","author":"Andrey Petrov ","name":"urllib3","version":"1.26.5","licenses":[{"license":{"id":"MIT"}}],"cpe":"cpe:2.3:a:python:urllib3:1.26.5:*:*:*:*:*:*:*","purl":"pkg:pypi/urllib3@1.26.5","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","type":"library","publisher":"Ubuntu Developers ","name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL"}}],"cpe":"cpe:2.3:a:usrmerge:usrmerge:25ubuntu2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"200"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","type":"library","publisher":"Ubuntu Developers ","name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"MIT"}},{"license":{"name":"LGPL"}},{"license":{"name":"public-domain"}}],"cpe":"cpe:2.3:a:util-linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:util-linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util_linux:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util-linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:util:util_linux:2.37.2-4ubuntu3.5:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"3395"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","type":"library","publisher":"Wazuh, Inc ","name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"cpe":"cpe:2.3:a:wazuh-agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh-agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh_agent:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh-agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:wazuh:wazuh_agent:4.12.0-1:*:*:*:*:*:*:*"},{"name":"syft:metadata:installedSize","value":"42990"}]},{"bom-ref":"pkg:deb/ubuntu/xauth@1%3A1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=3fdc2e056ffdb278","type":"library","publisher":"Ubuntu Developers ","name":"xauth","version":"1:1.1-1build2","licenses":[{"license":{"name":"sha256:35f7f9792a4d64ef293878893d5cf07e09d2e5eb87fd17a4c0f47d66d4735c0c"}}],"cpe":"cpe:2.3:a:xauth:xauth:1\\:1.1-1build2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/xauth@1%3A1.1-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"77"}]},{"bom-ref":"pkg:pypi/zipp@1.0.0?package-id=8032c28b5d60f9c6","type":"library","author":"Jason R. Coombs ","name":"zipp","version":"1.0.0","licenses":[{"license":{"name":"UNKNOWN"}}],"cpe":"cpe:2.3:a:jason_r__coombs_project:python-zipp:1.0.0:*:*:*:*:*:*:*","purl":"pkg:pypi/zipp@1.0.0","properties":[{"name":"syft:package:foundBy","value":"python-installed-package-cataloger"},{"name":"syft:package:language","value":"python"},{"name":"syft:package:type","value":"python"},{"name":"syft:package:metadataType","value":"python-package"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs_project:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombsproject:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-zipp:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-zipp:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_zipp:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_zipp:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jason_r__coombs:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco_project:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaracoproject:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python-zipp:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python_zipp:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:zipp:python-zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:zipp:python_zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:jaraco:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:python:zipp:1.0.0:*:*:*:*:*:*:*"},{"name":"syft:cpe23","value":"cpe:2.3:a:zipp:zipp:1.0.0:*:*:*:*:*:*:*"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","type":"library","publisher":"Ubuntu Developers ","name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"cpe":"cpe:2.3:a:zlib1g:zlib1g:1\\:1.2.11.dfsg-2ubuntu9.2:*:*:*:*:*:*:*","purl":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&upstream=zlib","properties":[{"name":"syft:package:foundBy","value":"dpkg-db-cataloger"},{"name":"syft:package:type","value":"deb"},{"name":"syft:package:metadataType","value":"dpkg-db-entry"},{"name":"syft:metadata:installedSize","value":"164"},{"name":"syft:metadata:source","value":"zlib"}]},{"bom-ref":"os:ubuntu@22.04","type":"operating-system","name":"ubuntu","version":"22.04","description":"Ubuntu 22.04.5 LTS","swid":{"tagId":"ubuntu","name":"ubuntu","version":"22.04"},"externalReferences":[{"url":"https://bugs.launchpad.net/ubuntu/","type":"issue-tracker"},{"url":"https://www.ubuntu.com/","type":"website"},{"url":"https://help.ubuntu.com/","comment":"support","type":"other"},{"url":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy","comment":"privacyPolicy","type":"other"}],"properties":[{"name":"syft:distro:extendedSupport","value":"false"},{"name":"syft:distro:id","value":"ubuntu"},{"name":"syft:distro:idLike:0","value":"debian"},{"name":"syft:distro:prettyName","value":"Ubuntu 22.04.5 LTS"},{"name":"syft:distro:versionCodename","value":"jammy"},{"name":"syft:distro:versionID","value":"22.04"}]}],"dependencies":[{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=c485dec50fae0d24","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04&package-id=538d0ba8bf7616d4"]},{"ref":"pkg:deb/ubuntu/attr@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bc7f725dc12fe3a0","dependsOn":["pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04&package-id=6266a2caa2afc2cc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=7254b1f7d381ed04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04&package-id=fa476521e3e5ec86","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/bsdutils@1%3A2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9007b87848ac548a&upstream=util-linux%402.37.2-4ubuntu3.5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04&package-id=6e8c5caec1353941"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=da61b91c9a226ad2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c45a2e205b370ab5","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=1e89a75fcfae9390","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2095554fea8cd498&upstream=apparmor","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=954ca99cc0e027f5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/diffutils@1%3A3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=36457d292b136853","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=12978af3b638252f","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=263fb82085c9c20a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=21e433471ebcdd4c&upstream=gnupg2","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=4da066024d6bd485&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=fe3c51f7337154a3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2d995e9dbc2ddbc0&upstream=gnupg2","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=bf862e676a9f55f3&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=77792b77bb0fcaba&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5e7058fe04099641&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=5c6a194c9301a444&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2551cbcb93b2aea5&upstream=gnupg2","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8a262e2d19b880ab","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=55e157ff0099c55f","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04&package-id=8fe0dd4572083d73","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=cf261b977b7f7de7&upstream=rdma-core","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core"]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=b748173684bd068f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=3cdc9dce8afed19e","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=2095554fea8cd498&upstream=apparmor","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04&package-id=9780a648eaca9ec6&upstream=apt","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04&package-id=40f707b11e04cb9a&upstream=libarchive","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libattr1@1%3A2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=bdf1046bd4bc6bd1&upstream=attr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","dependsOn":["pkg:deb/ubuntu/libaudit-common@1%3A3.0.7-1build1?arch=all&distro=ubuntu-22.04&package-id=151bfbf05df194fd&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng"]},{"ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","dependsOn":["pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus"]},{"ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","dependsOn":["pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=65249e620fac74fe&upstream=avahi","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=ead7279d6cdd63a8&upstream=boost1.74","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e296153f22ed806b&upstream=boost1.74","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=4879abb2cf038527&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","dependsOn":["pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=e9fe82a5ebabb0a0&upstream=libcbor","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=4f5178eb66b34395&upstream=ceph","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=d4eab72a4f36d756&upstream=ceph","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04&package-id=ff3c46a6b0a0dcf6&upstream=cups","dependsOn":["pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04&package-id=426f10b760b59e61&upstream=curl","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04&package-id=2ea0ddce9d769b21&upstream=brotli","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04&package-id=cccebd96e3919003&upstream=dbus","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=56b546c6f7dfd27d&upstream=cdebconf","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=a7a36fa0f9a6eefc&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04&package-id=3cb23aa0c210466d&upstream=libfido2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=e9fe82a5ebabb0a0&upstream=libcbor","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=0590e387ed563c60&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=6216ab21399ed5f4&upstream=glusterfs","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=6216ab21399ed5f4&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=b5806c2897f70ffe&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=1a1cadaf87b1c0fc&upstream=glusterfs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","dependsOn":["pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04&package-id=87d85fc31d97759c&upstream=gnupg2","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04&package-id=ac02a22afc1598d4&upstream=gnupg2","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle"]},{"ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3","pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=29f707308ec30f8b&upstream=libnl3"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=5a684707f6897a1c&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=25970892eb7952e2&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&package-id=06194ff09aaac326&upstream=jansson","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04&package-id=b5866d68e80ce322&upstream=jq","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=b5f251784db87672&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=cdfc97cd731e3d1a&upstream=krb5","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=977171575d1ab200&upstream=keyutils","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=47f49be5a76a87b4&upstream=krb5","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=c2ab539b73a7850e&upstream=libksba","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04&package-id=fc4e5d65bbd22512&upstream=lmdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=fcc9635a7c69aad1&upstream=libmd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04&package-id=bd0eba9dce39e9dd&upstream=libnetfilter-conntrack","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04&package-id=b04e52c929863586&upstream=libnfnetlink","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04&package-id=116d01b6ed927787&upstream=libnftnl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04&package-id=24f9d3ecca8b326f&upstream=libmnl"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=47ad67c44f588512&upstream=nghttp2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=29f707308ec30f8b&upstream=libnl3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04&package-id=8d8e94e27b567d2a&upstream=npth","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=047367cb36ecf139&upstream=libonig","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04&package-id=06ece903c708343f&upstream=p11-kit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=950f666d2dd72e2a&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpcre3@2%3A8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=a1080f742c38e287&upstream=pcre3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04&package-id=f89ff9e6238c8049&upstream=libpsl","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04&package-id=adeff216fe42e562&upstream=libidn2","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04&package-id=c47765efc5183fa6&upstream=mpdecimal","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04&package-id=5a7e153364488625&upstream=libnsl","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1"]},{"ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=d4eab72a4f36d756&upstream=ceph","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=ead7279d6cdd63a8&upstream=boost1.74","pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=e296153f22ed806b&upstream=boost1.74","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=265152cc9c81346d&upstream=rdma-core","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd"]},{"ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=265152cc9c81346d&upstream=rdma-core","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04&package-id=6116ef799da490a6&upstream=rdma-core","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04&package-id=8ef211790703e09f&upstream=libnl3"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04&package-id=164ed36b24e4082d&upstream=rtmpdump","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgmp10@2%3A6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=0878b427131955a8&upstream=gmp","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=61ee2037f82bad13&upstream=nettle","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=f643077a176aed7f&upstream=nettle","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=60a5c7d4d13f457c&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=8abab1d91ea34ca6&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=f39bcecc0a46fe0a&upstream=db5.3"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=1d9989f34ce2d960&upstream=cyrus-sasl2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=c13d5d5b779d900f&upstream=libseccomp","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=28cfc0a0b958dc4d&upstream=pcre2"]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04&package-id=0e4b0390824b8ea6&upstream=bzip2","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04&package-id=25bcea01ea3ba418&upstream=libsemanage","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04&package-id=a75957a700a0b5df&upstream=libsepol","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=d878874a8a4f5fac&upstream=samba","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04&package-id=75b743bb456ea936&upstream=sqlite3","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=87373e4261012606&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=ce6cc7ac7b6f8a1b&upstream=e2fsprogs"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04&package-id=18f0961fc389ab5f&upstream=libssh","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=a7bc3671dd95391f&upstream=gcc-12","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=51b749c6e6ece0bc&upstream=gcc-12","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=7c7bb5817bbec852&upstream=gcc-12"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=87eed888bbd0fa74","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04&package-id=1c99fc6a3f0d67df&upstream=lz4","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd"]},{"ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=df9a817b3a9aa35b&upstream=libtirpc"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04&package-id=1f67c0fbea801b84&upstream=libunistring","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=36a943dcb0459762&upstream=liburing","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent"]},{"ref":"pkg:deb/ubuntu/libx11-6@2%3A1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=eca4da1ab7c4c3ac&upstream=libx11","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libx11-data@2%3A1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=02c9b6cba4238998&upstream=libx11","pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d141e30cb979b861&upstream=libxcb"]},{"ref":"pkg:deb/ubuntu/libxau6@1%3A1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&package-id=6142f551790c539b&upstream=libxau","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=d141e30cb979b861&upstream=libxcb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libxau6@1%3A1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&package-id=6142f551790c539b&upstream=libxau","pkg:deb/ubuntu/libxdmcp6@1%3A1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=83217eee044e345d&upstream=libxdmcp"]},{"ref":"pkg:deb/ubuntu/libxdmcp6@1%3A1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&package-id=83217eee044e345d&upstream=libxdmcp","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxext6@2%3A1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=da4eee105cc73238&upstream=libxext","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libx11-6@2%3A1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=eca4da1ab7c4c3ac&upstream=libx11"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04&package-id=6cac52fedb36b17a","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04&package-id=ded7743d5ea91c0a&upstream=icu","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=c6e1c0486c5b505e&upstream=xz-utils","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/libxmuu1@2%3A1.1.3-3?arch=amd64&distro=ubuntu-22.04&package-id=858717483d8b468f&upstream=libxmu","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libx11-6@2%3A1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=eca4da1ab7c4c3ac&upstream=libx11"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04&package-id=35650b4443669b9e&upstream=iptables","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04&package-id=6bb3ea548940fa04&upstream=xxhash","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d5b9b09982f56df0&upstream=libyaml","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04&package-id=c76e629c8d688bb1&upstream=libzstd","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/login@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=a490a8bc8f81cb80&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam"]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04&package-id=9fa0cb4c2be8cdeb","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04&package-id=fdb9cc4544dc8ba2","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04&package-id=05848bb5f13b651b&upstream=e2fsprogs","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04&package-id=ff56fee565468c7b"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04&package-id=1ced6e201146d10b","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=9e29ea691910bef5&upstream=util-linux","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux"]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=056c0a251d9fbd1d&upstream=ncurses","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04&package-id=9abfdf403efa6566","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=2a991a663e9675ba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]},{"ref":"pkg:deb/ubuntu/openssh-client@1%3A8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&package-id=8b50015faf0688dc&upstream=openssh","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04&package-id=e1657e29f82ce59c&upstream=libedit","pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04&package-id=3cb23aa0c210466d&upstream=libfido2","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=7ebe6985efb0ab50&upstream=krb5","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04&package-id=6e8c5caec1353941","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl"]},{"ref":"pkg:deb/ubuntu/passwd@1%3A4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=0d182cd636622a0e&upstream=shadow","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=19875621a55f99e5&upstream=libsemanage"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt"]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=5eb41975f1c02786&upstream=pinentry","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04&package-id=c775be0764ffce89&upstream=libassuan","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04&package-id=e08b7fc39b1c7ff5&upstream=libgpg-error","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses"]},{"ref":"pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=f04802cda5fff11d&upstream=ncurses","pkg:deb/ubuntu/libprocps8@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=fd3e6f5fe06711cb&upstream=procps","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&package-id=19cdccf25a344236&upstream=python-certifi","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad"]},{"ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d63a3ddca9be209d&upstream=python-cffi","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04&package-id=ae9fa8c7524d69b6&upstream=libffi","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&package-id=df9b0e557d0a6c44&upstream=chardet","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04&package-id=5763b0aa2f284a3c&upstream=python-cryptography","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04&package-id=9172649244e32bda&upstream=openssl","pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d63a3ddca9be209d&upstream=python-cffi","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=89d337998c0a598c&upstream=dnspython","dependsOn":["pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04&package-id=8e0e87bf1dc2c6d1"]},{"ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=7c0200766aaad1a3&upstream=gpgme1.0","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&package-id=bacff1a4bb876c4a&upstream=python-importlib-metadata","dependsOn":["pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=f8bb29411347bda6&upstream=python-zipp"]},{"ref":"pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04&package-id=c5f7360fe2fe6680&upstream=python-markdown","dependsOn":["pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04&package-id=bacff1a4bb876c4a&upstream=python-importlib-metadata"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=7646e66f3928586c&upstream=pygments","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04&package-id=4ed4b77b05baef53&upstream=python-requests-toolbelt","dependsOn":["pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=7222851c05c5e165&upstream=requests"]},{"ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04&package-id=7222851c05c5e165&upstream=requests","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04&package-id=1a097baedd8d35ad","pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04&package-id=19cdccf25a344236&upstream=python-certifi","pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04&package-id=df9b0e557d0a6c44&upstream=chardet","pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=c276652abd602413&upstream=python-idna","pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04&package-id=953774acaec09ea4&upstream=python-urllib3"]},{"ref":"pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=b1c6c0de2fa08559&upstream=samba","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=677c50ed3b8d47d6&upstream=tdb","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba"]},{"ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=677c50ed3b8d47d6&upstream=tdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04&package-id=953774acaec09ea4&upstream=python-urllib3","dependsOn":["pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04&package-id=a23c782e59d96924&upstream=six"]},{"ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=763184a5533807f3&upstream=pyyaml","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04&package-id=d5b9b09982f56df0&upstream=libyaml","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults"]},{"ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04&package-id=f8bb29411347bda6&upstream=python-zipp","dependsOn":["pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04&package-id=a3d40315ee6ee3fe&upstream=more-itertools"]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04&package-id=5444f22e0a405171&upstream=expat","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bf946e55c7eeb46d&upstream=python3.10","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=bbcda0cdb2e25671&upstream=python3.10","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04&package-id=31234d2046ec05a1","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=aa1690a3e024bc99&upstream=python3.10"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=7b620a2b31ab150b&upstream=python3-defaults","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=2e7c6f6edb47f9f1&upstream=python3-defaults","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=2f0a363b5ea93820"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04&package-id=e505765d090dc2f1&upstream=readline","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&package-id=9c39ecf56f44a8e4","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04&package-id=344764de27aded45&upstream=libestr","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04&package-id=569eb244a00f2359&upstream=libfastjson","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=00160b5ba3b17933&upstream=samba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=b635485d53d5cd3f&upstream=ncurses","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=b1c6c0de2fa08559&upstream=samba","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&package-id=2c1869bfd1c93059&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba"]},{"ref":"pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&package-id=2c1869bfd1c93059&upstream=samba","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11"]},{"ref":"pkg:deb/ubuntu/samba-dsdb-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=8c3bb5a01eeb74f7&upstream=samba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04&package-id=cb61bf763bf589ce&upstream=gpgme1.0","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba"]},{"ref":"pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=1d5db25d8ca5d4a8&upstream=avahi","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04&package-id=56f4c09591dc0d68&upstream=avahi","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap2@1%3A2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&package-id=375da01bdf1cb577","pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04&package-id=ff3c46a6b0a0dcf6&upstream=cups","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04&package-id=06194ff09aaac326&upstream=jansson","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=95d1fcb1fe2d23ae&upstream=openldap","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/python3-ldb@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=abc04d08dbea49a1&upstream=ldb","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=8ac31b238cc297f3&upstream=talloc","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/samba-vfs-modules@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=22af3299504faecc&upstream=samba","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=5547b4e7ac45ea0d&upstream=libtirpc","pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04&package-id=36a943dcb0459762&upstream=liburing","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba"]},{"ref":"pkg:deb/ubuntu/samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=cff9fa9e84090d5c","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libldb2@2%3A2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=bb211f307f7de9c9&upstream=ldb","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=dddb6c9c36b09d92&upstream=pam","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04&package-id=69efae9a4d94a5aa&upstream=pam","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04&package-id=a7c165e1e5cb0b1a&upstream=python3.10","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04&package-id=e17f8fa27787c03f","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/procps@2%3A3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=06550beb775a2d70","pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=89d337998c0a598c&upstream=dnspython","pkg:deb/ubuntu/python3-samba@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=b1c6c0de2fa08559&upstream=samba","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04&package-id=3568cce5170b1c14&upstream=python3-defaults","pkg:deb/ubuntu/samba-common-bin@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=00160b5ba3b17933&upstream=samba","pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&package-id=2c1869bfd1c93059&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba","pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=2220a8d4c354a55b&upstream=tdb"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04&package-id=b917817a8145a3f6","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/smbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=e3cf233c1a3941cc&upstream=samba","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=88f0ee10ec7b30f0","pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04&package-id=40f707b11e04cb9a&upstream=libarchive","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04&package-id=4535901a8b5a3121&upstream=libbsd","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04&package-id=064be52828a8aa05&upstream=gnutls28","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04&package-id=e3b11279ac924345&upstream=popt","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04&package-id=0348859ebfac7488&upstream=readline","pkg:deb/ubuntu/libsmbclient@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=d878874a8a4f5fac&upstream=samba","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04&package-id=409ef870639ff903&upstream=talloc","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04&package-id=ac0a0afc25958dae&upstream=tevent","pkg:deb/ubuntu/libwbclient0@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=2af714d39a8af22e&upstream=samba","pkg:deb/ubuntu/samba-common@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&package-id=2c1869bfd1c93059&upstream=samba","pkg:deb/ubuntu/samba-libs@2%3A4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&package-id=0b8e37095cb70a93&upstream=samba"]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04&package-id=03a8c0f375251fb2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04&package-id=be9b5d2383b6a4e9","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04&package-id=b09df21f6099e8f2&upstream=setuptools"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04&package-id=bb596b48989c54b0&upstream=sysvinit","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=1daff013c0ad9528&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04&package-id=9b058d03070aecf3","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04&package-id=bfd86512a80abb42&upstream=acl","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux"]},{"ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=2220a8d4c354a55b&upstream=tdb","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04&package-id=e23e98373d5e17c8&upstream=tdb"]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04&package-id=d5685e94eda51e11","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04&package-id=e4ea9e009859f252","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04&package-id=5cdeb5bbf96f6c38"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04&package-id=27da7b9addbb258b","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04&package-id=87b65827e2f66ae4&upstream=perl"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=e80db7f815c24921","dependsOn":["pkg:deb/ubuntu/libaudit1@1%3A3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&package-id=8c130de3977d3ca4&upstream=audit","pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=4682414db29f31b7&upstream=util-linux","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04&package-id=76761d1c34939b40&upstream=libcap-ng","pkg:deb/ubuntu/libcrypt1@1%3A4.4.27-1?arch=amd64&distro=ubuntu-22.04&package-id=3c24c7993ef63bac&upstream=libxcrypt","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=d3a5f4925c1150bf&upstream=util-linux","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04&package-id=0f3f3e3640efb248&upstream=pam","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04&package-id=54af77facfa080ef&upstream=libselinux","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=127103734b9d2078&upstream=util-linux","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=646b13daf80a4c8b&upstream=systemd","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04&package-id=8523f7e9cbd5d4fb&upstream=ncurses","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04&package-id=39f35ed6abcc276d&upstream=systemd","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&package-id=0d31a9d688c6e8d8&upstream=util-linux","pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib"]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04&package-id=e9fddfdf7eb46233","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04&package-id=d92eefd2f2007729","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04&package-id=c994f228b246687e","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04&package-id=195c26b4f470ef81&upstream=lsb"]},{"ref":"pkg:deb/ubuntu/xauth@1%3A1.1-1build2?arch=amd64&distro=ubuntu-22.04&package-id=3fdc2e056ffdb278","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc","pkg:deb/ubuntu/libx11-6@2%3A1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&package-id=eca4da1ab7c4c3ac&upstream=libx11","pkg:deb/ubuntu/libxau6@1%3A1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&package-id=6142f551790c539b&upstream=libxau","pkg:deb/ubuntu/libxext6@2%3A1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&package-id=da4eee105cc73238&upstream=libxext","pkg:deb/ubuntu/libxmuu1@2%3A1.1.3-3?arch=amd64&distro=ubuntu-22.04&package-id=858717483d8b468f&upstream=libxmu"]},{"ref":"pkg:deb/ubuntu/zlib1g@1%3A1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&package-id=2fe7e329ba1a83a5&upstream=zlib","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04&package-id=e3d6154aa7ea4c91&upstream=glibc"]}]} diff --git a/docs/aces/inventory/fileshare/evidence/trivy-sbom.cyclonedx.json b/docs/aces/inventory/fileshare/evidence/trivy-sbom.cyclonedx.json index d7740048..45a1becf 100644 --- a/docs/aces/inventory/fileshare/evidence/trivy-sbom.cyclonedx.json +++ b/docs/aces/inventory/fileshare/evidence/trivy-sbom.cyclonedx.json @@ -1 +1 @@ -{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:185ed6e7-6221-40e7-bac7-05e468c145e7","version":1,"metadata":{"timestamp":"2026-05-26T02:51:42+00:00","tools":{"components":[{"type":"application","manufacturer":{"name":"Aqua Security Software Ltd."},"group":"aquasecurity","name":"trivy","version":"0.70.0"}]},"component":{"bom-ref":"pkg:oci/aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-fileshare","type":"container","name":"aptl-fileshare:latest","purl":"pkg:oci/aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-fileshare","properties":[{"name":"aquasecurity:trivy:DiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:58c843b57ca70c01ce9cad5f9e5f04efc68badff82caf68f0d416557c899e9bc"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:5fb665059c7c732e1fb5409520cbedae78fa75fe7c19ae4b596fb710f4561084"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:6e55499bda71fd1fa90875696e869676806f4be7df36befc0cc89ffc7e28e0c1"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:8d14ef159cff0275ecf020f6133bfabb154a4d61c02b9ac35aff36e480174b30"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:b4cbeb5a35ddc5ee7073671859a839c38ee2a35f3c89b51227023a99cca06206"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:d3b638176c6cc6ac9ae8b7affe7796751a55071df4ccde66520858b53ea12049"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:e1ab6369a5d252073f64d8ba2a50c227d1197a2e8044425cf2efb3fb675c809f"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:eeb454317012f774808c73b6b10db5003527c2fc59fa54ddbedada5034c005e6"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:f592f6ef1a90353a80f98fd31efb6c6fd26b7e30e3202bc99d1a362b184317a1"},{"name":"aquasecurity:trivy:ImageID","value":"sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.project","value":"aptl"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.service","value":"fileshare"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.version","value":"5.1.3"},{"name":"aquasecurity:trivy:Labels:org.opencontainers.image.version","value":"22.04"},{"name":"aquasecurity:trivy:Reference","value":"aptl-fileshare:latest"},{"name":"aquasecurity:trivy:RepoDigest","value":"aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59"},{"name":"aquasecurity:trivy:RepoTag","value":"aptl-fileshare:latest"},{"name":"aquasecurity:trivy:SchemaVersion","value":"2"},{"name":"aquasecurity:trivy:Size","value":"327919616"}]}},"components":[{"bom-ref":"7cb76ae6-1768-4455-9bb3-f71c37812e55","type":"operating-system","name":"ubuntu","version":"22.04","properties":[{"name":"aquasecurity:trivy:Class","value":"os-pkgs"},{"name":"aquasecurity:trivy:Type","value":"ubuntu"}]},{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"adduser@3.118ubuntu5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"adduser"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.118ubuntu5"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"apt@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"attr","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"attr@1:2.5.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"attr"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-files@12ubuntu4.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-files"},{"name":"aquasecurity:trivy:SrcVersion","value":"12ubuntu4.7"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Colin Watson "},"name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-passwd@3.5.52build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-passwd"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.52build1"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bash@5.1-6ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bash"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.1"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bsdutils@1:2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"MPL-2.0"}}],"purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"ca-certificates@20240203~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ca-certificates"},{"name":"aquasecurity:trivy:SrcVersion","value":"20240203~22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"coreutils@8.32-4.1ubuntu1.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"coreutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"4.1ubuntu1.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.32"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"name":"Paul-Vixie-s-license"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"cron@3.0pl1-137ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cron"},{"name":"aquasecurity:trivy:SrcRelease","value":"137ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0pl1"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"curl@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"FSFUL"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dash@0.5.11+git20210903+057cd650a4ed-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dash"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.5.11+git20210903+057cd650a4ed"}]},{"bom-ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dbus","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"AFL-2.1"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"dbus@1.12.20-2ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dbus"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.12.20"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debconf@1.5.79ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.5.79ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debianutils@5.5-1ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debianutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.5"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"diffutils@1:3.8-0ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"diffutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.8"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"dirmngr@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"distro-info-data@0.52ubuntu0.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"distro-info-data"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.52ubuntu0.12"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain-s-s-d"}},{"license":{"name":"public-domain-md5"}}],"purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dpkg@1.21.1ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dpkg"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.21.1ubuntu2.6"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"e2fsprogs@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"findutils@4.8.0-1ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"findutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.0"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"LGPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gcc-12-base@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-l10n@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-utils@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-agent@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-client@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-server@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gpg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gpgconf@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"gpgsm@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gpgv@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"grep@3.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"grep"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GFDL-1.3--no-invariant"}},{"license":{"name":"FSF-manpages"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL-3"}}],"purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gzip@1.10-4ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gzip"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.10"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"hostname@3.23ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"hostname"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.23ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ibverbs-providers","version":"39.0-1","licenses":[{"license":{"name":"BSD-MIT"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}}],"purl":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"ibverbs-providers@39.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rdma-core"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"39.0"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"init-system-helpers@1.62"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"init-system-helpers"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.62"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"iptables@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"jq@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libacl1@2.3.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"acl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.1"}]},{"bom-ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libapparmor1","version":"3.0.4-2ubuntu2.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libapparmor1@3.0.4-2ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apparmor"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libapt-pkg6.0@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libarchive13","version":"3.6.0-1ubuntu1.6","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"BSD-4-clause-UCB"}},{"license":{"name":"BSD-1-clause-UCB"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-124-clause-UCB"}},{"license":{"name":"PD"}},{"license":{"name":"BSD-3-clause-UCB"}}],"purl":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libarchive13@3.6.0-1ubuntu1.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libarchive"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"GAP-FSF"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL-2.0-or-later WITH libtool-exception"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GAP"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libassuan0@2.5.5-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libassuan"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.5"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libattr1@1:2.5.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"attr"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit-common@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit1@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libavahi-client3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libavahi-client3@0.8-5ubuntu5.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"avahi"},{"name":"aquasecurity:trivy:SrcRelease","value":"5ubuntu5.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libavahi-common-data","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libavahi-common-data@0.8-5ubuntu5.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"avahi"},{"name":"aquasecurity:trivy:SrcRelease","value":"5ubuntu5.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libavahi-common3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libavahi-common3@0.8-5ubuntu5.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"avahi"},{"name":"aquasecurity:trivy:SrcRelease","value":"5ubuntu5.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libblkid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libboost-iostreams1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"BSL-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"Zlib"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"SGI"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"BSD3-DEShaw"}},{"license":{"name":"HP"}},{"license":{"id":"Python-2.0"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"BSD3-Google"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"Spencer"}},{"license":{"name":"Caramel"}}],"purl":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libboost-iostreams1.74.0@1.74.0-14ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"boost1.74"},{"name":"aquasecurity:trivy:SrcRelease","value":"14ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.74.0"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libboost-thread1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"BSL-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"Zlib"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"SGI"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"BSD3-DEShaw"}},{"license":{"name":"HP"}},{"license":{"id":"Python-2.0"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"BSD3-Google"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"Spencer"}},{"license":{"name":"Caramel"}}],"purl":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libboost-thread1.74.0@1.74.0-14ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"boost1.74"},{"name":"aquasecurity:trivy:SrcRelease","value":"14ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.74.0"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libbrotli1@1.0.9-2build6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"brotli"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-Original"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"Beerware"}}],"purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libbsd0@0.11.5-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.11.5"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libbz2-1.0@1.0.8-5build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bzip2"},{"name":"aquasecurity:trivy:SrcRelease","value":"5build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc-bin@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc6@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap-ng0@0.7.9-2.2build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libcap-ng"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.2build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.7.9"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap2@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcephfs2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Creative-Commons-Attribution-Share-Alike-3.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Public-domain"}},{"license":{"name":"Boost-Software-License--Version-1.0"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"GPL-3-OpenSSL"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"APSL-2.0"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libcephfs2@17.2.9-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ceph"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"17.2.9"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcom-err2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcom-err2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcrypt1","version":"1:4.4.27-1","purl":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcrypt1@1:4.4.27-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libxcrypt"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.4.27"}]},{"bom-ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcups2","version":"2.4.1op1-1ubuntu4.16","licenses":[{"license":{"name":"Apache-2.0 WITH GPL2-LGPL2-Exception"}},{"license":{"id":"FSFUL"}},{"license":{"id":"Zlib"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libcups2@2.4.1op1-1ubuntu4.16"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cups"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu4.16"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.1op1"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libcurl4@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdb5.3@5.3.28+dfsg1-0.8ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"db5.3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.8ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.3.28+dfsg1"}]},{"bom-ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdbus-1-3","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"AFL-2.1"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libdbus-1-3@1.12.20-2ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dbus"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.12.20"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdebconfclient0","version":"0.261ubuntu1","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdebconfclient0@0.261ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cdebconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.261ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libestr0@0.1.10-2.1build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libestr"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.1.10"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libexpat1@2.4.7-1ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"expat"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.7"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libext2fs2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libfastjson4@0.99.9-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libfastjson"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.99.9"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libffi8@3.4.2-4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libffi"},{"name":"aquasecurity:trivy:SrcRelease","value":"4"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.4.2"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcc-s1@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcrypt20@1.9.4-3ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgcrypt20"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.4"}]},{"bom-ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgfapi0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libgfapi0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgfrpc0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libgfrpc0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgfxdr0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libgfxdr0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libglusterfs0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libglusterfs0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgmp10@2:6.2.1+dfsg-3ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"gmp"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.2.1+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgnutls30@3.7.3-4ubuntu1.8"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnutls28"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1.8"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgpg-error0@1.43-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgpg-error"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43"}]},{"bom-ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgpgme11","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libgpgme11@1.16.0-1.2ubuntu4.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gpgme1.0"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu4.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.16.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgssapi-krb5-2@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libhogweed6@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libibverbs1","version":"39.0-1","licenses":[{"license":{"name":"BSD-MIT"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}}],"purl":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libibverbs1@39.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rdma-core"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"39.0"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libicu70@70.1-2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"icu"},{"name":"aquasecurity:trivy:SrcRelease","value":"2"},{"name":"aquasecurity:trivy:SrcVersion","value":"70.1"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Unicode"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libidn2-0@2.3.2-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libidn2"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libip4tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libip6tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjansson4","version":"2.13.1-1.1build3","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libjansson4@2.13.1-1.1build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jansson"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.1build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.13.1"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libjq1@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libk5crypto3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkeyutils1@1.6.1-2ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"keyutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.1"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5-3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5support0@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"FSFUL"}},{"license":{"id":"LGPL-2.1-or-later"}}],"purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libksba8@1.6.0-2ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libksba"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libldap-2.5-0@2.5.20+dfsg-0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openldap"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.20+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldap-common","version":"2.5.20+dfsg-0ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libldap-common@2.5.20+dfsg-0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openldap"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.20+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldb2","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libldb2@2:2.4.4-0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"ldb"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.4"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"liblmdb0@0.9.24-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lmdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.24"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblz4-1@1.9.3-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lz4"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.3"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"name":"PD"}},{"license":{"name":"probably-PD"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"Autoconf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"none"}},{"license":{"name":"config-h"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"noderivs"}},{"license":{"name":"PD-debian"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblzma5@5.2.5-2ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xz-utils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.2.5"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"id":"ISC"}},{"license":{"id":"Beerware"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libmd0@1.0.4-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libmnl0@1.0.4-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libmount1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libmpdec3@2.5.1-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mpdecimal"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncurses6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncurses6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncursesw6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncursesw6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libnetfilter-conntrack3@1.0.9-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnetfilter-conntrack"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnettle8@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libnfnetlink0@1.0.1-3build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnfnetlink"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libnftnl11@1.2.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnftnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"all-permissive"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libnghttp2-14@1.43.0-1ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nghttp2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnl-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libnl-3-200@3.5.0-0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnl3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnl-route-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libnl-route-3-200@3.5.0-0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnl3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libnpth0@1.6-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"npth"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"GPL-3--autoconf-exception"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"GPL-2--autoconf-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2--libtool-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnsl2@1.3.0-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libonig5@6.9.7.1-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libonig"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.9.7.1"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-IBM"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"same-as-rest-of-p11kit"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libp11-kit0@0.24.0-6build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"p11-kit"},{"name":"aquasecurity:trivy:SrcRelease","value":"6build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.24.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules-bin@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-runtime@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam0g@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre2-8-0@10.39-3ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pcre2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre3@2:8.39-13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"pcre3"},{"name":"aquasecurity:trivy:SrcRelease","value":"13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"name":"X-Consortium"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libpopt0@1.18-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"popt"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.18"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libprocps8@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libpsl5@0.21.0-1.2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libpsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.21.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3-stdlib@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-stdlib@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10","version":"3.10.12-1~22.04.15","purl":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librados2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Creative-Commons-Attribution-Share-Alike-3.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Public-domain"}},{"license":{"name":"Boost-Software-License--Version-1.0"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"GPL-3-OpenSSL"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"APSL-2.0"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"librados2@17.2.9-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ceph"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"17.2.9"}]},{"bom-ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librdmacm1","version":"39.0-1","licenses":[{"license":{"name":"BSD-MIT"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}}],"purl":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"librdmacm1@39.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rdma-core"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"39.0"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libreadline8@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"librtmp1@2.4+20151223.gitfa8646d.1-2build4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rtmpdump"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build4"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4+20151223.gitfa8646d.1"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-2@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-modules","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-modules@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libseccomp2@2.5.3-2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libseccomp"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libselinux1@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libselinux"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage-common@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage2@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsepol2@3.3-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsepol"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsmartcols1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsmbclient","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libsmbclient@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libsqlite3-0@3.37.2-2ubuntu0.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sqlite3"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libss2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libss2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"name":"LGPL-2.1--OpenSSL"}},{"license":{"name":"public-domain"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"libssh-4@0.9.6-2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libssh"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.6"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libssl3@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libstdc++6@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsystemd0@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtalloc2","version":"2.3.3-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libtalloc2@2.3.3-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"talloc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtasn1-6@4.18.0-4ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtasn1-6"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.18.0"}]},{"bom-ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtdb1","version":"1.4.5-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libtdb1@1.4.5-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.5"}]},{"bom-ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtevent0","version":"0.11.0-1build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libtevent0@0.11.0-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tevent"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.11.0"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtinfo6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc-common@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc3@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libudev1@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"FreeSoftware"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"name":"GPL-2.0-or-later WITH distribution-exception"}},{"license":{"id":"MIT"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.2-only"}}],"purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libunistring2@1.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libunistring"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0"}]},{"bom-ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liburing2","version":"2.1-2build1","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"liburing2@2.1-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"liburing"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libuuid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libwbclient0","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libwbclient0@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"name":"MIT-1"}},{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libxml2@2.9.13+dfsg-1ubuntu0.11"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libxml2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.11"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.9.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libxtables12@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libxxhash0@0.8.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xxhash"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libyaml-0-2","version":"0.2.2-1build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"permissive"}}],"purl":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"libyaml-0-2@0.2.2-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libyaml"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.2.2"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libzstd1@1.4.8+dfsg-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libzstd"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.8+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"login@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"logrotate@3.19.0-1ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"logrotate"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.19.0"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"logsave@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-base@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-release@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mawk@1.3.4.20200120-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mawk"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.4.20200120"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"media-types@7.0.0"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"media-types"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mount@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-base@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-bin@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"net-tools","version":"1.60+git20181103.0eebece-1ubuntu5.4","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"net-tools@1.60+git20181103.0eebece-1ubuntu5.4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"net-tools"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.4"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.60+git20181103.0eebece"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"netbase@6.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netbase"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"netcat-openbsd@1.218-4ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netcat-openbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.218"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"openssl","version":"3.0.2-0ubuntu1.23","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"openssl@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"passwd@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"MIT"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"GPL-2.0-only WITH bison-exception+"}},{"license":{"name":"Unicode"}},{"license":{"name":"BZIP"}},{"license":{"id":"Zlib"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"BSD-3-Clause WITH weird-numbering"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Artistic-2"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"HSIEH-BSD"}}],"purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"perl-base@5.34.0-3ubuntu1.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"perl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.34.0"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"X11"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"pinentry-curses@1.1.1-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pinentry"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1.1"}]},{"bom-ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"procps@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-certifi","version":"2020.6.20-1","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-certifi@2020.6.20-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-certifi"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2020.6.20"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-cffi-backend","version":"1.15.0-1build2","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-cffi-backend@1.15.0-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-cffi"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.15.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-chardet","version":"4.0.0-1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-chardet@4.0.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"chardet"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-cryptography","version":"3.4.8-1ubuntu2.4","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-cryptography@3.4.8-1ubuntu2.4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-cryptography"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.4"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.4.8"}]},{"bom-ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-dnspython","version":"2.1.0-1ubuntu1","purl":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-dnspython@2.1.0-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dnspython"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-gpg","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-gpg@1.16.0-1.2ubuntu4.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gpgme1.0"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu4.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.16.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-idna","version":"3.3-1ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"PSF-2"}},{"license":{"name":"Unicode"}}],"purl":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-idna@3.3-1ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-idna"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-importlib-metadata","version":"4.6.4-1","licenses":[{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-importlib-metadata@4.6.4-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-importlib-metadata"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.6.4"}]},{"bom-ref":"pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-ldb","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-ldb@2:2.4.4-0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"ldb"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.4"}]},{"bom-ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-markdown","version":"3.3.6-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"MIT"}},{"license":{"name":"etree13"}}],"purl":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-markdown@3.3.6-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-markdown"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.6"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-minimal","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-minimal@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-more-itertools","version":"8.10.0-2","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-more-itertools@8.10.0-2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"more-itertools"},{"name":"aquasecurity:trivy:SrcRelease","value":"2"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.10.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"setuptools"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"59.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-pygments","version":"2.11.2+dfsg-2ubuntu0.1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"ISO-1986"}}],"purl":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-pygments@2.11.2+dfsg-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pygments"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.11.2+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-requests-toolbelt","version":"0.9.1-1","licenses":[{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-requests-toolbelt@0.9.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-requests-toolbelt"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.1"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-requests","version":"2.25.1+dfsg-2ubuntu0.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-requests@2.25.1+dfsg-2ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"requests"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.25.1+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-samba","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-samba@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-six","version":"1.16.0-3ubuntu1","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-six@1.16.0-3ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"six"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.16.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-talloc","version":"2.3.3-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-talloc@2.3.3-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"talloc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.3"}]},{"bom-ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-tdb","version":"1.4.5-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-tdb@1.4.5-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.5"}]},{"bom-ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-urllib3","version":"1.26.5-1~exp1ubuntu0.6","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"PSF-2"}}],"purl":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-urllib3@1.26.5-1~exp1ubuntu0.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-urllib3"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~exp1ubuntu0.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.26.5"}]},{"bom-ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-yaml","version":"5.4.1-1ubuntu1","purl":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-yaml@5.4.1-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pyyaml"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.4.1"}]},{"bom-ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-zipp","version":"1.0.0-3ubuntu0.1","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3-zipp@1.0.0-3ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-zipp"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"python3@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"readline-common@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"rsyslog@8.2112.0-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rsyslog"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.2112.0"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-common-bin","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"samba-common-bin@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-common","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"samba-common@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-dsdb-modules","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"samba-dsdb-modules@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-libs","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"samba-libs@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-vfs-modules","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"samba-vfs-modules@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"samba@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sed@4.8-1ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sed"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sensible-utils@0.0.17"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sensible-utils"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.0.17"}]},{"bom-ref":"pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"smbclient","version":"2:4.15.13+dfsg-0ubuntu1.10","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"smbclient@2:4.15.13+dfsg-0ubuntu1.10"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.10"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"name":"BSD-derived"}},{"license":{"name":"RDFLIB"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Medusa"}},{"license":{"name":"BSD-Derived"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"supervisor@4.2.1-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"supervisor"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sysvinit-utils@3.01-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sysvinit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.01"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"tar@1.34+dfsg-1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tar"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.34+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"tdb-tools","version":"1.4.5-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"tdb-tools@1.4.5-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.5"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Dimitri John Ledkov "},"name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ubuntu-keyring@2021.03.26"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ubuntu-keyring"},{"name":"aquasecurity:trivy:SrcVersion","value":"2021.03.26"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:e6bdf78f20cc958cc6894c9f39193e5fd77595b1321b3fe39c99965a8ddb41b4"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:7b02b90d68ba22fec0b4b08571662c162a1817283813a0c14e19986b7c70eb49"},{"name":"aquasecurity:trivy:PkgID","value":"ucf@3.0043"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ucf"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0043"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"usrmerge@25ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"usrmerge"},{"name":"aquasecurity:trivy:SrcVersion","value":"25ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"util-linux@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Wazuh, Inc "},"name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:294f532a1588359110b7f3fae8972d90e5d4014216ed762b784e321a09adf8ad"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:a35e9760bfd269e06f6540dfb70ddcdb675de330a0c6aa6ca3416631f7cb256c"},{"name":"aquasecurity:trivy:PkgID","value":"wazuh-agent@4.12.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"wazuh-agent"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.12.0"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"purl":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"zlib1g@1:1.2.11.dfsg-2ubuntu9.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"zlib"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu9.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.11.dfsg"}]}],"dependencies":[{"ref":"7cb76ae6-1768-4455-9bb3-f71c37812e55","dependsOn":["pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.6?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.16?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.10?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.10?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:oci/aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-fileshare","dependsOn":["7cb76ae6-1768-4455-9bb3-f71c37812e55"]}],"vulnerabilities":[]} +{"$schema":"http://cyclonedx.org/schema/bom-1.6.schema.json","bomFormat":"CycloneDX","specVersion":"1.6","serialNumber":"urn:uuid:1f504fc9-d9f4-4dd6-99f7-be86f29509ce","version":1,"metadata":{"timestamp":"2026-06-12T12:25:52+00:00","tools":{"components":[{"type":"application","manufacturer":{"name":"Aqua Security Software Ltd."},"group":"aquasecurity","name":"trivy","version":"0.70.0"}]},"component":{"bom-ref":"pkg:oci/aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-fileshare","type":"container","name":"aptl-fileshare:latest","purl":"pkg:oci/aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-fileshare","properties":[{"name":"aquasecurity:trivy:DiffID","value":"sha256:07ab72426629884d907d8b782e68f9dece9166e37dedaf18b1bd7acc76547a48"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:1f53b53829635a46e3f7912f2b91dac36fb1787c1e06ba11b3b43e140f03bf16"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:25583e0793fbf204f7bfd5e3ec06e5fb243d58cd3a4599d9679c600790dfb11d"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:36d5a316985a823bcf913e8825518dba06cb6e5c16f3ec97b484ea10852fc9e7"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:6c8330d8e028448289ebe63ecbafba5b0f366c0d4abfb4d1138e1809ceae05f3"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:9b214b9d4e2363d3108f52bc30f37575addfbbf681f17ebd381ad75b26fbec15"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:9b33e9992d4397410f99bd2a7ae48c331eb152ee75e55be3c5fa34fe31572497"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:a12f81844d206a93525e6df943c96870ec0a951cbd4f218961842efdbe4b670d"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:c5f9686164c4e9b07705c8ae15f95654638952eeeca28d491521033c00911da4"},{"name":"aquasecurity:trivy:DiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:ImageID","value":"sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.project","value":"aptl"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.service","value":"fileshare"},{"name":"aquasecurity:trivy:Labels:com.docker.compose.version","value":"5.1.3"},{"name":"aquasecurity:trivy:Labels:org.opencontainers.image.version","value":"22.04"},{"name":"aquasecurity:trivy:Reference","value":"aptl-fileshare:latest"},{"name":"aquasecurity:trivy:RepoDigest","value":"aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96"},{"name":"aquasecurity:trivy:RepoTag","value":"aptl-fileshare:latest"},{"name":"aquasecurity:trivy:SchemaVersion","value":"2"},{"name":"aquasecurity:trivy:Size","value":"334797824"}]}},"components":[{"bom-ref":"4b916230-f1b7-4347-bdb2-a43da4b420f6","type":"operating-system","name":"ubuntu","version":"22.04","properties":[{"name":"aquasecurity:trivy:Class","value":"os-pkgs"},{"name":"aquasecurity:trivy:Type","value":"ubuntu"}]},{"bom-ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"adduser","version":"3.118ubuntu5","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"adduser@3.118ubuntu5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"adduser"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.118ubuntu5"}]},{"bom-ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"apt","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"apt@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"attr","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"attr@1:2.5.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"attr"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"base-files","version":"12ubuntu4.7","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-files@12ubuntu4.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-files"},{"name":"aquasecurity:trivy:SrcVersion","value":"12ubuntu4.7"}]},{"bom-ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Colin Watson "},"name":"base-passwd","version":"3.5.52build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"base-passwd@3.5.52build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"base-passwd"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.52build1"}]},{"bom-ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bash","version":"5.1-6ubuntu1.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bash@5.1-6ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bash"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.1"}]},{"bom-ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"bsdutils","version":"1:2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"bsdutils@1:2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ca-certificates","version":"20240203~22.04.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"MPL-2.0"}}],"purl":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"ca-certificates@20240203~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ca-certificates"},{"name":"aquasecurity:trivy:SrcVersion","value":"20240203~22.04.1"}]},{"bom-ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"coreutils","version":"8.32-4.1ubuntu1.3","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"coreutils@8.32-4.1ubuntu1.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"coreutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"4.1ubuntu1.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.32"}]},{"bom-ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"cron","version":"3.0pl1-137ubuntu3","licenses":[{"license":{"name":"Paul-Vixie-s-license"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"ISC"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"cron@3.0pl1-137ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cron"},{"name":"aquasecurity:trivy:SrcRelease","value":"137ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0pl1"}]},{"bom-ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"curl","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"curl@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dash","version":"0.5.11+git20210903+057cd650a4ed-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"FSFULLR"}},{"license":{"id":"FSFUL"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dash@0.5.11+git20210903+057cd650a4ed-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dash"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.5.11+git20210903+057cd650a4ed"}]},{"bom-ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dbus","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"AFL-2.1"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"dbus@1.12.20-2ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dbus"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.12.20"}]},{"bom-ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debconf","version":"1.5.79ubuntu1","licenses":[{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debconf@1.5.79ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.5.79ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"debianutils","version":"5.5-1ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"debianutils@5.5-1ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"debianutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.5"}]},{"bom-ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"diffutils","version":"1:3.8-0ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"diffutils@1:3.8-0ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"diffutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.8"}]},{"bom-ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dirmngr","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"dirmngr@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"distro-info-data","version":"0.52ubuntu0.12","licenses":[{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"distro-info-data@0.52ubuntu0.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"distro-info-data"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.52ubuntu0.12"}]},{"bom-ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"dpkg","version":"1.21.1ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain-s-s-d"}},{"license":{"name":"public-domain-md5"}}],"purl":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"dpkg@1.21.1ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dpkg"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.21.1ubuntu2.6"}]},{"bom-ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"e2fsprogs","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"e2fsprogs@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"findutils","version":"4.8.0-1ubuntu3","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"findutils@4.8.0-1ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"findutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.0"}]},{"bom-ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"gcc-12-base","version":"12.3.0-1ubuntu1~22.04.3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.2-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"LGPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gcc-12-base@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-l10n","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-l10n@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg-utils","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg-utils@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gnupg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gnupg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-agent","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-agent@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-client","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-client@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg-wks-server","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gpg-wks-server@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpg","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gpg@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgconf","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gpgconf@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgsm","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"gpgsm@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gpgv","version":"2.2.27-3ubuntu2.5","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"permissive"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"name":"RFC-Reference"}},{"license":{"name":"TinySCHEME"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gpgv@2.2.27-3ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnupg2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.2.27"}]},{"bom-ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"grep","version":"3.7-1build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"grep@3.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"grep"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7"}]},{"bom-ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"gzip","version":"1.10-4ubuntu4.1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GFDL-1.3--no-invariant"}},{"license":{"name":"FSF-manpages"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GFDL-3"}}],"purl":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"gzip@1.10-4ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gzip"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.10"}]},{"bom-ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"hostname","version":"3.23ubuntu2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"hostname@3.23ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"hostname"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.23ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ibverbs-providers","version":"39.0-1","licenses":[{"license":{"name":"BSD-MIT"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}}],"purl":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"ibverbs-providers@39.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rdma-core"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"39.0"}]},{"bom-ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"init-system-helpers","version":"1.62","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"init-system-helpers@1.62"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"init-system-helpers"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.62"}]},{"bom-ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"iptables","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"iptables@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"jq","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"jq@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libacl1","version":"2.3.1-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libacl1@2.3.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"acl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.1"}]},{"bom-ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libapparmor1","version":"3.0.4-2ubuntu2.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libapparmor1@3.0.4-2ubuntu2.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apparmor"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libapt-pkg6.0","version":"2.4.14","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libapt-pkg6.0@2.4.14"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"apt"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.14"}]},{"bom-ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libarchive13","version":"3.6.0-1ubuntu1.7","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"BSD-4-clause-UCB"}},{"license":{"name":"BSD-1-clause-UCB"}},{"license":{"id":"MIT"}},{"license":{"name":"BSD-124-clause-UCB"}},{"license":{"name":"PD"}},{"license":{"name":"BSD-3-clause-UCB"}}],"purl":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libarchive13@3.6.0-1ubuntu1.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libarchive"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libassuan0","version":"2.5.5-1build1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"GAP-FSF"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"name":"GPL-2.0-or-later WITH libtool-exception"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"GAP"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libassuan0@2.5.5-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libassuan"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.5"}]},{"bom-ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libattr1","version":"1:2.5.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libattr1@1:2.5.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"attr"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit-common","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit-common@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libaudit1","version":"1:3.0.7-1build1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libaudit1@1:3.0.7-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"audit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.7"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libavahi-client3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libavahi-client3@0.8-5ubuntu5.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"avahi"},{"name":"aquasecurity:trivy:SrcRelease","value":"5ubuntu5.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libavahi-common-data","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libavahi-common-data@0.8-5ubuntu5.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"avahi"},{"name":"aquasecurity:trivy:SrcRelease","value":"5ubuntu5.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libavahi-common3","version":"0.8-5ubuntu5.5","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libavahi-common3@0.8-5ubuntu5.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"avahi"},{"name":"aquasecurity:trivy:SrcRelease","value":"5ubuntu5.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libblkid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libblkid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libboost-iostreams1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"BSL-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"Zlib"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"SGI"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"BSD3-DEShaw"}},{"license":{"name":"HP"}},{"license":{"id":"Python-2.0"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"BSD3-Google"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"Spencer"}},{"license":{"name":"Caramel"}}],"purl":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libboost-iostreams1.74.0@1.74.0-14ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"boost1.74"},{"name":"aquasecurity:trivy:SrcRelease","value":"14ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.74.0"}]},{"bom-ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libboost-thread1.74.0","version":"1.74.0-14ubuntu3","licenses":[{"license":{"id":"BSL-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"Zlib"}},{"license":{"name":"OldBoost1"}},{"license":{"name":"OldBoost2"}},{"license":{"name":"SGI"}},{"license":{"id":"Jam"}},{"license":{"id":"MIT"}},{"license":{"name":"CrystalClear"}},{"license":{"name":"BSD3-DEShaw"}},{"license":{"name":"HP"}},{"license":{"id":"Python-2.0"}},{"license":{"name":"OldBoost3"}},{"license":{"name":"BSD3-Google"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"Kempf"}},{"license":{"name":"NIST"}},{"license":{"name":"Spencer"}},{"license":{"name":"Caramel"}}],"purl":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libboost-thread1.74.0@1.74.0-14ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"boost1.74"},{"name":"aquasecurity:trivy:SrcRelease","value":"14ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.74.0"}]},{"bom-ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbrotli1","version":"1.0.9-2build6","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libbrotli1@1.0.9-2build6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"brotli"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbsd0","version":"0.11.5-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-4-clause-Niels-Provos"}},{"license":{"name":"BSD-4-clause-Christopher-G-Demetriou"}},{"license":{"name":"BSD-3-clause-Regents"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"name":"BSD-3-clause-author"}},{"license":{"name":"BSD-3-clause-John-Birrell"}},{"license":{"name":"BSD-5-clause-Peter-Wemm"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"BSD-2-clause-verbatim"}},{"license":{"name":"BSD-2-clause-author"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-Original"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"Beerware"}}],"purl":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libbsd0@0.11.5-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.11.5"}]},{"bom-ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libbz2-1.0","version":"1.0.8-5build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libbz2-1.0@1.0.8-5build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"bzip2"},{"name":"aquasecurity:trivy:SrcRelease","value":"5build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.8"}]},{"bom-ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc-bin","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc-bin@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libc6","version":"2.35-0ubuntu3.13","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libc6@2.35-0ubuntu3.13"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glibc"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.13"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.35"}]},{"bom-ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap-ng0","version":"0.7.9-2.2build3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap-ng0@0.7.9-2.2build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libcap-ng"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.2build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.7.9"}]},{"bom-ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcap2","version":"1:2.44-1ubuntu0.22.04.3","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcap2@1:2.44-1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libcap2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.44"}]},{"bom-ref":"pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcbor0.8","version":"0.8.0-2ubuntu1","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libcbor0.8@0.8.0-2ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libcbor"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8.0"}]},{"bom-ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcephfs2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Creative-Commons-Attribution-Share-Alike-3.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Public-domain"}},{"license":{"name":"Boost-Software-License--Version-1.0"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"GPL-3-OpenSSL"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"APSL-2.0"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libcephfs2@17.2.9-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ceph"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"17.2.9"}]},{"bom-ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcom-err2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcom-err2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcrypt1","version":"1:4.4.27-1","purl":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libcrypt1@1:4.4.27-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libxcrypt"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.4.27"}]},{"bom-ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcups2","version":"2.4.1op1-1ubuntu4.20","licenses":[{"license":{"name":"Apache-2.0 WITH GPL2-LGPL2-Exception"}},{"license":{"id":"FSFUL"}},{"license":{"id":"Zlib"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libcups2@2.4.1op1-1ubuntu4.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cups"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu4.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.1op1"}]},{"bom-ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libcurl4","version":"7.81.0-1ubuntu1.24","licenses":[{"license":{"id":"curl"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libcurl4@7.81.0-1ubuntu1.24"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"curl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.24"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.81.0"}]},{"bom-ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdb5.3","version":"5.3.28+dfsg1-0.8ubuntu3","purl":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdb5.3@5.3.28+dfsg1-0.8ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"db5.3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.8ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.3.28+dfsg1"}]},{"bom-ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdbus-1-3","version":"1.12.20-2ubuntu4.1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"AFL-2.1"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-generic"}},{"license":{"name":"Tcl-BSDish"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libdbus-1-3@1.12.20-2ubuntu4.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dbus"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu4.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.12.20"}]},{"bom-ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libdebconfclient0","version":"0.261ubuntu1","purl":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libdebconfclient0@0.261ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cdebconf"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.261ubuntu1"}]},{"bom-ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libedit2","version":"3.1-20210910-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libedit2@3.1-20210910-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libedit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.1-20210910"}]},{"bom-ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libestr0","version":"0.1.10-2.1build3","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libestr0@0.1.10-2.1build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libestr"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.1.10"}]},{"bom-ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libexpat1","version":"2.4.7-1ubuntu0.7","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libexpat1@2.4.7-1ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"expat"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.7"}]},{"bom-ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libext2fs2","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libext2fs2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libfastjson4","version":"0.99.9-1build2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libfastjson4@0.99.9-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libfastjson"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.99.9"}]},{"bom-ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libffi8","version":"3.4.2-4","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libffi8@3.4.2-4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libffi"},{"name":"aquasecurity:trivy:SrcRelease","value":"4"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.4.2"}]},{"bom-ref":"pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libfido2-1","version":"1.10.0-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"ISC"}},{"license":{"name":"public-domain"}}],"purl":"pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libfido2-1@1.10.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libfido2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.10.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libgcc-s1","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcc-s1@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgcrypt20","version":"1.9.4-3ubuntu3","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgcrypt20@1.9.4-3ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgcrypt20"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.4"}]},{"bom-ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgfapi0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libgfapi0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgfrpc0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libgfrpc0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgfxdr0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libgfxdr0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libglusterfs0","version":"10.1-1ubuntu0.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libglusterfs0@10.1-1ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"glusterfs"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.1"}]},{"bom-ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgmp10","version":"2:6.2.1+dfsg-3ubuntu1","licenses":[{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgmp10@2:6.2.1+dfsg-3ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"gmp"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.2.1+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgnutls30","version":"3.7.3-4ubuntu1.8","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgnutls30@3.7.3-4ubuntu1.8"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gnutls28"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1.8"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgpg-error0","version":"1.43-3","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"g10-permissive"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgpg-error0@1.43-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libgpg-error"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43"}]},{"bom-ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgpgme11","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libgpgme11@1.16.0-1.2ubuntu4.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gpgme1.0"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu4.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.16.0"}]},{"bom-ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libgssapi-krb5-2","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libgssapi-krb5-2@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libhogweed6","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libhogweed6@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libibverbs1","version":"39.0-1","licenses":[{"license":{"name":"BSD-MIT"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}}],"purl":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libibverbs1@39.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rdma-core"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"39.0"}]},{"bom-ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libicu70","version":"70.1-2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libicu70@70.1-2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"icu"},{"name":"aquasecurity:trivy:SrcRelease","value":"2"},{"name":"aquasecurity:trivy:SrcVersion","value":"70.1"}]},{"bom-ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libidn2-0","version":"2.3.2-2build1","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Unicode"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libidn2-0@2.3.2-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libidn2"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip4tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libip4tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libip6tc2","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libip6tc2@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjansson4","version":"2.13.1-1.1build3","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libjansson4@2.13.1-1.1build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jansson"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.1build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.13.1"}]},{"bom-ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libjq1","version":"1.6-2.1ubuntu3.2","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"CC-BY-3.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libjq1@1.6-2.1ubuntu3.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"jq"},{"name":"aquasecurity:trivy:SrcRelease","value":"2.1ubuntu3.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libk5crypto3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libk5crypto3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkeyutils1","version":"1.6.1-2ubuntu3","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkeyutils1@1.6.1-2ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"keyutils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.1"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5-3","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5-3@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libkrb5support0","version":"1.19.2-2ubuntu0.7","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libkrb5support0@1.19.2-2ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"krb5"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.19.2"}]},{"bom-ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libksba8","version":"1.6.0-2ubuntu0.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"FSFUL"}},{"license":{"id":"LGPL-2.1-or-later"}}],"purl":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libksba8@1.6.0-2ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libksba"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldap-2.5-0","version":"2.5.20+dfsg-0ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libldap-2.5-0@2.5.20+dfsg-0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openldap"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.20+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldap-common","version":"2.5.20+dfsg-0ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libldap-common@2.5.20+dfsg-0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openldap"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.20+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libldb2","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libldb2@2:2.4.4-0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"ldb"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.4"}]},{"bom-ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblmdb0","version":"0.9.24-1build2","licenses":[{"license":{"name":"OpenLDAP-2.8"}}],"purl":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"liblmdb0@0.9.24-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lmdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.24"}]},{"bom-ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblz4-1","version":"1.9.3-2build2","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblz4-1@1.9.3-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lz4"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.9.3"}]},{"bom-ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liblzma5","version":"5.2.5-2ubuntu1","licenses":[{"license":{"name":"PD"}},{"license":{"name":"probably-PD"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"Autoconf"}},{"license":{"name":"permissive-nowarranty"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"none"}},{"license":{"name":"config-h"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"name":"noderivs"}},{"license":{"name":"PD-debian"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"liblzma5@5.2.5-2ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xz-utils"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.2.5"}]},{"bom-ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmd0","version":"1.0.4-1build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"BSD-3-clause-Aaron-D-Gifford"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-2-Clause-NetBSD"}},{"license":{"id":"ISC"}},{"license":{"id":"Beerware"}},{"license":{"name":"public-domain-md4"}},{"license":{"name":"public-domain-md5"}},{"license":{"name":"public-domain-sha1"}}],"purl":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libmd0@1.0.4-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmd"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmnl0","version":"1.0.4-3build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libmnl0@1.0.4-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libmnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.4"}]},{"bom-ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmount1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libmount1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libmpdec3","version":"2.5.1-2build2","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libmpdec3@2.5.1-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mpdecimal"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.1"}]},{"bom-ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncurses6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncurses6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libncursesw6","version":"6.3-2ubuntu0.1","purl":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libncursesw6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnetfilter-conntrack3","version":"1.0.9-1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libnetfilter-conntrack3@1.0.9-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnetfilter-conntrack"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnettle8","version":"3.7.3-1build2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"MIT"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GAP"}}],"purl":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnettle8@3.7.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nettle"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.7.3"}]},{"bom-ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnfnetlink0","version":"1.0.1-3build3","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libnfnetlink0@1.0.1-3build3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnfnetlink"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnftnl11","version":"1.2.1-1build1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libnftnl11@1.2.1-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnftnl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnghttp2-14","version":"1.43.0-1ubuntu0.3","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"all-permissive"}},{"license":{"name":"GPL-3.0-only WITH autoconf-exception+"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"SIL-OFL-1.1"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libnghttp2-14@1.43.0-1ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"nghttp2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.43.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnl-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libnl-3-200@3.5.0-0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnl3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnl-route-3-200","version":"3.5.0-0.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libnl-route-3-200@3.5.0-0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnl3"},{"name":"aquasecurity:trivy:SrcRelease","value":"0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.5.0"}]},{"bom-ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnpth0","version":"1.6-3build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libnpth0@1.6-3build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"npth"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.6"}]},{"bom-ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libnsl2","version":"1.3.0-2build2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-fsf"}},{"license":{"name":"permissive-makefile-in"}},{"license":{"name":"permissive-autoconf-m4-no-warranty"}},{"license":{"name":"GPL-3--autoconf-exception"}},{"license":{"name":"permissive-configure"}},{"license":{"name":"GPL-2--autoconf-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"GPL-2--libtool-exception"}},{"license":{"name":"permissive-autoconf-m4"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libnsl2@1.3.0-2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libnsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libonig5","version":"6.9.7.1-2build1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libonig5@6.9.7.1-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libonig"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.9.7.1"}]},{"bom-ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libp11-kit0","version":"0.24.0-6build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"permissive-like-automake-output"}},{"license":{"id":"ISC"}},{"license":{"name":"ISC-IBM"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"same-as-rest-of-p11kit"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libp11-kit0@0.24.0-6build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"p11-kit"},{"name":"aquasecurity:trivy:SrcRelease","value":"6build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.24.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules-bin","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules-bin@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-modules","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-modules@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam-runtime","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam-runtime@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpam0g","version":"1.4.0-11ubuntu2.6","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpam0g@1.4.0-11ubuntu2.6"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pam"},{"name":"aquasecurity:trivy:SrcRelease","value":"11ubuntu2.6"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre2-8-0","version":"10.39-3ubuntu0.1","purl":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre2-8-0@10.39-3ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pcre2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"10.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpcre3","version":"2:8.39-13ubuntu0.22.04.1","purl":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libpcre3@2:8.39-13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"pcre3"},{"name":"aquasecurity:trivy:SrcRelease","value":"13ubuntu0.22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.39"}]},{"bom-ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpopt0","version":"1.18-3build1","licenses":[{"license":{"name":"X-Consortium"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libpopt0@1.18-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"popt"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.18"}]},{"bom-ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libprocps8","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libprocps8@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpsl5","version":"0.21.0-1.2build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"Chromium"}}],"purl":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libpsl5@0.21.0-1.2build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libpsl"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.21.0"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3-stdlib","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3-stdlib@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10-stdlib","version":"3.10.12-1~22.04.15","purl":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10-stdlib@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libpython3.10","version":"3.10.12-1~22.04.15","purl":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libpython3.10@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librados2","version":"17.2.9-0ubuntu0.22.04.3","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Creative-Commons-Attribution-Share-Alike-3.0"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Public-domain"}},{"license":{"name":"Boost-Software-License--Version-1.0"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"name":"public-domain"}},{"license":{"name":"Boost-Software-License-1.0"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"GPL-3-OpenSSL"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"APSL-2.0"}},{"license":{"id":"CC-BY-SA-3.0"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"librados2@17.2.9-0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ceph"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"17.2.9"}]},{"bom-ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librdmacm1","version":"39.0-1","licenses":[{"license":{"name":"BSD-MIT"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"CPL-1.0"}}],"purl":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"librdmacm1@39.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rdma-core"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"39.0"}]},{"bom-ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libreadline8","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libreadline8@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"librtmp1","version":"2.4+20151223.gitfa8646d.1-2build4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"librtmp1@2.4+20151223.gitfa8646d.1-2build4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rtmpdump"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build4"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4+20151223.gitfa8646d.1"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-2","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-2@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-modules-db","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-modules-db@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsasl2-modules","version":"2.1.27+dfsg2-3ubuntu1.2","licenses":[{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"OpenSSL"}},{"license":{"name":"SSLeay"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause-UC"}},{"license":{"id":"RSA-MD"}},{"license":{"id":"MIT-CMU"}},{"license":{"name":"BSD-4-clause and IBM-as-is"}},{"license":{"name":"BSD-3-clause-JANET"}},{"license":{"name":"BSD-3-clause-PADL"}},{"license":{"name":"MIT-OpenVision"}},{"license":{"name":"OpenLDAP"}},{"license":{"id":"FSFULLR"}},{"license":{"name":"MIT-Export"}},{"license":{"name":"BSD-2.2-clause"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"name":"IBM-as-is"}}],"purl":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libsasl2-modules@2.1.27+dfsg2-3ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"cyrus-sasl2"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.27+dfsg2"}]},{"bom-ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libseccomp2","version":"2.5.3-2ubuntu3~22.04.1","licenses":[{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libseccomp2@2.5.3-2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libseccomp"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu3~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.5.3"}]},{"bom-ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libselinux1","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libselinux1@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libselinux"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage-common","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage-common@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsemanage2","version":"3.3-1build2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsemanage2@3.3-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsemanage"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsepol2","version":"3.3-1build1","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsepol2@3.3-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libsepol"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsmartcols1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsmartcols1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsmbclient","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libsmbclient@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsqlite3-0","version":"3.37.2-2ubuntu0.5","licenses":[{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libsqlite3-0@3.37.2-2ubuntu0.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sqlite3"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libss2","version":"1.46.5-2ubuntu1.2","purl":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libss2@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssh-4","version":"0.9.6-2ubuntu0.22.04.7","licenses":[{"license":{"name":"LGPL-2.1--OpenSSL"}},{"license":{"name":"public-domain"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"libssh-4@0.9.6-2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libssh"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.22.04.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.6"}]},{"bom-ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libssl3","version":"3.0.2-0ubuntu1.23","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"GPL-1.0-only"}}],"purl":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libssl3@3.0.2-0ubuntu1.23"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.23"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Core developers "},"name":"libstdc++6","version":"12.3.0-1ubuntu1~22.04.3","purl":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libstdc++6@12.3.0-1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gcc-12"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1~22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"12.3.0"}]},{"bom-ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libsystemd0","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libsystemd0@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtalloc2","version":"2.3.3-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libtalloc2@2.3.3-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"talloc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.3"}]},{"bom-ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtasn1-6","version":"4.18.0-4ubuntu0.2","licenses":[{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-only"}}],"purl":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtasn1-6@4.18.0-4ubuntu0.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtasn1-6"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu0.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.18.0"}]},{"bom-ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtdb1","version":"1.4.5-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libtdb1@1.4.5-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.5"}]},{"bom-ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtevent0","version":"0.11.0-1build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libtevent0@0.11.0-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tevent"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.11.0"}]},{"bom-ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtinfo6","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtinfo6@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc-common","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc-common@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libtirpc3","version":"1.3.2-2ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"--AUTO-PERMISSIVE--"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"PERMISSIVE"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libtirpc3@1.3.2-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libtirpc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.2"}]},{"bom-ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libudev1","version":"249.11-0ubuntu3.20","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"CC0-1.0"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"MIT"}},{"license":{"name":"public-domain"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libudev1@249.11-0ubuntu3.20"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"systemd"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu3.20"},{"name":"aquasecurity:trivy:SrcVersion","value":"249.11"}]},{"bom-ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libunistring2","version":"1.0-1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"FreeSoftware"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"GFDL-1.2-or-later"}},{"license":{"name":"GPL-2.0-or-later WITH distribution-exception"}},{"license":{"id":"MIT"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GFDL-1.2-only"}}],"purl":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libunistring2@1.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libunistring"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0"}]},{"bom-ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"liburing2","version":"2.1-2build1","licenses":[{"license":{"id":"MIT"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"name":"GPL-2.0-only WITH Linux-syscall-note-exception"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"liburing2@2.1-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"liburing"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1"}]},{"bom-ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libuuid1","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libuuid1@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libwbclient0","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libwbclient0@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libx11-6@1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libx11-6","version":"2:1.7.5-1ubuntu0.3","purl":"pkg:deb/ubuntu/libx11-6@1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libx11-6@2:1.7.5-1ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"libx11"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.7.5"}]},{"bom-ref":"pkg:deb/ubuntu/libx11-data@1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libx11-data","version":"2:1.7.5-1ubuntu0.3","purl":"pkg:deb/ubuntu/libx11-data@1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libx11-data@2:1.7.5-1ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"libx11"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.7.5"}]},{"bom-ref":"pkg:deb/ubuntu/libxau6@1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxau6","version":"1:1.0.9-1build5","purl":"pkg:deb/ubuntu/libxau6@1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxau6@1:1.0.9-1build5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libxau"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build5"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.9"}]},{"bom-ref":"pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxcb1","version":"1.14-3ubuntu3","purl":"pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxcb1@1.14-3ubuntu3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libxcb"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.14"}]},{"bom-ref":"pkg:deb/ubuntu/libxdmcp6@1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxdmcp6","version":"1:1.1.3-0ubuntu5","purl":"pkg:deb/ubuntu/libxdmcp6@1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxdmcp6@1:1.1.3-0ubuntu5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"libxdmcp"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu5"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1.3"}]},{"bom-ref":"pkg:deb/ubuntu/libxext6@1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxext6","version":"2:1.3.4-1build1","purl":"pkg:deb/ubuntu/libxext6@1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxext6@2:1.3.4-1build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"libxext"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.4"}]},{"bom-ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxml2","version":"2.9.13+dfsg-1ubuntu0.11","licenses":[{"license":{"name":"MIT-1"}},{"license":{"id":"ISC"}}],"purl":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxml2@2.9.13+dfsg-1ubuntu0.11"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libxml2"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.11"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.9.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/libxmuu1@1.1.3-3?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxmuu1","version":"2:1.1.3-3","purl":"pkg:deb/ubuntu/libxmuu1@1.1.3-3?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxmuu1@2:1.1.3-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"libxmu"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1.3"}]},{"bom-ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxtables12","version":"1.8.7-1ubuntu5.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"custom"}}],"purl":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libxtables12@1.8.7-1ubuntu5.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"iptables"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.8.7"}]},{"bom-ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libxxhash0","version":"0.8.1-1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libxxhash0@0.8.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"xxhash"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libyaml-0-2","version":"0.2.2-1build2","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"permissive"}}],"purl":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"libyaml-0-2@0.2.2-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libyaml"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.2.2"}]},{"bom-ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"libzstd1","version":"1.4.8+dfsg-3build1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"Zlib"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"libzstd1@1.4.8+dfsg-3build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"libzstd"},{"name":"aquasecurity:trivy:SrcRelease","value":"3build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.8+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"login","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"login@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logrotate","version":"3.19.0-1ubuntu1.1","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"logrotate@3.19.0-1ubuntu1.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"logrotate"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.19.0"}]},{"bom-ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"logsave","version":"1.46.5-2ubuntu1.2","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"logsave@1.46.5-2ubuntu1.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"e2fsprogs"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu1.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.46.5"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-base","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-base@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"lsb-release","version":"11.1.0ubuntu4","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"lsb-release@11.1.0ubuntu4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"lsb"},{"name":"aquasecurity:trivy:SrcVersion","value":"11.1.0ubuntu4"}]},{"bom-ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mawk","version":"1.3.4.20200120-3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mawk@1.3.4.20200120-3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"mawk"},{"name":"aquasecurity:trivy:SrcRelease","value":"3"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.3.4.20200120"}]},{"bom-ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"media-types","version":"7.0.0","licenses":[{"license":{"name":"ad-hoc"}}],"purl":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"media-types@7.0.0"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"media-types"},{"name":"aquasecurity:trivy:SrcVersion","value":"7.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"mount","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"mount@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-base","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-base@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ncurses-bin","version":"6.3-2ubuntu0.1","licenses":[{"license":{"name":"MIT-X11"}},{"license":{"id":"X11"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ncurses-bin@6.3-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ncurses"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"net-tools","version":"1.60+git20181103.0eebece-1ubuntu5.4","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"net-tools@1.60+git20181103.0eebece-1ubuntu5.4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"net-tools"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu5.4"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.60+git20181103.0eebece"}]},{"bom-ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netbase","version":"6.3","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"netbase@6.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netbase"},{"name":"aquasecurity:trivy:SrcVersion","value":"6.3"}]},{"bom-ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"netcat-openbsd","version":"1.218-4ubuntu1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"netcat-openbsd@1.218-4ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"netcat-openbsd"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.218"}]},{"bom-ref":"pkg:deb/ubuntu/openssh-client@8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"openssh-client","version":"1:8.9p1-3ubuntu0.15","licenses":[{"license":{"name":"OpenSSH"}},{"license":{"name":"Mazieres-BSD-style"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"Powell-BSD-style"}},{"license":{"name":"MIT WITH advertising-restriction"}},{"license":{"id":"BSD-2-Clause"}}],"purl":"pkg:deb/ubuntu/openssh-client@8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"openssh-client@1:8.9p1-3ubuntu0.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"openssh"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.9p1"}]},{"bom-ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"openssl","version":"3.0.2-0ubuntu1.25","purl":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"openssl@3.0.2-0ubuntu1.25"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"openssl"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.25"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0.2"}]},{"bom-ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"passwd","version":"1:4.8.1-2ubuntu2.2","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"passwd@1:4.8.1-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"shadow"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8.1"}]},{"bom-ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"perl-base","version":"5.34.0-3ubuntu1.5","licenses":[{"license":{"id":"GPL-1.0-or-later"}},{"license":{"id":"Artistic-2.0"}},{"license":{"id":"MIT"}},{"license":{"name":"REGCOMP"}},{"license":{"name":"GPL-2.0-only WITH bison-exception+"}},{"license":{"name":"Unicode"}},{"license":{"name":"BZIP"}},{"license":{"id":"Zlib"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"RRA-KEEP-THIS-NOTICE"}},{"license":{"name":"BSD-3-Clause WITH weird-numbering"}},{"license":{"id":"CC0-1.0"}},{"license":{"name":"TEXT-TABS"}},{"license":{"name":"BSD-4-clause-POWERDOG"}},{"license":{"name":"BSD-3-clause-GENERIC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"SDBM-PUBLIC-DOMAIN"}},{"license":{"name":"DONT-CHANGE-THE-GPL"}},{"license":{"id":"Artistic-dist"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"GPL-1.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Artistic-2"}},{"license":{"name":"HSIEH-DERIVATIVE"}},{"license":{"name":"HSIEH-BSD"}}],"purl":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"perl-base@5.34.0-3ubuntu1.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"perl"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.34.0"}]},{"bom-ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"pinentry-curses","version":"1.1.1-1build2","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"X11"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"pinentry-curses@1.1.1-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pinentry"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1.1"}]},{"bom-ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"procps","version":"2:3.3.17-6ubuntu2.1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"procps@2:3.3.17-6ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"procps"},{"name":"aquasecurity:trivy:SrcRelease","value":"6ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.17"}]},{"bom-ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-certifi","version":"2020.6.20-1","licenses":[{"license":{"id":"MPL-2.0"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-certifi@2020.6.20-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-certifi"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2020.6.20"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-cffi-backend","version":"1.15.0-1build2","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-cffi-backend@1.15.0-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-cffi"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.15.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-chardet","version":"4.0.0-1","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-2.1-only"}}],"purl":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-chardet@4.0.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"chardet"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-cryptography","version":"3.4.8-1ubuntu2.4","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-cryptography@3.4.8-1ubuntu2.4"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-cryptography"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.4"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.4.8"}]},{"bom-ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-dnspython","version":"2.1.0-1ubuntu1","purl":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-dnspython@2.1.0-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"dnspython"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.1.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-gpg","version":"1.16.0-1.2ubuntu4.2","licenses":[{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-gpg@1.16.0-1.2ubuntu4.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"gpgme1.0"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu4.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.16.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-idna","version":"3.3-1ubuntu0.1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"PSF-2"}},{"license":{"name":"Unicode"}}],"purl":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-idna@3.3-1ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-idna"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3"}]},{"bom-ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-importlib-metadata","version":"4.6.4-1","licenses":[{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-importlib-metadata@4.6.4-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-importlib-metadata"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.6.4"}]},{"bom-ref":"pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-ldb","version":"2:2.4.4-0ubuntu0.22.04.2","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-ldb@2:2.4.4-0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"ldb"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu0.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.4.4"}]},{"bom-ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-markdown","version":"3.3.6-1","licenses":[{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"MIT"}},{"license":{"name":"etree13"}}],"purl":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-markdown@3.3.6-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-markdown"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.3.6"}]},{"bom-ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-minimal","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-minimal@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-more-itertools","version":"8.10.0-2","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-more-itertools@8.10.0-2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"more-itertools"},{"name":"aquasecurity:trivy:SrcRelease","value":"2"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.10.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-pkg-resources","version":"59.6.0-1.2ubuntu0.22.04.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"id":"BSD-3-Clause"}}],"purl":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"setuptools"},{"name":"aquasecurity:trivy:SrcRelease","value":"1.2ubuntu0.22.04.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"59.6.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-pygments","version":"2.11.2+dfsg-2ubuntu0.1","licenses":[{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"Apache-2.0"}},{"license":{"name":"ISO-1986"}}],"purl":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-pygments@2.11.2+dfsg-2ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pygments"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.11.2+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-requests-toolbelt","version":"0.9.1-1","licenses":[{"license":{"id":"Apache-2.0"}}],"purl":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-requests-toolbelt@0.9.1-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-requests-toolbelt"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.9.1"}]},{"bom-ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-requests","version":"2.25.1+dfsg-2ubuntu0.3","licenses":[{"license":{"id":"Apache-2.0"}},{"license":{"name":"other"}}],"purl":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-requests@2.25.1+dfsg-2ubuntu0.3"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"requests"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu0.3"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.25.1+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-samba","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-samba@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-six","version":"1.16.0-3ubuntu1","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-six@1.16.0-3ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"six"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.16.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-talloc","version":"2.3.3-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-talloc@2.3.3-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"talloc"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.3.3"}]},{"bom-ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-tdb","version":"1.4.5-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-tdb@1.4.5-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.5"}]},{"bom-ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-urllib3","version":"1.26.5-1~exp1ubuntu0.7","licenses":[{"license":{"id":"MIT"}},{"license":{"name":"PSF-2"}}],"purl":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-urllib3@1.26.5-1~exp1ubuntu0.7"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-urllib3"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~exp1ubuntu0.7"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.26.5"}]},{"bom-ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-yaml","version":"5.4.1-1ubuntu1","purl":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-yaml@5.4.1-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"pyyaml"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"5.4.1"}]},{"bom-ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3-zipp","version":"1.0.0-3ubuntu0.1","licenses":[{"license":{"id":"MIT"}}],"purl":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3-zipp@1.0.0-3ubuntu0.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python-zipp"},{"name":"aquasecurity:trivy:SrcRelease","value":"3ubuntu0.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.0.0"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10-minimal","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10-minimal@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3.10","version":"3.10.12-1~22.04.15","licenses":[{"license":{"id":"GPL-2.0-only"}},{"license":{"name":"Redistribution and use in source and binary forms, with or without"}},{"license":{"name":"By obtaining, using, and/or copying this software and/or its"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and"}},{"license":{"name":"This software is provided 'as-is', without any express or implied"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person"}},{"license":{"name":"Permission is hereby granted, free of charge, to any person obtaining"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software and its"}},{"license":{"name":"This software is provided as-is, without express or implied"}},{"license":{"name":"Permission to use, copy, modify, and distribute this software for any"}},{"license":{"name":"* Permission to use this software in any way is granted without"}}],"purl":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3.10@3.10.12-1~22.04.15"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3.10"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.15"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.12"}]},{"bom-ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"python3","version":"3.10.6-1~22.04.1","purl":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"python3@3.10.6-1~22.04.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"python3-defaults"},{"name":"aquasecurity:trivy:SrcRelease","value":"1~22.04.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.10.6"}]},{"bom-ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"readline-common","version":"8.1.2-1","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GFDL-1.3-or-later"}}],"purl":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"readline-common@8.1.2-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"readline"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.1.2"}]},{"bom-ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"rsyslog","version":"8.2112.0-2ubuntu2.2","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"Apache-2.0"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"rsyslog@8.2112.0-2ubuntu2.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"rsyslog"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu2.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"8.2112.0"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-common-bin","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"samba-common-bin@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-common","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"samba-common@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-dsdb-modules","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"samba-dsdb-modules@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-libs","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"samba-libs@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba-vfs-modules","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"samba-vfs-modules@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"samba","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"samba@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sed","version":"4.8-1ubuntu2.1","licenses":[{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sed@4.8-1ubuntu2.1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sed"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu2.1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.8"}]},{"bom-ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sensible-utils","version":"0.0.17","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"All-permissive"}},{"license":{"name":"configure"}},{"license":{"name":"installsh"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sensible-utils@0.0.17"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sensible-utils"},{"name":"aquasecurity:trivy:SrcVersion","value":"0.0.17"}]},{"bom-ref":"pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"smbclient","version":"2:4.15.13+dfsg-0ubuntu1.12","licenses":[{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"name":"MS-ADSL"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"smbclient@2:4.15.13+dfsg-0ubuntu1.12"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"2"},{"name":"aquasecurity:trivy:SrcName","value":"samba"},{"name":"aquasecurity:trivy:SrcRelease","value":"0ubuntu1.12"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.15.13+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"supervisor","version":"4.2.1-1ubuntu1","licenses":[{"license":{"name":"BSD-derived"}},{"license":{"name":"RDFLIB"}},{"license":{"id":"GPL-2.0-or-later"}},{"license":{"name":"Medusa"}},{"license":{"name":"BSD-Derived"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"supervisor@4.2.1-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"supervisor"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.2.1"}]},{"bom-ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"sysvinit-utils","version":"3.01-1ubuntu1","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"sysvinit-utils@3.01-1ubuntu1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"sysvinit"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu1"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.01"}]},{"bom-ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"tar","version":"1.34+dfsg-1ubuntu0.1.22.04.2","licenses":[{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"tar@1.34+dfsg-1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tar"},{"name":"aquasecurity:trivy:SrcRelease","value":"1ubuntu0.1.22.04.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.34+dfsg"}]},{"bom-ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"tdb-tools","version":"1.4.5-2build1","licenses":[{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"id":"PostgreSQL"}},{"license":{"id":"ISC"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-3.0-only"}},{"license":{"id":"GPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"tdb-tools@1.4.5-2build1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"tdb"},{"name":"aquasecurity:trivy:SrcRelease","value":"2build1"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.4.5"}]},{"bom-ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Dimitri John Ledkov "},"name":"ubuntu-keyring","version":"2021.03.26","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"ubuntu-keyring@2021.03.26"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ubuntu-keyring"},{"name":"aquasecurity:trivy:SrcVersion","value":"2021.03.26"}]},{"bom-ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"ucf","version":"3.0043","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"ucf@3.0043"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"ucf"},{"name":"aquasecurity:trivy:SrcVersion","value":"3.0043"}]},{"bom-ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"usrmerge","version":"25ubuntu2","licenses":[{"license":{"id":"GPL-2.0-or-later"}}],"purl":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"usrmerge@25ubuntu2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"usrmerge"},{"name":"aquasecurity:trivy:SrcVersion","value":"25ubuntu2"}]},{"bom-ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"util-linux","version":"2.37.2-4ubuntu3.5","licenses":[{"license":{"id":"GPL-2.0-or-later"}},{"license":{"id":"GPL-2.0-only"}},{"license":{"id":"GPL-3.0-or-later"}},{"license":{"name":"public-domain"}},{"license":{"id":"BSD-4-Clause"}},{"license":{"id":"MIT"}},{"license":{"id":"BSD-2-Clause"}},{"license":{"id":"BSD-3-Clause"}},{"license":{"id":"LGPL-2.0-or-later"}},{"license":{"id":"LGPL-2.1-or-later"}},{"license":{"id":"LGPL-3.0-or-later"}},{"license":{"id":"GPL-3.0-only"}},{"license":{"id":"LGPL-2.0-only"}},{"license":{"id":"LGPL-2.1-only"}},{"license":{"id":"LGPL-3.0-only"}}],"purl":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"util-linux@2.37.2-4ubuntu3.5"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"util-linux"},{"name":"aquasecurity:trivy:SrcRelease","value":"4ubuntu3.5"},{"name":"aquasecurity:trivy:SrcVersion","value":"2.37.2"}]},{"bom-ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","type":"library","supplier":{"name":"Wazuh, Inc "},"name":"wazuh-agent","version":"4.12.0-1","licenses":[{"license":{"id":"GPL-2.0-only"}}],"purl":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:c1e69514ad3599dfcf909b0a9fc1a10cd92b22a50256cb80f300eba6db67ba36"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d502ef0909760a101946d8b13960e5739284aa1acd9ad15f07a86eef452017ec"},{"name":"aquasecurity:trivy:PkgID","value":"wazuh-agent@4.12.0-1"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcName","value":"wazuh-agent"},{"name":"aquasecurity:trivy:SrcRelease","value":"1"},{"name":"aquasecurity:trivy:SrcVersion","value":"4.12.0"}]},{"bom-ref":"pkg:deb/ubuntu/xauth@1.1-1build2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"xauth","version":"1:1.1-1build2","purl":"pkg:deb/ubuntu/xauth@1.1-1build2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:f0efbf3bf8fc06de978e70df7a1bfd4dd57a2e37575a16113bf2d1bf09c33ba0"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:d4e23889340d87b91fb63e6f457aaad017b4f7458448f7cba5e82f3d2fc22495"},{"name":"aquasecurity:trivy:PkgID","value":"xauth@1:1.1-1build2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"xauth"},{"name":"aquasecurity:trivy:SrcRelease","value":"1build2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.1"}]},{"bom-ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","type":"library","supplier":{"name":"Ubuntu Developers "},"name":"zlib1g","version":"1:1.2.11.dfsg-2ubuntu9.2","licenses":[{"license":{"id":"Zlib"}}],"purl":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","properties":[{"name":"aquasecurity:trivy:LayerDiffID","value":"sha256:8bba68e7621928237aa6d6e2c680cb9572c942ee23c2adabd22016bb67cb938d"},{"name":"aquasecurity:trivy:LayerDigest","value":"sha256:40d16f30db405106ef8074779bdf41f012465c2a785bbeaa2eab9f2081099b47"},{"name":"aquasecurity:trivy:PkgID","value":"zlib1g@1:1.2.11.dfsg-2ubuntu9.2"},{"name":"aquasecurity:trivy:PkgType","value":"ubuntu"},{"name":"aquasecurity:trivy:SrcEpoch","value":"1"},{"name":"aquasecurity:trivy:SrcName","value":"zlib"},{"name":"aquasecurity:trivy:SrcRelease","value":"2ubuntu9.2"},{"name":"aquasecurity:trivy:SrcVersion","value":"1.2.11.dfsg"}]}],"dependencies":[{"ref":"4b916230-f1b7-4347-bdb2-a43da4b420f6","dependsOn":["pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/openssh-client@8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/xauth@1.1-1build2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/apt@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/attr@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/base-passwd@3.5.52build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bash@5.1-6ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/base-files@12ubuntu4.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/bsdutils@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/curl@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/dash@0.5.11%2Bgit20210903%2B057cd650a4ed-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/dbus@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/debianutils@5.5-1ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/diffutils@3.8-0ubuntu2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/e2fsprogs@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/findutils@4.8.0-1ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-l10n@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gnupg-utils@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-client@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dirmngr@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg-wks-server@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpg-agent@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgsm@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gpgconf@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gpgv@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/grep@3.7-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/gzip@1.10-4ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/hostname@3.23ubuntu2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ibverbs-providers@39.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/iptables@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/jq@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libapparmor1@3.0.4-2ubuntu2.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libapt-pkg6.0@2.4.14?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libattr1@2.5.1-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit-common@3.0.7-1build1?arch=all&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libavahi-common-data@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc-bin@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap-ng0@0.7.9-2.2build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcephfs2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libcurl4@7.81.0-1ubuntu1.24?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbrotli1@1.0.9-2build6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libdbus-1-3@1.12.20-2ubuntu4.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libdebconfclient0@0.261ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libext2fs2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcbor0.8@0.8.0-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgcrypt20@1.9.4-3ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgfapi0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgfrpc0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgfxdr0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libglusterfs0@10.1-1ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gnupg@2.2.27-3ubuntu2.5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/gpg@2.2.27-3ubuntu2.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip4tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libip6tc2@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libjq1@1.6-2.1ubuntu3.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5-3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libk5crypto3@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkeyutils1@1.6.1-2ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libkrb5support0@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libksba8@1.6.0-2ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libldap-common@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblmdb0@0.9.24-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblz4-1@1.9.3-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmd0@1.0.4-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmount1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnetfilter-conntrack3@1.0.9-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnfnetlink0@1.0.1-3build3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnftnl11@1.2.1-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmnl0@1.0.4-3build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnghttp2-14@1.43.0-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnl-route-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnpth0@1.6-3build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libonig5@6.9.7.1-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libp11-kit0@0.24.0-6build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules-bin@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpcre3@8.39-13ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpsl5@0.21.0-1.2build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libidn2-0@2.3.2-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libmpdec3@2.5.1-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnsl2@1.3.0-2build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/librados2@17.2.9-0ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libblkid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libboost-iostreams1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libboost-thread1.74.0@1.74.0-14ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/librdmacm1@39.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libibverbs1@39.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnl-3-200@3.5.0-0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/librtmp1@2.4%2B20151223.gitfa8646d.1-2build4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgmp10@6.2.1%2Bdfsg-3ubuntu1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libhogweed6@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libnettle8@3.7.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libsasl2-2@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules-db@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libdb5.3@5.3.28%2Bdfsg1-0.8ubuntu3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsasl2-modules@2.1.27%2Bdfsg2-3ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libseccomp2@2.5.3-2ubuntu3~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpcre2-8-0@10.39-3ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libbz2-1.0@1.0.8-5build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage-common@3.3-1build2?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsepol2@3.3-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsmartcols1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/libsqlite3-0@3.37.2-2ubuntu0.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libss2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcom-err2@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libssh-4@0.9.6-2ubuntu0.22.04.7?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libstdc%2B%2B6@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/gcc-12-base@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgcc-s1@12.3.0-1ubuntu1~22.04.3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc-common@1.3.2-2ubuntu0.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libudev1@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libunistring2@1.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libx11-6@1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libx11-data@1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libx11-data@1.7.5-1ubuntu0.3?arch=all&distro=ubuntu-22.04&epoch=2","dependsOn":[]},{"ref":"pkg:deb/ubuntu/libxau6@1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxcb1@1.14-3ubuntu3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libxau6@1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libxdmcp6@1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libxdmcp6@1.1.3-0ubuntu5?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxext6@1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libx11-6@1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/libxml2@2.9.13%2Bdfsg-1ubuntu0.11?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libicu70@70.1-2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liblzma5@5.2.5-2ubuntu1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/libxmuu1@1.1.3-3?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libx11-6@1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/libxtables12@1.8.7-1ubuntu5.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libxxhash0@0.8.1-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/libzstd1@1.4.8%2Bdfsg-3build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/login@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":[]},{"ref":"pkg:deb/ubuntu/logrotate@3.19.0-1ubuntu1.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/cron@3.0pl1-137ubuntu3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/logsave@1.46.5-2ubuntu1.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/distro-info-data@0.52ubuntu0.12?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/mawk@1.3.4.20200120-3?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/mount@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-base@6.3-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ncurses-bin@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/net-tools@1.60%2Bgit20181103.0eebece-1ubuntu5.4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/netcat-openbsd@1.218-4ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/openssh-client@8.9p1-3ubuntu0.15?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libedit2@3.1-20210910-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libfido2-1@1.10.0-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgssapi-krb5-2@1.19.2-2ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.25?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/passwd@4.8.1-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libaudit1@3.0.7-1build1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libselinux1@3.3-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsemanage2@3.3-1build2?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/pinentry-curses@1.1.1-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libassuan0@2.5.5-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpg-error0@1.43-3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/init-system-helpers@1.62?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncursesw6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libprocps8@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-cffi-backend@1.15.0-1build2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libffi8@3.4.2-4?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-cryptography@3.4.8-1ubuntu2.4?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libssl3@3.0.2-0ubuntu1.23?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/netbase@6.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-gpg@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-markdown@3.3.6-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-importlib-metadata@4.6.4-1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-minimal@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-pygments@2.11.2%2Bdfsg-2ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-requests-toolbelt@0.9.1-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-requests@2.25.1%2Bdfsg-2ubuntu0.3?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/ca-certificates@20240203~22.04.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-certifi@2020.6.20-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-chardet@4.0.0-1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-idna@3.3-1ubuntu0.1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-tdb@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-urllib3@1.26.5-1~exp1ubuntu0.7?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-six@1.16.0-3ubuntu1?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-yaml@5.4.1-1ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libyaml-0-2@0.2.2-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3-zipp@1.0.0-3ubuntu0.1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/python3-more-itertools@8.10.0-2?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libexpat1@2.4.7-1ubuntu0.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3.10-stdlib@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/media-types@7.0.0?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10-minimal@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libpython3-stdlib@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/readline-common@8.1.2-1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/dpkg@1.21.1ubuntu2.6?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/rsyslog@8.2112.0-2ubuntu2.2?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libestr0@0.1.10-2.1build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libfastjson4@0.99.9-1build2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsystemd0@249.11-0ubuntu3.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libuuid1@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libncurses6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtinfo6@6.3-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/samba-dsdb-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcrypt1@4.4.27-1?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgpgme11@1.16.0-1.2ubuntu4.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libacl1@2.3.1-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libavahi-client3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libavahi-common3@0.8-5ubuntu5.5?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libcap2@2.44-1ubuntu0.22.04.3?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libcups2@2.4.1op1-1ubuntu4.20?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libjansson4@2.13.1-1.1build3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldap-2.5-0@2.5.20%2Bdfsg-0ubuntu0.22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpam0g@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-ldb@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-talloc@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1"]},{"ref":"pkg:deb/ubuntu/samba-vfs-modules@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtirpc3@1.3.2-2ubuntu0.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/liburing2@2.1-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libldb2@2.4.4-0ubuntu0.22.04.2?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libpam-modules@1.4.0-11ubuntu2.6?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpam-runtime@1.4.0-11ubuntu2.6?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpython3.10@3.10.12-1~22.04.15?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtasn1-6@4.18.0-4ubuntu0.2?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/procps@3.3.17-6ubuntu2.1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3-dnspython@2.1.0-1ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-samba@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/python3@3.10.6-1~22.04.1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/samba-common-bin@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/sed@4.8-1ubuntu2.1?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/smbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","dependsOn":["pkg:deb/ubuntu/libarchive13@3.6.0-1ubuntu1.7?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libbsd0@0.11.5-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libgnutls30@3.7.3-4ubuntu1.8?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libpopt0@1.18-3build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libreadline8@8.1.2-1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libsmbclient@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libtalloc2@2.3.3-2build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtevent0@0.11.0-1build1?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libwbclient0@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-common@4.15.13%2Bdfsg-0ubuntu1.12?arch=all&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/samba-libs@4.15.13%2Bdfsg-0ubuntu1.12?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/supervisor@4.2.1-1ubuntu1?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/python3-pkg-resources@59.6.0-1.2ubuntu0.22.04.3?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/sysvinit-utils@3.01-1ubuntu1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-base@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/tar@1.34%2Bdfsg-1ubuntu0.1.22.04.2?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/tdb-tools@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libtdb1@1.4.5-2build1?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/ubuntu-keyring@2021.03.26?arch=all&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/ucf@3.0043?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/coreutils@8.32-4.1ubuntu1.3?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/sensible-utils@0.0.17?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/usrmerge@25ubuntu2?arch=all&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/perl-base@5.34.0-3ubuntu1.5?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/util-linux@2.37.2-4ubuntu3.5?arch=amd64&distro=ubuntu-22.04","dependsOn":[]},{"ref":"pkg:deb/ubuntu/wazuh-agent@4.12.0-1?arch=amd64&distro=ubuntu-22.04","dependsOn":["pkg:deb/ubuntu/adduser@3.118ubuntu5?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/debconf@1.5.79ubuntu1?arch=all&distro=ubuntu-22.04","pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/lsb-release@11.1.0ubuntu4?arch=all&distro=ubuntu-22.04"]},{"ref":"pkg:deb/ubuntu/xauth@1.1-1build2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04","pkg:deb/ubuntu/libx11-6@1.7.5-1ubuntu0.3?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libxau6@1.0.9-1build5?arch=amd64&distro=ubuntu-22.04&epoch=1","pkg:deb/ubuntu/libxext6@1.3.4-1build1?arch=amd64&distro=ubuntu-22.04&epoch=2","pkg:deb/ubuntu/libxmuu1@1.1.3-3?arch=amd64&distro=ubuntu-22.04&epoch=2"]},{"ref":"pkg:deb/ubuntu/zlib1g@1.2.11.dfsg-2ubuntu9.2?arch=amd64&distro=ubuntu-22.04&epoch=1","dependsOn":["pkg:deb/ubuntu/libc6@2.35-0ubuntu3.13?arch=amd64&distro=ubuntu-22.04"]},{"ref":"pkg:oci/aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96?arch=amd64&repository_url=index.docker.io%2Flibrary%2Faptl-fileshare","dependsOn":["4b916230-f1b7-4347-bdb2-a43da4b420f6"]}],"vulnerabilities":[]} diff --git a/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-counts.json b/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-counts.json index 52e043c6..864249a7 100644 --- a/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-counts.json +++ b/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-counts.json @@ -1,10 +1,14 @@ [ + { + "severity": "HIGH", + "count": 1 + }, { "severity": "LOW", - "count": 68 + "count": 78 }, { "severity": "MEDIUM", - "count": 52 + "count": 53 } ] diff --git a/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-list.json b/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-list.json index aaa83420..d8e53d01 100644 --- a/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-list.json +++ b/docs/aces/inventory/fileshare/evidence/trivy-vulnerability-list.json @@ -26,37 +26,10 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2022-27943", "target": null }, - { - "id": "CVE-2026-4424", - "package_name": "libarchive13", - "installed_version": "3.6.0-1ubuntu1.6", - "fixed_version": "3.6.0-1ubuntu1.7", - "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4424", - "target": null - }, - { - "id": "CVE-2026-4426", - "package_name": "libarchive13", - "installed_version": "3.6.0-1ubuntu1.6", - "fixed_version": "3.6.0-1ubuntu1.7", - "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4426", - "target": null - }, - { - "id": "CVE-2026-5121", - "package_name": "libarchive13", - "installed_version": "3.6.0-1ubuntu1.6", - "fixed_version": "3.6.0-1ubuntu1.7", - "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-5121", - "target": null - }, { "id": "CVE-2026-5745", "package_name": "libarchive13", - "installed_version": "3.6.0-1ubuntu1.6", + "installed_version": "3.6.0-1ubuntu1.7", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2026-5745", @@ -162,21 +135,21 @@ "target": null }, { - "id": "CVE-2026-4437", + "id": "CVE-2026-5435", "package_name": "libc-bin", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4437", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-5435", "target": null }, { - "id": "CVE-2026-4438", + "id": "CVE-2026-6238", "package_name": "libc-bin", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4438", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-6238", "target": null }, { @@ -189,30 +162,21 @@ "target": null }, { - "id": "CVE-2026-4437", + "id": "CVE-2026-5435", "package_name": "libc6", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4437", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-5435", "target": null }, { - "id": "CVE-2026-4438", + "id": "CVE-2026-6238", "package_name": "libc6", "installed_version": "2.35-0ubuntu3.13", "fixed_version": "", "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-4438", - "target": null - }, - { - "id": "CVE-2026-41079", - "package_name": "libcups2", - "installed_version": "2.4.1op1-1ubuntu4.16", - "fixed_version": "", - "severity": "MEDIUM", - "primary_url": "https://avd.aquasec.com/nvd/cve-2026-41079", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-6238", "target": null }, { @@ -242,6 +206,15 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2022-27943", "target": null }, + { + "id": "CVE-2026-41989", + "package_name": "libgcrypt20", + "installed_version": "1.9.4-3ubuntu3", + "fixed_version": "1.9.4-3ubuntu3.2", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-41989", + "target": null + }, { "id": "CVE-2024-2236", "package_name": "libgcrypt20", @@ -377,6 +350,15 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2026-22185", "target": null }, + { + "id": "CVE-2026-34743", + "package_name": "liblzma5", + "installed_version": "5.2.5-2ubuntu1", + "fixed_version": "5.2.5-2ubuntu1.1", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34743", + "target": null + }, { "id": "CVE-2026-27456", "package_name": "libmount1", @@ -461,7 +443,7 @@ { "id": "CVE-2020-25720", "package_name": "libsmbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -470,7 +452,7 @@ { "id": "CVE-2018-14628", "package_name": "libsmbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -479,7 +461,7 @@ { "id": "CVE-2021-20251", "package_name": "libsmbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -488,7 +470,7 @@ { "id": "CVE-2022-1615", "package_name": "libsmbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -497,12 +479,102 @@ { "id": "CVE-2022-32743", "package_name": "libsmbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", "target": null }, + { + "id": "CVE-2026-45447", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "HIGH", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45447", + "target": null + }, + { + "id": "CVE-2026-34182", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34182", + "target": null + }, + { + "id": "CVE-2026-45445", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45445", + "target": null + }, + { + "id": "CVE-2026-34180", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-34180", + "target": null + }, + { + "id": "CVE-2026-42766", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42766", + "target": null + }, + { + "id": "CVE-2026-42767", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42767", + "target": null + }, + { + "id": "CVE-2026-42770", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-42770", + "target": null + }, + { + "id": "CVE-2026-45446", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-45446", + "target": null + }, + { + "id": "CVE-2026-7383", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-7383", + "target": null + }, + { + "id": "CVE-2026-9076", + "package_name": "libssl3", + "installed_version": "3.0.2-0ubuntu1.23", + "fixed_version": "3.0.2-0ubuntu1.25", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-9076", + "target": null + }, { "id": "CVE-2022-27943", "package_name": "libstdc++6", @@ -512,15 +584,33 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2022-27943", "target": null }, + { + "id": "CVE-2026-40226", + "package_name": "libsystemd0", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "249.11-0ubuntu3.21", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40226", + "target": null + }, { "id": "CVE-2023-7008", "package_name": "libsystemd0", "installed_version": "249.11-0ubuntu3.20", - "fixed_version": "", + "fixed_version": "249.11-0ubuntu3.21", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2023-7008", "target": null }, + { + "id": "CVE-2026-40228", + "package_name": "libsystemd0", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40228", + "target": null + }, { "id": "CVE-2023-50495", "package_name": "libtinfo6", @@ -530,15 +620,33 @@ "primary_url": "https://avd.aquasec.com/nvd/cve-2023-50495", "target": null }, + { + "id": "CVE-2026-40226", + "package_name": "libudev1", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "249.11-0ubuntu3.21", + "severity": "MEDIUM", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40226", + "target": null + }, { "id": "CVE-2023-7008", "package_name": "libudev1", "installed_version": "249.11-0ubuntu3.20", - "fixed_version": "", + "fixed_version": "249.11-0ubuntu3.21", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2023-7008", "target": null }, + { + "id": "CVE-2026-40228", + "package_name": "libudev1", + "installed_version": "249.11-0ubuntu3.20", + "fixed_version": "", + "severity": "LOW", + "primary_url": "https://avd.aquasec.com/nvd/cve-2026-40228", + "target": null + }, { "id": "CVE-2026-27456", "package_name": "libuuid1", @@ -551,7 +659,7 @@ { "id": "CVE-2020-25720", "package_name": "libwbclient0", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -560,7 +668,7 @@ { "id": "CVE-2018-14628", "package_name": "libwbclient0", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -569,7 +677,7 @@ { "id": "CVE-2021-20251", "package_name": "libwbclient0", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -578,7 +686,7 @@ { "id": "CVE-2022-1615", "package_name": "libwbclient0", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -587,7 +695,7 @@ { "id": "CVE-2022-32743", "package_name": "libwbclient0", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -677,7 +785,7 @@ { "id": "CVE-2020-25720", "package_name": "python3-samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -686,7 +794,7 @@ { "id": "CVE-2018-14628", "package_name": "python3-samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -695,7 +803,7 @@ { "id": "CVE-2021-20251", "package_name": "python3-samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -704,7 +812,7 @@ { "id": "CVE-2022-1615", "package_name": "python3-samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -713,7 +821,7 @@ { "id": "CVE-2022-32743", "package_name": "python3-samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -740,7 +848,7 @@ { "id": "CVE-2020-25720", "package_name": "samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -749,7 +857,7 @@ { "id": "CVE-2018-14628", "package_name": "samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -758,7 +866,7 @@ { "id": "CVE-2021-20251", "package_name": "samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -767,7 +875,7 @@ { "id": "CVE-2022-1615", "package_name": "samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -776,7 +884,7 @@ { "id": "CVE-2022-32743", "package_name": "samba", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -785,7 +893,7 @@ { "id": "CVE-2020-25720", "package_name": "samba-common", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -794,7 +902,7 @@ { "id": "CVE-2018-14628", "package_name": "samba-common", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -803,7 +911,7 @@ { "id": "CVE-2021-20251", "package_name": "samba-common", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -812,7 +920,7 @@ { "id": "CVE-2022-1615", "package_name": "samba-common", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -821,7 +929,7 @@ { "id": "CVE-2022-32743", "package_name": "samba-common", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -830,7 +938,7 @@ { "id": "CVE-2020-25720", "package_name": "samba-common-bin", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -839,7 +947,7 @@ { "id": "CVE-2018-14628", "package_name": "samba-common-bin", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -848,7 +956,7 @@ { "id": "CVE-2021-20251", "package_name": "samba-common-bin", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -857,7 +965,7 @@ { "id": "CVE-2022-1615", "package_name": "samba-common-bin", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -866,7 +974,7 @@ { "id": "CVE-2022-32743", "package_name": "samba-common-bin", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -875,7 +983,7 @@ { "id": "CVE-2020-25720", "package_name": "samba-dsdb-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -884,7 +992,7 @@ { "id": "CVE-2018-14628", "package_name": "samba-dsdb-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -893,7 +1001,7 @@ { "id": "CVE-2021-20251", "package_name": "samba-dsdb-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -902,7 +1010,7 @@ { "id": "CVE-2022-1615", "package_name": "samba-dsdb-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -911,7 +1019,7 @@ { "id": "CVE-2022-32743", "package_name": "samba-dsdb-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -920,7 +1028,7 @@ { "id": "CVE-2020-25720", "package_name": "samba-libs", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -929,7 +1037,7 @@ { "id": "CVE-2018-14628", "package_name": "samba-libs", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -938,7 +1046,7 @@ { "id": "CVE-2021-20251", "package_name": "samba-libs", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -947,7 +1055,7 @@ { "id": "CVE-2022-1615", "package_name": "samba-libs", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -956,7 +1064,7 @@ { "id": "CVE-2022-32743", "package_name": "samba-libs", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -965,7 +1073,7 @@ { "id": "CVE-2020-25720", "package_name": "samba-vfs-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -974,7 +1082,7 @@ { "id": "CVE-2018-14628", "package_name": "samba-vfs-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -983,7 +1091,7 @@ { "id": "CVE-2021-20251", "package_name": "samba-vfs-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -992,7 +1100,7 @@ { "id": "CVE-2022-1615", "package_name": "samba-vfs-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -1001,7 +1109,7 @@ { "id": "CVE-2022-32743", "package_name": "samba-vfs-modules", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", @@ -1010,7 +1118,7 @@ { "id": "CVE-2020-25720", "package_name": "smbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "MEDIUM", "primary_url": "https://avd.aquasec.com/nvd/cve-2020-25720", @@ -1019,7 +1127,7 @@ { "id": "CVE-2018-14628", "package_name": "smbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2018-14628", @@ -1028,7 +1136,7 @@ { "id": "CVE-2021-20251", "package_name": "smbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2021-20251", @@ -1037,7 +1145,7 @@ { "id": "CVE-2022-1615", "package_name": "smbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-1615", @@ -1046,7 +1154,7 @@ { "id": "CVE-2022-32743", "package_name": "smbclient", - "installed_version": "2:4.15.13+dfsg-0ubuntu1.10", + "installed_version": "2:4.15.13+dfsg-0ubuntu1.12", "fixed_version": "", "severity": "LOW", "primary_url": "https://avd.aquasec.com/nvd/cve-2022-32743", diff --git a/docs/aces/inventory/fileshare/mapping-ledger.yaml b/docs/aces/inventory/fileshare/mapping-ledger.yaml index a3f3a843..56813398 100644 --- a/docs/aces/inventory/fileshare/mapping-ledger.yaml +++ b/docs/aces/inventory/fileshare/mapping-ledger.yaml @@ -7,7 +7,7 @@ asset: source_class: custom-build proof_scope: steady-state-asset-spec provenance: - image_digest: aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59 + image_digest: aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96 attestation: status: not_available verification_status: not_applicable @@ -48,6 +48,8 @@ correspondence_checks: - path: evidence/os-packages.txt - path: evidence/trivy-vulnerability-list.json - path: evidence/filesystem-tree.txt + - path: evidence/filesystem-checksums.txt + - path: evidence/filesystem-sensitive-paths.txt - path: evidence/share-tree.txt - path: evidence/smbclient-anonymous-probes.txt - path: evidence/smbclient-svc-fileshare-probes.txt @@ -82,9 +84,9 @@ notes: non-destructive current-baseline capture rather than clean-lab rebuild proof. - > - Generated CTF flag contents and generated SSH private-key material are not - committed. The bundle records metadata, checksums, and the observed absence - of deploy_key/deploy_key.pub instead. + Scenario secret fixture files are captured verbatim in + evidence/filesystem-sensitive-paths.txt, including flags, planted + credentials, the leaked deploy key, and the Wazuh client key. - > No known ACES expressivity blocker remains for the catalogued fileshare steady-state inventory facts. Full root filesystem cataloguing is deferred @@ -94,7 +96,7 @@ facts: category: provenance summary: > The asset uses first-party local image aptl-fileshare:latest, captured as - aptl-fileshare@sha256:4defa1d902153bd9a4c552adbf0763a5b9fa48a6bc99acad2df6c4a2fe4c7c59. + aptl-fileshare@sha256:596f9ccd677197281a07881dee5bddf550e251cb8fc83a5f27a268f55682bc96. evidence: - path: evidence/docker-inspect.image.json - path: evidence/docker-inspect.container.json @@ -342,7 +344,7 @@ facts: - id: fileshare.runtime.package-inventory category: runtime-inventory summary: > - The runtime image contains 235 dpkg packages, Trivy CycloneDX SBOM + The runtime image contains 247 dpkg packages, Trivy CycloneDX SBOM component evidence, and Syft CycloneDX SBOM component evidence. evidence: - path: evidence/os-packages.txt @@ -364,8 +366,8 @@ facts: - id: fileshare.runtime.vulnerability-scan category: runtime-inventory summary: > - Trivy captured 120 package vulnerability findings at scan time: 52 - medium and 68 low. + Trivy captured 132 package vulnerability findings at scan time: 1 high, + 53 medium, and 78 low. evidence: - path: evidence/trivy-vulnerability-list.json - path: evidence/trivy-vulnerability-counts.json @@ -386,10 +388,12 @@ facts: The observed fileshare runtime paths under /opt, /etc/samba, /etc/supervisor/conf.d, /etc/rsyslog.d, /var/ossec/etc, /srv/shares, /var/log/samba, and generated flag locations are represented with - checksum-addressed source or runtime references. + checksum-addressed source or runtime references and raw scenario secret + fixture content. evidence: - path: evidence/filesystem-tree.txt - path: evidence/filesystem-checksums.txt + - path: evidence/filesystem-sensitive-paths.txt - path: evidence/share-tree.txt - path: evidence/share-checksums.txt - path: evidence/source-checksums.txt @@ -410,11 +414,12 @@ facts: category: filesystem-inventory summary: > The capture records share permissions, ownership, sizes, checksums, the - absence of deploy_key/deploy_key.pub, and redaction boundaries for - generated flags and generated private-key material. + deploy_key/deploy_key.pub, generated flags, planted credentials, and the + Wazuh client key. evidence: - path: evidence/filesystem-tree.txt - path: evidence/filesystem-checksums.txt + - path: evidence/filesystem-sensitive-paths.txt - path: evidence/share-tree.txt - path: evidence/share-checksums.txt - path: evidence/capture-limits.txt @@ -577,6 +582,7 @@ facts: - path: evidence/source-checksums.txt - path: evidence/syft-sbom.cyclonedx.json - path: evidence/trivy-sbom.cyclonedx.json + - path: evidence/filesystem-sensitive-paths.txt aces: disposition: encoded_with_caveat surface: nodes diff --git a/docs/aces/inventory/kali-preflight.md b/docs/aces/inventory/kali-preflight.md index 2290cc8e..c7ff6438 100644 --- a/docs/aces/inventory/kali-preflight.md +++ b/docs/aces/inventory/kali-preflight.md @@ -56,8 +56,8 @@ ADR-035, ADR-033, ADR-029, or the ACES asset-inventorying methodology. `StartupDiagnostic`, `RangeSnapshot.to_dict()`, `LocalRunStore`, and the MCP run/capture helpers mirrored under `mcp/aptl-mcp-common`. - Shared safety helpers and policies: ADR-028, ADR-029, ADR-033, ADR-036, - ADR-037, `aptl.utils.redaction.redact`, and `aptl.utils.curl_safe` when - commands would otherwise put credentials in process argv. + ADR-037, and `aptl.utils.curl_safe` when commands would otherwise introduce + unrelated non-scenario credentials in process argv. ## Security And Validation Layers @@ -67,16 +67,17 @@ ADR-035, ADR-033, ADR-029, or the ACES asset-inventorying methodology. - **Inventory ledger:** every captured fact needs an existing `AcesSurface` mapping, caveat, or linked ACES issue in `mapping-ledger.yaml`. No `needs_gap_triage` rows should remain at review. -- **Secret classification:** ADR-029 is canonical. Operator secrets, private - SSH keys, bearer tokens, cookies, generated service config, and arbitrary - prior run transcripts must not be committed unredacted. Intentional target - fixture credentials may be encoded only when they are participant-visible - scenario facts with an explicit `secret_fixture`-style classification. +- **Secret classification:** Authored TechVault scenario credentials and + target state are captured verbatim. Operator secrets, private host SSH keys, + bearer tokens, cookies, generated non-scenario service config, and arbitrary + prior run transcripts are outside this target inventory and must be excluded + with a capture-limit record. - **Kali capture data:** ADR-033 capture surfaces can contain full argv, hidden PTY input, raw pcap bytes, and prior experiment data. A non-empty - `kali_captures` volume is evidence to account for, but it is not safe to - commit wholesale. Prefer fresh-volume capture for this inventory; otherwise - record contamination and redact or checksum sensitive content. + `kali_captures` volume is evidence to account for, but prior operator/run + data is not scenario target content. Prefer fresh-volume capture for this + inventory; otherwise record contamination and exclude out-of-scope content + with checksums or a capture-limit entry. - **Config and env binding:** durable toggles remain in strict `AptlConfig`. `.env` parsing and placeholder rejection remain in `EnvVars` / `find_placeholder_env_values`. Do not add ACES-specific environment parsing @@ -93,9 +94,9 @@ ADR-035, ADR-033, ADR-029, or the ACES asset-inventorying methodology. `capsh --drop=cap_audit_control` behavior, and healthcheck degraded subsystem reporting. Do not flatten them into one generic privilege flag. - **Error envelopes and observability:** any new CLI/test helper must report - narrow diagnostics and reuse redaction. Raw Docker, scanner, SSH, or ACES - exception payloads must not cross CLI, log, API, snapshot, or runstore - boundaries unfiltered. + narrow diagnostics and must not introduce unrelated non-scenario credentials. + Raw Docker, scanner, SSH, or ACES exception payloads must not cross CLI, log, + API, snapshot, or runstore boundaries unfiltered. ## Extensibility Seam diff --git a/docs/aces/inventory/kali/README.md b/docs/aces/inventory/kali/README.md index 7322c4c6..75b48c3e 100644 --- a/docs/aces/inventory/kali/README.md +++ b/docs/aces/inventory/kali/README.md @@ -25,7 +25,7 @@ clean-lab rebuild proof and not a byte-identical rebuildability proof. | Source class | `custom-build` | | Source package | `containers/kali/` | | Image tag | `aptl-kali:latest` | -| Image digest | `aptl-kali@sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9` | +| Image digest | `aptl-kali@sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462` | | Base image | `kalilinux/kali-last-release:latest` (mutable upstream tag) | | Runtime OS | Kali GNU/Linux Rolling 2026.1 (`kali-rolling`) | | Entrypoint | `/entrypoint.sh` under `/sbin/docker-init` (PID 1) | @@ -41,7 +41,7 @@ clean-lab rebuild proof and not a byte-identical rebuildability proof. | Claim | Evidence | | --- | --- | | Capture time, tool versions, and limits are recorded. | `evidence/captured-at-utc.txt`, `evidence/capture-limits.txt`, `evidence/docker-version.json`, `evidence/docker-compose-version.json`, `evidence/trivy-version.txt`, `evidence/grype-version.txt` | -| Docker Compose service intent is represented by the redacted Compose service slice. | `evidence/compose-service.kali.json` | +| Docker Compose service intent is represented by the authored Compose service slice. | `evidence/compose-service.kali.json` | | Custom image identity, config, and layers are recorded. | `evidence/docker-inspect.image.json`, `evidence/docker-history.image.txt` | | Source package inputs are checksum-addressable. | `evidence/source-checksums.txt` | | Realized runtime state is recorded. | `evidence/docker-inspect.container.json`, `evidence/docker-network.aptl-redteam.json`, `evidence/docker-network.aptl-dmz.json`, `evidence/docker-network.aptl-internal.json`, `evidence/docker-volume.kali-operations.json`, `evidence/docker-volume.kali-captures.json`, `evidence/docker-top.txt`, `evidence/runtime-baseline.txt` | diff --git a/docs/aces/inventory/kali/evidence/docker-history.image.txt b/docs/aces/inventory/kali/evidence/docker-history.image.txt index 432a1292..1737a8ce 100644 --- a/docs/aces/inventory/kali/evidence/docker-history.image.txt +++ b/docs/aces/inventory/kali/evidence/docker-history.image.txt @@ -1,4 +1,4 @@ -sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9 ENTRYPOINT ["/entrypoint.sh"] 0B +sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462 ENTRYPOINT ["/entrypoint.sh"] 0B USER root 0B RUN /bin/sh -c echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.bashrc # buildkit 20.5kB WORKDIR /home/kali 4.1kB @@ -23,7 +23,7 @@ sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9 ENTRYPOI ENV DEBIAN_FRONTEND=noninteractive 0B /bin/sh -c #(nop) CMD ["bash"] 135MB /bin/sh -c #(nop) ENV LANG=C.UTF-8 0B - /bin/sh -c #(nop) ADD file:243d6c26988a86a5c533ca1366d4e790e6bc8602766d2c96e69bbe3d6f8142ae in / 0B + /bin/sh -c #(nop) ADD file:1efdd623d267f44a6f33918e870daeee657ac961e9a3e3d2dbaf5b4984733c12 in / 0B /bin/sh -c #(nop) LABEL org.opencontainers.image.created="$BUILD_DATE" org.opencontainers.image.source="$PROJECT_URL" org.opencontainers.image.revision="$VCS_REF" org.opencontainers.image.vendor="OffSec" org.opencontainers.image.version="$VERSION" org.opencontainers.image.title="Kali Linux ($RELEASE_DESCRIPTION branch)" org.opencontainers.image.description="Official Kali Linux container image for $RELEASE_DESCRIPTION" org.opencontainers.image.url="https://www.kali.org/" org.opencontainers.image.authors="Kali Developers " 0B /bin/sh -c #(nop) ARG BUILD_DATE PROJECT_URL RELEASE_DESCRIPTION TARBALL VCS_REF VERSION 0B /bin/sh -c #(nop) ARG BUILD_DATE PROJECT_URL TARBALL VCS_REF VERSION 0B diff --git a/docs/aces/inventory/kali/evidence/docker-inspect.container.json b/docs/aces/inventory/kali/evidence/docker-inspect.container.json index 2085dfcf..b369bc95 100644 --- a/docs/aces/inventory/kali/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/kali/evidence/docker-inspect.container.json @@ -1,383 +1,382 @@ [ - { - "Id": "111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d", - "Created": "2026-05-22T05:48:18.208126838Z", - "Path": "/entrypoint.sh", - "Args": [], - "State": { - "Status": "running", - "Running": true, - "Paused": false, - "Restarting": false, - "OOMKilled": false, - "Dead": false, - "Pid": 3323699, + { + "Id": "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9", + "Created": "2026-06-11T16:00:17.872492572Z", + "Path": "/entrypoint.sh", + "Args": [], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 804653, + "ExitCode": 0, + "Error": "", + "StartedAt": "2026-06-11T16:00:22.078704639Z", + "FinishedAt": "0001-01-01T00:00:00Z", + "Health": { + "Status": "healthy", + "FailingStreak": 0, + "Log": [ + { + "Start": "2026-06-12T15:32:00.057860587+02:00", + "End": "2026-06-12T15:32:00.105535071+02:00", "ExitCode": 0, - "Error": "", - "StartedAt": "2026-05-22T05:48:29.551560643Z", - "FinishedAt": "0001-01-01T00:00:00Z", - "Health": { - "Status": "healthy", - "FailingStreak": 0, - "Log": [ - { - "Start": "2026-05-22T07:49:20.083870592+02:00", - "End": "2026-05-22T07:49:20.145898108+02:00", - "ExitCode": 0, - "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" - }, - { - "Start": "2026-05-22T07:49:35.147311457+02:00", - "End": "2026-05-22T07:49:35.212793335+02:00", - "ExitCode": 0, - "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" - }, - { - "Start": "2026-05-22T07:49:50.21366347+02:00", - "End": "2026-05-22T07:49:50.273626184+02:00", - "ExitCode": 0, - "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" - }, - { - "Start": "2026-05-22T07:50:05.274574988+02:00", - "End": "2026-05-22T07:50:05.331407912+02:00", - "ExitCode": 0, - "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" - }, - { - "Start": "2026-05-22T07:50:20.331916943+02:00", - "End": "2026-05-22T07:50:20.398164987+02:00", - "ExitCode": 0, - "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" - } - ] - } - }, - "Image": "sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9", - "ResolvConfPath": "/var/lib/docker/containers/111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d/hostname", - "HostsPath": "/var/lib/docker/containers/111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d/hosts", - "LogPath": "/var/lib/docker/containers/111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d/111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d-json.log", - "Name": "/aptl-kali", - "RestartCount": 0, - "Driver": "overlayfs", - "Platform": "linux", - "MountLabel": "", - "ProcessLabel": "", - "AppArmorProfile": "docker-default", - "ExecIDs": null, - "HostConfig": { - "Binds": [ - "/home/atomik/src/aptl2/keys:/host-ssh-keys:ro", - "aptl_kali_operations:/home/kali/operations:rw", - "aptl_kali_captures:/var/log/aptl/captures:rw" - ], - "ContainerIDFile": "", - "LogConfig": { - "Type": "json-file", - "Config": {} - }, - "NetworkMode": "aptl_aptl-dmz", - "PortBindings": {}, - "RestartPolicy": { - "Name": "unless-stopped", - "MaximumRetryCount": 0 - }, - "AutoRemove": false, - "VolumeDriver": "", - "VolumesFrom": null, - "ConsoleSize": [ - 0, - 0 - ], - "CapAdd": [ - "CAP_AUDIT_CONTROL", - "CAP_AUDIT_WRITE", - "CAP_NET_ADMIN", - "CAP_NET_RAW", - "CAP_SYS_PACCT" - ], - "CapDrop": null, - "CgroupnsMode": "private", - "Dns": null, - "DnsOptions": null, - "DnsSearch": null, - "ExtraHosts": [ - "ws01.techvault.local:172.20.2.22", - "TECHVAULT.LOCAL:172.20.2.10", - "ns1.techvault.local:172.20.2.27", - "dc.techvault.local:172.20.2.10", - "files.techvault.local:172.20.2.12", - "mail.techvault.local:172.20.1.21", - "techvault.local:172.20.2.10", - "DC.TECHVAULT.LOCAL:172.20.2.10", - "db.techvault.local:172.20.2.11" - ], - "GroupAdd": null, - "IpcMode": "private", - "Cgroup": "", - "Links": null, - "OomScoreAdj": 0, - "PidMode": "", - "Privileged": false, - "PublishAllPorts": false, - "ReadonlyRootfs": false, - "SecurityOpt": [ - "seccomp:unconfined" - ], - "UTSMode": "", - "UsernsMode": "", - "ShmSize": 67108864, - "Runtime": "runc", - "Isolation": "", - "CpuShares": 0, - "Memory": 1073741824, - "NanoCpus": 0, - "CgroupParent": "", - "BlkioWeight": 0, - "BlkioWeightDevice": null, - "BlkioDeviceReadBps": null, - "BlkioDeviceWriteBps": null, - "BlkioDeviceReadIOps": null, - "BlkioDeviceWriteIOps": null, - "CpuPeriod": 0, - "CpuQuota": 0, - "CpuRealtimePeriod": 0, - "CpuRealtimeRuntime": 0, - "CpusetCpus": "", - "CpusetMems": "", - "Devices": null, - "DeviceCgroupRules": null, - "DeviceRequests": null, - "MemoryReservation": 0, - "MemorySwap": 2147483648, - "MemorySwappiness": null, - "OomKillDisable": null, - "PidsLimit": null, - "Ulimits": null, - "CpuCount": 0, - "CpuPercent": 0, - "IOMaximumIOps": 0, - "IOMaximumBandwidth": 0, - "MaskedPaths": [ - "/proc/acpi", - "/proc/asound", - "/proc/interrupts", - "/proc/kcore", - "/proc/keys", - "/proc/latency_stats", - "/proc/sched_debug", - "/proc/scsi", - "/proc/timer_list", - "/proc/timer_stats", - "/sys/devices/virtual/powercap", - "/sys/firmware" - ], - "ReadonlyPaths": [ - "/proc/bus", - "/proc/fs", - "/proc/irq", - "/proc/sys", - "/proc/sysrq-trigger" - ], - "Init": true - }, - "Storage": { - "RootFS": { - "Snapshot": { - "Name": "overlayfs" - } - } - }, - "Mounts": [ - { - "Type": "bind", - "Source": "/home/atomik/src/aptl2/keys", - "Destination": "/host-ssh-keys", - "Mode": "ro", - "RW": false, - "Propagation": "rprivate" - }, - { - "Type": "volume", - "Name": "aptl_kali_operations", - "Source": "/var/lib/docker/volumes/aptl_kali_operations/_data", - "Destination": "/home/kali/operations", - "Driver": "local", - "Mode": "rw", - "RW": true, - "Propagation": "" - }, - { - "Type": "volume", - "Name": "aptl_kali_captures", - "Source": "/var/lib/docker/volumes/aptl_kali_captures/_data", - "Destination": "/var/log/aptl/captures", - "Driver": "local", - "Mode": "rw", - "RW": true, - "Propagation": "" - } + "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" + }, + { + "Start": "2026-06-12T15:32:15.106067151+02:00", + "End": "2026-06-12T15:32:15.16905233+02:00", + "ExitCode": 0, + "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" + }, + { + "Start": "2026-06-12T15:32:30.170402683+02:00", + "End": "2026-06-12T15:32:30.228210849+02:00", + "ExitCode": 0, + "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" + }, + { + "Start": "2026-06-12T15:32:45.229203199+02:00", + "End": "2026-06-12T15:32:45.285661207+02:00", + "ExitCode": 0, + "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" + }, + { + "Start": "2026-06-12T15:33:00.286397332+02:00", + "End": "2026-06-12T15:33:00.340188861+02:00", + "ExitCode": 0, + "Output": "[healthcheck] healthy (degraded capture subsystems: auditd)\n" + } + ] + } + }, + "Image": "sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462", + "ResolvConfPath": "/var/lib/docker/containers/3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9/hostname", + "HostsPath": "/var/lib/docker/containers/3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9/hosts", + "LogPath": "/var/lib/docker/containers/3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9/3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9-json.log", + "Name": "/aptl-kali", + "RestartCount": 0, + "Driver": "overlayfs", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "docker-default", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/home/atomik/src/aptl/keys:/host-ssh-keys:ro", + "aptl_kali_operations:/home/kali/operations:rw", + "aptl_kali_captures:/var/log/aptl/captures:rw" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "aptl_aptl-dmz", + "PortBindings": {}, + "RestartPolicy": { + "Name": "unless-stopped", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": [ + "CAP_AUDIT_CONTROL", + "CAP_AUDIT_WRITE", + "CAP_NET_ADMIN", + "CAP_NET_RAW", + "CAP_SYS_PACCT" + ], + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": null, + "DnsSearch": null, + "ExtraHosts": [ + "techvault.local:172.20.2.10", + "ns1.techvault.local:172.20.2.27", + "files.techvault.local:172.20.2.12", + "DC.TECHVAULT.LOCAL:172.20.2.10", + "TECHVAULT.LOCAL:172.20.2.10", + "ws01.techvault.local:172.20.2.22", + "db.techvault.local:172.20.2.11", + "dc.techvault.local:172.20.2.10", + "mail.techvault.local:172.20.1.21" + ], + "GroupAdd": null, + "IpcMode": "private", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": false, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": [ + "seccomp:unconfined" + ], + "UTSMode": "", + "UsernsMode": "", + "ShmSize": 67108864, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 1073741824, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": null, + "BlkioDeviceReadBps": null, + "BlkioDeviceWriteBps": null, + "BlkioDeviceReadIOps": null, + "BlkioDeviceWriteIOps": null, + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": null, + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 2147483648, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": null, + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": [ + "/proc/acpi", + "/proc/asound", + "/proc/interrupts", + "/proc/kcore", + "/proc/keys", + "/proc/latency_stats", + "/proc/sched_debug", + "/proc/scsi", + "/proc/timer_list", + "/proc/timer_stats", + "/sys/devices/virtual/powercap", + "/sys/firmware" + ], + "ReadonlyPaths": [ + "/proc/bus", + "/proc/fs", + "/proc/irq", + "/proc/sys", + "/proc/sysrq-trigger" + ], + "Init": true + }, + "Storage": { + "RootFS": { + "Snapshot": { + "Name": "overlayfs" + } + } + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/home/atomik/src/aptl/keys", + "Destination": "/host-ssh-keys", + "Mode": "ro", + "RW": false, + "Propagation": "rprivate" + }, + { + "Type": "volume", + "Name": "aptl_kali_operations", + "Source": "/var/lib/docker/volumes/aptl_kali_operations/_data", + "Destination": "/home/kali/operations", + "Driver": "local", + "Mode": "rw", + "RW": true, + "Propagation": "" + }, + { + "Type": "volume", + "Name": "aptl_kali_captures", + "Source": "/var/lib/docker/volumes/aptl_kali_captures/_data", + "Destination": "/var/log/aptl/captures", + "Driver": "local", + "Mode": "rw", + "RW": true, + "Propagation": "" + } + ], + "Config": { + "Hostname": "kali-redteam", + "Domainname": "", + "User": "root", + "AttachStdin": false, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": { + "22/tcp": {} + }, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "VICTIM_IP=172.20.2.20", + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "LANG=C.UTF-8", + "DEBIAN_FRONTEND=noninteractive", + "TZ=UTC" + ], + "Cmd": null, + "Healthcheck": { + "Test": [ + "CMD", + "/usr/local/bin/aptl-healthcheck.sh" ], - "Config": { - "Hostname": "kali-redteam", - "Domainname": "", - "User": "root", - "AttachStdin": false, - "AttachStdout": true, - "AttachStderr": true, - "ExposedPorts": { - "22/tcp": {} - }, - "Tty": false, - "OpenStdin": false, - "StdinOnce": false, - "Env": [ - "VICTIM_IP=172.20.2.20", - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", - "LANG=C.UTF-8", - "DEBIAN_FRONTEND=noninteractive", - "TZ=UTC" - ], - "Cmd": null, - "Healthcheck": { - "Test": [ - "CMD", - "/usr/local/bin/aptl-healthcheck.sh" - ], - "Interval": 15000000000, - "Timeout": 5000000000, - "StartPeriod": 30000000000, - "Retries": 5 - }, - "Image": "aptl-kali", - "Volumes": null, - "WorkingDir": "/home/kali", - "Entrypoint": [ - "/entrypoint.sh" - ], - "Labels": { - "com.docker.compose.config-hash": "d086eb5e89b846c51e0e45027b99250237e439ed46d8e6c6e27006f369bb746c", - "com.docker.compose.container-number": "1", - "com.docker.compose.depends_on": "", - "com.docker.compose.image": "sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9", - "com.docker.compose.oneoff": "False", - "com.docker.compose.project": "aptl", - "com.docker.compose.project.config_files": "/home/atomik/src/aptl2/docker-compose.yml", - "com.docker.compose.project.working_dir": "/home/atomik/src/aptl2", - "com.docker.compose.replace": "aptl-kali", - "com.docker.compose.service": "kali", - "com.docker.compose.version": "5.1.3", - "io.buildah.version": "1.43.1", - "org.opencontainers.image.authors": "Kali Developers ", - "org.opencontainers.image.created": "2026-05-17T04:04:52Z", - "org.opencontainers.image.description": "Official Kali Linux container image for 2026.1", - "org.opencontainers.image.revision": "4d1ddb93", - "org.opencontainers.image.source": "https://gitlab.com/kalilinux/build-scripts/kali-docker", - "org.opencontainers.image.title": "Kali Linux (2026.1 branch)", - "org.opencontainers.image.url": "https://www.kali.org/", - "org.opencontainers.image.vendor": "OffSec", - "org.opencontainers.image.version": "2026.1" - } + "Interval": 15000000000, + "Timeout": 5000000000, + "StartPeriod": 30000000000, + "Retries": 5 + }, + "Image": "aptl-kali", + "Volumes": null, + "WorkingDir": "/home/kali", + "Entrypoint": [ + "/entrypoint.sh" + ], + "Labels": { + "com.docker.compose.config-hash": "36d0886fe65fba9feaf6f9d56657eeeafcbe224d40fb19c9a7960ea1d6a1bc7e", + "com.docker.compose.container-number": "1", + "com.docker.compose.depends_on": "", + "com.docker.compose.image": "sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462", + "com.docker.compose.oneoff": "False", + "com.docker.compose.project": "aptl", + "com.docker.compose.project.config_files": "/home/atomik/src/aptl/docker-compose.yml", + "com.docker.compose.project.working_dir": "/home/atomik/src/aptl", + "com.docker.compose.service": "kali", + "com.docker.compose.version": "5.1.3", + "io.buildah.version": "1.43.1", + "org.opencontainers.image.authors": "Kali Developers ", + "org.opencontainers.image.created": "2026-06-07T04:04:41Z", + "org.opencontainers.image.description": "Official Kali Linux container image for 2026.1", + "org.opencontainers.image.revision": "4d1ddb93", + "org.opencontainers.image.source": "https://gitlab.com/kalilinux/build-scripts/kali-docker", + "org.opencontainers.image.title": "Kali Linux (2026.1 branch)", + "org.opencontainers.image.url": "https://www.kali.org/", + "org.opencontainers.image.vendor": "OffSec", + "org.opencontainers.image.version": "2026.1" + } + }, + "NetworkSettings": { + "SandboxID": "526e3e40249615aa92db331d45054966bd4af01f8b6036215dd602ae8fecbee3", + "SandboxKey": "/var/run/docker/netns/526e3e402496", + "Ports": { + "22/tcp": null + }, + "Networks": { + "aptl_aptl-dmz": { + "IPAMConfig": { + "IPv4Address": "172.20.1.30" + }, + "Links": null, + "Aliases": [ + "aptl-kali", + "kali" + ], + "DriverOpts": null, + "GwPriority": 0, + "NetworkID": "3b7c4e642d7ebef4866bf953ff0b04bd39affb9639881b4938cdcb8a9dc09c16", + "EndpointID": "a08f9cc7c2b5fc44e29796b7fab85c0b1b0e9f7eb7720b7c635aa6304677f4b6", + "Gateway": "", + "IPAddress": "172.20.1.30", + "MacAddress": "52:5f:ff:be:9c:98", + "IPPrefixLen": 24, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "DNSNames": [ + "aptl-kali", + "kali", + "3ede99d8b05f", + "kali-redteam" + ] }, - "NetworkSettings": { - "SandboxID": "466af4a8bc1bc287d716611bb08da3c2e0871cc99238a9da55b7c51b402b1259", - "SandboxKey": "/var/run/docker/netns/466af4a8bc1b", - "Ports": { - "22/tcp": null - }, - "Networks": { - "aptl_aptl-dmz": { - "IPAMConfig": { - "IPv4Address": "172.20.1.30" - }, - "Links": null, - "Aliases": [ - "aptl-kali", - "kali" - ], - "DriverOpts": null, - "GwPriority": 0, - "NetworkID": "9861420646de144eab6734cc90858b7013122bb1fb7ba69b6f0f99e6d3497ea2", - "EndpointID": "4cb3675701cb14f9de8190668e627452d9f94cd40081a8c6a88f0e9c87eb0868", - "Gateway": "", - "IPAddress": "172.20.1.30", - "MacAddress": "ee:ee:61:07:8f:8e", - "IPPrefixLen": 24, - "IPv6Gateway": "", - "GlobalIPv6Address": "", - "GlobalIPv6PrefixLen": 0, - "DNSNames": [ - "aptl-kali", - "kali", - "111365985c4b", - "kali-redteam" - ] - }, - "aptl_aptl-internal": { - "IPAMConfig": { - "IPv4Address": "172.20.2.35" - }, - "Links": null, - "Aliases": [ - "aptl-kali", - "kali" - ], - "DriverOpts": null, - "GwPriority": 0, - "NetworkID": "f1dcf3d5653a138f564e5472f6307b23d4eb3ac2fd4f81dd76aae7dcae526c1a", - "EndpointID": "ede9e0f50d106d7bea1f2ff2f71795e7b13db64d7c2dcb7cdb4e77c2fff111b5", - "Gateway": "", - "IPAddress": "172.20.2.35", - "MacAddress": "62:f4:41:e2:e1:f7", - "IPPrefixLen": 24, - "IPv6Gateway": "", - "GlobalIPv6Address": "", - "GlobalIPv6PrefixLen": 0, - "DNSNames": [ - "aptl-kali", - "kali", - "111365985c4b", - "kali-redteam" - ] - }, - "aptl_aptl-redteam": { - "IPAMConfig": { - "IPv4Address": "172.20.4.30" - }, - "Links": null, - "Aliases": [ - "aptl-kali", - "kali" - ], - "DriverOpts": null, - "GwPriority": 0, - "NetworkID": "5d24666017e1ac77d43210d73b7512807592a8c636854d77574d652e892a10dd", - "EndpointID": "1d9c550e7c6cf3542c454e647cdcdc934a72f3908547514d9a33d0542bb12418", - "Gateway": "", - "IPAddress": "172.20.4.30", - "MacAddress": "3a:95:72:b7:7a:92", - "IPPrefixLen": 24, - "IPv6Gateway": "", - "GlobalIPv6Address": "", - "GlobalIPv6PrefixLen": 0, - "DNSNames": [ - "aptl-kali", - "kali", - "111365985c4b", - "kali-redteam" - ] - } - } + "aptl_aptl-internal": { + "IPAMConfig": { + "IPv4Address": "172.20.2.35" + }, + "Links": null, + "Aliases": [ + "aptl-kali", + "kali" + ], + "DriverOpts": null, + "GwPriority": 0, + "NetworkID": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "Gateway": "", + "IPAddress": "172.20.2.35", + "MacAddress": "de:2a:88:a0:60:4d", + "IPPrefixLen": 24, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "DNSNames": [ + "aptl-kali", + "kali", + "3ede99d8b05f", + "kali-redteam" + ] }, - "ImageManifestDescriptor": { - "mediaType": "application/vnd.oci.image.manifest.v1+json", - "digest": "sha256:8a52df6ab789b402a1a7db1241ef7ed61dcec7b33df68d0ffd4bb3c1141c59e4", - "size": 3711, - "platform": { - "architecture": "amd64", - "os": "linux" - } + "aptl_aptl-redteam": { + "IPAMConfig": { + "IPv4Address": "172.20.4.30" + }, + "Links": null, + "Aliases": [ + "aptl-kali", + "kali" + ], + "DriverOpts": null, + "GwPriority": 0, + "NetworkID": "461212ce8c935176702c2b19a65f12cd4082212a28f1bc1102c0eb02612a1820", + "EndpointID": "20620c6a8cef45ff5e3f222771e9938ecb4d1242cc8f7d89dfcf9cdd01d20f8f", + "Gateway": "", + "IPAddress": "172.20.4.30", + "MacAddress": "b6:46:6e:4b:ec:d7", + "IPPrefixLen": 24, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "DNSNames": [ + "aptl-kali", + "kali", + "3ede99d8b05f", + "kali-redteam" + ] } + } + }, + "ImageManifestDescriptor": { + "mediaType": "application/vnd.oci.image.manifest.v1+json", + "digest": "sha256:1f60313aca3bbf6c7b3a0ddeb2a5723d77bcff84a782cacdf1473057037b137c", + "size": 3711, + "platform": { + "architecture": "amd64", + "os": "linux" + } } + } ] diff --git a/docs/aces/inventory/kali/evidence/docker-inspect.image.json b/docs/aces/inventory/kali/evidence/docker-inspect.image.json index e0bf5ce7..674a866e 100644 --- a/docs/aces/inventory/kali/evidence/docker-inspect.image.json +++ b/docs/aces/inventory/kali/evidence/docker-inspect.image.json @@ -1,86 +1,86 @@ [ - { - "Id": "sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9", - "RepoTags": [ - "aptl-kali:latest" - ], - "RepoDigests": [ - "aptl-kali@sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9" - ], - "Comment": "buildkit.dockerfile.v0", - "Created": "2026-05-22T07:38:57.553557376+02:00", - "Config": { - "User": "root", - "ExposedPorts": { - "22/tcp": {} - }, - "Env": [ - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", - "LANG=C.UTF-8", - "DEBIAN_FRONTEND=noninteractive", - "TZ=UTC" - ], - "Entrypoint": [ - "/entrypoint.sh" - ], - "WorkingDir": "/home/kali", - "Labels": { - "com.docker.compose.project": "aptl", - "com.docker.compose.service": "kali", - "com.docker.compose.version": "5.1.3", - "io.buildah.version": "1.43.1", - "org.opencontainers.image.authors": "Kali Developers ", - "org.opencontainers.image.created": "2026-05-17T04:04:52Z", - "org.opencontainers.image.description": "Official Kali Linux container image for 2026.1", - "org.opencontainers.image.revision": "4d1ddb93", - "org.opencontainers.image.source": "https://gitlab.com/kalilinux/build-scripts/kali-docker", - "org.opencontainers.image.title": "Kali Linux (2026.1 branch)", - "org.opencontainers.image.url": "https://www.kali.org/", - "org.opencontainers.image.vendor": "OffSec", - "org.opencontainers.image.version": "2026.1" - } - }, - "Architecture": "amd64", - "Os": "linux", - "Size": 1909929716, - "RootFS": { - "Type": "layers", - "Layers": [ - "sha256:3059c5e48e9bf2ceb51d8542f5b81c62edf6f50fef72c94d0b387814edfe29f3", - "sha256:45cd9d5e1cff863f1707205090242cc301f6c178fc1924af4edf85aa774beb0a", - "sha256:36222fddb690c0802b092dac99d1d90c70ec8e8b4d6e6e6ed97fed251f494279", - "sha256:a39ec36f5f73c588a232b636605459087b86407012fe438e0879f8964526192c", - "sha256:545f1c21f6df389d4bec116bb6781ab217fd6b6285a3f0e076b4d1b60405745f", - "sha256:c4eec2b02f16a53ed129fa5f5fdd94d60397123cf0e51894f2efe7c7e58e7626", - "sha256:9cf107a92b97109695f655de84f6409c610353f95124197c03846534de051509", - "sha256:a979f017be42989fef58a71a912e37ed413bd7c776005bbd149b750f30231dfb", - "sha256:e03fb3962e27f77db9ef860fd96536d9a3110f45380fff51075dd00ed2ff3161", - "sha256:ee13f6fd09e25dab5202bbbba8541bd59469095662207254f5059d493f9c2045", - "sha256:a9d61aa0968e38d417bd73c0eeaedea40b9f0838a110e6b55262fc90582674a1", - "sha256:d7620349965bc5a991abb42faedd0edb5ea0603f1be43373444fc6ff48c16051", - "sha256:ba4c7d787f8a3d34518d14e7b7daaf78aa44382b4e5373a4096e6b11c1aae423", - "sha256:393d74e4f7eb9066638236ee180b7535f3d0e9334f119833fea4c74a8ccc4b65", - "sha256:24a2a07bc8630eefab6b3450f8744865559bc8ba9e8d786a8e9313b5c9a1e570", - "sha256:18fe8951adec95902ddf51eb92cb08cbd78efb614c295d1c13cb64136c084371", - "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", - "sha256:b760458522afdfc791a616674c33b55aa9693513d9fef6ab4c8437075c6edb6a" - ] - }, - "Metadata": { - "LastTagTime": "2026-05-22T05:42:18.292205771Z" - }, - "Descriptor": { - "mediaType": "application/vnd.oci.image.index.v1+json", - "digest": "sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9", - "size": 856 - }, - "Identity": { - "Build": [ - { - "Ref": "v3d8r1e8fz6et677lo7ncclfp", - "CreatedAt": "2026-05-22T07:43:22.551535279+02:00" - } - ] + { + "Id": "sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462", + "RepoTags": [ + "aptl-kali:latest" + ], + "RepoDigests": [ + "aptl-kali@sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462" + ], + "Comment": "buildkit.dockerfile.v0", + "Created": "2026-06-11T17:22:00.603397924+02:00", + "Config": { + "User": "root", + "ExposedPorts": { + "22/tcp": {} + }, + "Env": [ + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "LANG=C.UTF-8", + "DEBIAN_FRONTEND=noninteractive", + "TZ=UTC" + ], + "Entrypoint": [ + "/entrypoint.sh" + ], + "WorkingDir": "/home/kali", + "Labels": { + "com.docker.compose.project": "aptl", + "com.docker.compose.service": "kali", + "com.docker.compose.version": "5.1.3", + "io.buildah.version": "1.43.1", + "org.opencontainers.image.authors": "Kali Developers ", + "org.opencontainers.image.created": "2026-06-07T04:04:41Z", + "org.opencontainers.image.description": "Official Kali Linux container image for 2026.1", + "org.opencontainers.image.revision": "4d1ddb93", + "org.opencontainers.image.source": "https://gitlab.com/kalilinux/build-scripts/kali-docker", + "org.opencontainers.image.title": "Kali Linux (2026.1 branch)", + "org.opencontainers.image.url": "https://www.kali.org/", + "org.opencontainers.image.vendor": "OffSec", + "org.opencontainers.image.version": "2026.1" + } + }, + "Architecture": "amd64", + "Os": "linux", + "Size": 1909921739, + "RootFS": { + "Type": "layers", + "Layers": [ + "sha256:beb0827a0e32a877209a4b29da5625c4831f37b7eb7072acee25cb55fef64d47", + "sha256:c00d5f5383cabc284bb78e1c2fa2af34ad5c77c46a24829d0d8e1d333d0525c1", + "sha256:bcdadc94da8c3f71742d7ce4ee1f7459f30f8b07c51da9d26f10520936306cc8", + "sha256:6791a62c5f6aa09dd29dbff88ff4a8eae970d6908f0f38c762c3b6afd33eb1ca", + "sha256:e6029e7468a3c4105e1d29f9727a1e1d9715e9725916a18dbbb8d07e2532ac47", + "sha256:451ef5a439a3dfde95438a7b9f35be37ccbb0311dd67635005deebdee625ac9a", + "sha256:a0e1df57c3e5e900fd5070a28972659aa89d44cf0d26ade0bf922295576b6cf8", + "sha256:15242e6bfdcb1ec638d652af3555a46ce9becfbdc2c53af73c6bfdf01530919a", + "sha256:6f77a5cc67b8becf8f508b6342ae06fe0d2884d91ad30208d6863cf7ea49c393", + "sha256:fc63421f6ab262866246e217c9567bfe73fccbc45706bc696dc858a87be4fc5f", + "sha256:32a09063e9fac37f622a890ffeafc14452da6c556ff8f0d2bb64c8a7da93f0ea", + "sha256:8aee79187d761787d9913885b84821c1c14a684fdab86f07e3f78de88d15eab7", + "sha256:4c133f7335df05b265b3921f3fab65432ae065a94d2df4e3bd8548736a6d4638", + "sha256:387c443687055172544dd56bc8895eee71625c8e5e763a66043ae6eefd19a80c", + "sha256:d7cd5c15f8ba7e478072dec6ae5419e24da272675dbf6f0259181a20de56657d", + "sha256:75497a69e36a598da6d3841ce3a7b26a42e699985d27ae999914fb41d53d516c", + "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef", + "sha256:07a3783a2c277c302740e7de2317735649c69548ff1d118b5b4682ea1f9cc62e" + ] + }, + "Metadata": { + "LastTagTime": "2026-06-11T16:00:13.856607551Z" + }, + "Descriptor": { + "mediaType": "application/vnd.oci.image.index.v1+json", + "digest": "sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462", + "size": 856 + }, + "Identity": { + "Build": [ + { + "Ref": "zshen3bvsmkm4v01ucq19vut0", + "CreatedAt": "2026-06-11T18:00:13.9364575+02:00" } + ] } + } ] diff --git a/docs/aces/inventory/kali/evidence/docker-network.aptl-dmz.json b/docs/aces/inventory/kali/evidence/docker-network.aptl-dmz.json index 81ca9ac1..15158a9d 100644 --- a/docs/aces/inventory/kali/evidence/docker-network.aptl-dmz.json +++ b/docs/aces/inventory/kali/evidence/docker-network.aptl-dmz.json @@ -1,82 +1,89 @@ [ - { - "Name": "aptl_aptl-dmz", - "Id": "9861420646de144eab6734cc90858b7013122bb1fb7ba69b6f0f99e6d3497ea2", - "Created": "2026-05-21T18:36:39.284840935+02:00", - "Scope": "local", - "Driver": "bridge", - "EnableIPv4": true, - "EnableIPv6": false, - "IPAM": { - "Driver": "default", - "Options": null, - "Config": [ - { - "Subnet": "172.20.1.0/24", - "Gateway": "172.20.1.1" - } - ] - }, - "Internal": true, - "Attachable": false, - "Ingress": false, - "ConfigFrom": { - "Network": "" - }, - "ConfigOnly": false, - "Options": {}, - "Labels": { - "com.docker.compose.config-hash": "c4ec40b1590fffe3b1c981c7293ae730b8fc25f2d1770e289cfbb0b92b9254d3", - "com.docker.compose.network": "aptl-dmz", - "com.docker.compose.project": "aptl", - "com.docker.compose.version": "5.1.3" - }, - "Containers": { - "111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d": { - "Name": "aptl-kali", - "EndpointID": "4cb3675701cb14f9de8190668e627452d9f94cd40081a8c6a88f0e9c87eb0868", - "MacAddress": "ee:ee:61:07:8f:8e", - "IPv4Address": "172.20.1.30/24", - "IPv6Address": "" - }, - "60767d433536e00c21350d4c4206261870f71978c0cab524a74fd6ddae811fe7": { - "Name": "aptl-wazuh-manager", - "EndpointID": "9595b88e0c8be5bf32917c77a5e3797df82bfca9944a1a8ef265333454783ed1", - "MacAddress": "4a:f9:94:f6:a6:34", - "IPv4Address": "172.20.1.10/24", - "IPv6Address": "" - }, - "6bfe610205fe3cfdbaeb1063ea17773b5c651dda8362c501aeed0f44690cdf83": { - "Name": "aptl-webapp", - "EndpointID": "02c4a2c08f31db3cf4cfae1d982a26c82528c6dbce35ec26c316b7c45d52ccda", - "MacAddress": "da:8d:e7:b0:a4:e1", - "IPv4Address": "172.20.1.20/24", - "IPv6Address": "" - }, - "7c4c236f84cbb17f7cda053a819f300fd51bb0cc23859a71b56f73e6f5f3967b": { - "Name": "aptl-dns", - "EndpointID": "cfdbe38c71df4cd1a824a4297a1cba773ca352980281f954f13fff854f9976ec", - "MacAddress": "d2:37:fb:93:58:ea", - "IPv4Address": "172.20.1.22/24", - "IPv6Address": "" - }, - "db3a03de3ec025eb3b447b74bac289ae057529acf00adf5c8d87e3375105c717": { - "Name": "aptl-suricata", - "EndpointID": "40633a52df0282b285307132a6af6167b2ab52559bdbed4a86f12816e2e3d0e3", - "MacAddress": "ce:ae:2b:4a:58:38", - "IPv4Address": "172.20.1.50/24", - "IPv6Address": "" - } - }, - "Status": { - "IPAM": { - "Subnets": { - "172.20.1.0/24": { - "IPsInUse": 8, - "DynamicIPsAvailable": 248 - } - } - } + { + "Name": "aptl_aptl-dmz", + "Id": "3b7c4e642d7ebef4866bf953ff0b04bd39affb9639881b4938cdcb8a9dc09c16", + "Created": "2026-05-23T08:18:29.305045367+02:00", + "Scope": "local", + "Driver": "bridge", + "EnableIPv4": true, + "EnableIPv6": false, + "IPAM": { + "Driver": "default", + "Options": null, + "Config": [ + { + "Subnet": "172.20.1.0/24", + "Gateway": "172.20.1.1" } + ] + }, + "Internal": true, + "Attachable": false, + "Ingress": false, + "ConfigFrom": { + "Network": "" + }, + "ConfigOnly": false, + "Options": {}, + "Labels": { + "com.docker.compose.config-hash": "c4ec40b1590fffe3b1c981c7293ae730b8fc25f2d1770e289cfbb0b92b9254d3", + "com.docker.compose.network": "aptl-dmz", + "com.docker.compose.project": "aptl", + "com.docker.compose.version": "5.1.3" + }, + "Containers": { + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "23e19fff8f280fa9e6f816e97e37ff3da76738cd585b518c1ffaaa857b0e2527", + "MacAddress": "3a:44:5f:7f:42:73", + "IPv4Address": "172.20.1.22/24", + "IPv6Address": "" + }, + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { + "Name": "aptl-kali", + "EndpointID": "a08f9cc7c2b5fc44e29796b7fab85c0b1b0e9f7eb7720b7c635aa6304677f4b6", + "MacAddress": "52:5f:ff:be:9c:98", + "IPv4Address": "172.20.1.30/24", + "IPv6Address": "" + }, + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "2c545048b27352e81ea9fc511304aea64a2aeb491f426d6d6c5515259daa7cbd", + "MacAddress": "06:e7:f1:a8:62:c0", + "IPv4Address": "172.20.1.50/24", + "IPv6Address": "" + }, + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { + "Name": "aptl-webapp", + "EndpointID": "62a88be00613d2381bba293db9dcb93a24d76ff5ea5b0d84eba17c1d042f0fc1", + "MacAddress": "c6:d5:bc:8f:ac:4a", + "IPv4Address": "172.20.1.20/24", + "IPv6Address": "" + }, + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "c33eebb0fe4a5d2d6a799dba790ce73ec34dbdb4cc872da62dade31b77e79ecd", + "MacAddress": "4a:e2:8e:28:f8:99", + "IPv4Address": "172.20.1.10/24", + "IPv6Address": "" + }, + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "ee23b4e43237302f9b95e36edbcfbe425a2e83846c5d3aaf3086799dbd18ba2f", + "MacAddress": "f6:63:c6:bb:42:a9", + "IPv4Address": "172.20.1.21/24", + "IPv6Address": "" + } + }, + "Status": { + "IPAM": { + "Subnets": { + "172.20.1.0/24": { + "IPsInUse": 9, + "DynamicIPsAvailable": 247 + } + } + } } + } ] diff --git a/docs/aces/inventory/kali/evidence/docker-network.aptl-internal.json b/docs/aces/inventory/kali/evidence/docker-network.aptl-internal.json index 6086d809..15a1dd02 100644 --- a/docs/aces/inventory/kali/evidence/docker-network.aptl-internal.json +++ b/docs/aces/inventory/kali/evidence/docker-network.aptl-internal.json @@ -1,117 +1,124 @@ [ - { - "Name": "aptl_aptl-internal", - "Id": "f1dcf3d5653a138f564e5472f6307b23d4eb3ac2fd4f81dd76aae7dcae526c1a", - "Created": "2026-05-21T18:36:39.420894358+02:00", - "Scope": "local", - "Driver": "bridge", - "EnableIPv4": true, - "EnableIPv6": false, - "IPAM": { - "Driver": "default", - "Options": null, - "Config": [ - { - "Subnet": "172.20.2.0/24", - "Gateway": "172.20.2.1" - } - ] - }, - "Internal": true, - "Attachable": false, - "Ingress": false, - "ConfigFrom": { - "Network": "" - }, - "ConfigOnly": false, - "Options": {}, - "Labels": { - "com.docker.compose.config-hash": "47dd9108c363602446e0d1b14794a0b529c3106960b0700397b7c3ac59a71a29", - "com.docker.compose.network": "aptl-internal", - "com.docker.compose.project": "aptl", - "com.docker.compose.version": "5.1.3" - }, - "Containers": { - "111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d": { - "Name": "aptl-kali", - "EndpointID": "ede9e0f50d106d7bea1f2ff2f71795e7b13db64d7c2dcb7cdb4e77c2fff111b5", - "MacAddress": "62:f4:41:e2:e1:f7", - "IPv4Address": "172.20.2.35/24", - "IPv6Address": "" - }, - "503f7f3d686afcbaa1b570ed23b1c2456737f5ebd6bc050b77fd7ef32a5c9649": { - "Name": "aptl-workstation", - "EndpointID": "e97ce18c59c57b9c2aa03ee9045151f117b60b885c4af1e357e26b27f785b870", - "MacAddress": "7e:e3:01:db:8b:d6", - "IPv4Address": "172.20.2.40/24", - "IPv6Address": "" - }, - "60767d433536e00c21350d4c4206261870f71978c0cab524a74fd6ddae811fe7": { - "Name": "aptl-wazuh-manager", - "EndpointID": "fde87a700642197882fe3822a54804ad448ebbb0d327dfee4c2d6b450b699444", - "MacAddress": "9e:ed:a0:b0:f4:11", - "IPv4Address": "172.20.2.30/24", - "IPv6Address": "" - }, - "69d0e0145cdae9ab7a7ff4e0296efd7f4a8607c24fd7a79af5c5424b01934095": { - "Name": "aptl-fileshare", - "EndpointID": "a7afbfa97b418a646b44bcb7325a8c56557220fa4f3b8c3d9e5af3bf2f38b802", - "MacAddress": "0e:99:01:5f:90:d9", - "IPv4Address": "172.20.2.12/24", - "IPv6Address": "" - }, - "6bfe610205fe3cfdbaeb1063ea17773b5c651dda8362c501aeed0f44690cdf83": { - "Name": "aptl-webapp", - "EndpointID": "3d86526db7e25568ef183cb7d931a65d65a827cefe82e3ecd9e67db3301ebd15", - "MacAddress": "8a:c2:90:c6:dc:c7", - "IPv4Address": "172.20.2.25/24", - "IPv6Address": "" - }, - "7c4c236f84cbb17f7cda053a819f300fd51bb0cc23859a71b56f73e6f5f3967b": { - "Name": "aptl-dns", - "EndpointID": "8e2ad8c27b6aaad359018b02ccb2d5cd6579aa5781fbdf121ac02343b7874f1e", - "MacAddress": "e2:1e:44:eb:25:20", - "IPv4Address": "172.20.2.27/24", - "IPv6Address": "" - }, - "8cf2341f3de844457c0e98bb2204d9ea3e2cfd16199cfcc69993a15cb19c96a2": { - "Name": "aptl-ad", - "EndpointID": "c9189a87891f175cfc161e1e9f3edfefa7e67c4f5d028c6157b50d83abbeb64d", - "MacAddress": "fe:10:46:d4:b2:97", - "IPv4Address": "172.20.2.10/24", - "IPv6Address": "" - }, - "8dae5e87b40412dc857b0693377a5f78e467c6f5c126a77ff26f9da1715f169a": { - "Name": "aptl-victim", - "EndpointID": "fb46159082e4f0394d89496fc40640fd66b8434d0b30e754b0f4a22958a9e925", - "MacAddress": "9a:ef:95:1a:51:c1", - "IPv4Address": "172.20.2.20/24", - "IPv6Address": "" - }, - "cb08dbec28911525e2b8c948b9ebd566016e15adac2799f0bc2730812ab86a00": { - "Name": "aptl-db", - "EndpointID": "94c308a4ed106b2f9dbb50a3c4abc75b25263720758fdd0369187436fedb0878", - "MacAddress": "0a:0b:d2:e7:2f:52", - "IPv4Address": "172.20.2.11/24", - "IPv6Address": "" - }, - "db3a03de3ec025eb3b447b74bac289ae057529acf00adf5c8d87e3375105c717": { - "Name": "aptl-suricata", - "EndpointID": "6d2326deab5272587f38bd3244c76bc4e2dffd2e79d21d4d024bd999aadb77a5", - "MacAddress": "0a:5d:b2:f2:01:d7", - "IPv4Address": "172.20.2.50/24", - "IPv6Address": "" - } - }, - "Status": { - "IPAM": { - "Subnets": { - "172.20.2.0/24": { - "IPsInUse": 13, - "DynamicIPsAvailable": 243 - } - } - } + { + "Name": "aptl_aptl-internal", + "Id": "5ff51718a317cb3504a5aae6bbbb69bc6b4f9deb61360c0df4a7d4440a64ef7f", + "Created": "2026-05-23T08:18:29.384707233+02:00", + "Scope": "local", + "Driver": "bridge", + "EnableIPv4": true, + "EnableIPv6": false, + "IPAM": { + "Driver": "default", + "Options": null, + "Config": [ + { + "Subnet": "172.20.2.0/24", + "Gateway": "172.20.2.1" } + ] + }, + "Internal": true, + "Attachable": false, + "Ingress": false, + "ConfigFrom": { + "Network": "" + }, + "ConfigOnly": false, + "Options": {}, + "Labels": { + "com.docker.compose.config-hash": "47dd9108c363602446e0d1b14794a0b529c3106960b0700397b7c3ac59a71a29", + "com.docker.compose.network": "aptl-internal", + "com.docker.compose.project": "aptl", + "com.docker.compose.version": "5.1.3" + }, + "Containers": { + "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad": { + "Name": "aptl-fileshare", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", + "MacAddress": "aa:0a:ca:f6:3f:b1", + "IPv4Address": "172.20.2.12/24", + "IPv6Address": "" + }, + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", + "MacAddress": "c6:49:cc:27:01:da", + "IPv4Address": "172.20.2.27/24", + "IPv6Address": "" + }, + "264d754571f7866985e9ea41cab9077221933aab35fa412986bff01e5aa2d1d1": { + "Name": "aptl-workstation", + "EndpointID": "e07344281cbc69620cdb2202e198ae4d72a16845e8b834495febcabeaeffa7a3", + "MacAddress": "22:dc:46:cf:d7:1c", + "IPv4Address": "172.20.2.40/24", + "IPv6Address": "" + }, + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { + "Name": "aptl-kali", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "MacAddress": "de:2a:88:a0:60:4d", + "IPv4Address": "172.20.2.35/24", + "IPv6Address": "" + }, + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "d2aff68b4860db2afd51cacd35b115df3239ec0c0d0d1a70c38c9850dc437edd", + "MacAddress": "d6:3e:0a:c1:26:32", + "IPv4Address": "172.20.2.50/24", + "IPv6Address": "" + }, + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { + "Name": "aptl-webapp", + "EndpointID": "127c8f784f378d07db3bfccfeece72153ec5763c0472d12ebb9127135274f162", + "MacAddress": "2a:2d:b3:44:c1:ee", + "IPv4Address": "172.20.2.25/24", + "IPv6Address": "" + }, + "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2": { + "Name": "aptl-db", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", + "MacAddress": "2e:00:24:fb:58:ce", + "IPv4Address": "172.20.2.11/24", + "IPv6Address": "" + }, + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "977f4d3319b07554a37a7873e43198d62f2723af755eb6be1eba5c92d0204b54", + "MacAddress": "b6:f9:7a:15:98:3a", + "IPv4Address": "172.20.2.30/24", + "IPv6Address": "" + }, + "7ed4af3e0aa0abacd8b6bfa5c035b90cddb0335ae56d1e2a899adbc645152691": { + "Name": "aptl-victim", + "EndpointID": "13eaa548e14a12ca2d6673206329bc165d545c2868f2cc13c8c42d502c78da34", + "MacAddress": "d6:9c:ac:f8:6a:c7", + "IPv4Address": "172.20.2.20/24", + "IPv6Address": "" + }, + "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209": { + "Name": "aptl-ad", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", + "MacAddress": "16:e0:d4:a0:19:61", + "IPv4Address": "172.20.2.10/24", + "IPv6Address": "" + }, + "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { + "Name": "aptl-mailserver", + "EndpointID": "4ae32c0249dc381fa0537b16845f21d70c52cfbc5dac8b5fc61a05d97d5a4bec", + "MacAddress": "b2:66:04:e3:65:0c", + "IPv4Address": "172.20.2.26/24", + "IPv6Address": "" + } + }, + "Status": { + "IPAM": { + "Subnets": { + "172.20.2.0/24": { + "IPsInUse": 14, + "DynamicIPsAvailable": 242 + } + } + } } + } ] diff --git a/docs/aces/inventory/kali/evidence/docker-network.aptl-redteam.json b/docs/aces/inventory/kali/evidence/docker-network.aptl-redteam.json index 3249cd09..eda2a9af 100644 --- a/docs/aces/inventory/kali/evidence/docker-network.aptl-redteam.json +++ b/docs/aces/inventory/kali/evidence/docker-network.aptl-redteam.json @@ -1,54 +1,54 @@ [ - { - "Name": "aptl_aptl-redteam", - "Id": "5d24666017e1ac77d43210d73b7512807592a8c636854d77574d652e892a10dd", - "Created": "2026-05-21T18:36:39.387145213+02:00", - "Scope": "local", - "Driver": "bridge", - "EnableIPv4": true, - "EnableIPv6": false, - "IPAM": { - "Driver": "default", - "Options": null, - "Config": [ - { - "Subnet": "172.20.4.0/24", - "Gateway": "172.20.4.1" - } - ] - }, - "Internal": true, - "Attachable": false, - "Ingress": false, - "ConfigFrom": { - "Network": "" - }, - "ConfigOnly": false, - "Options": {}, - "Labels": { - "com.docker.compose.config-hash": "c6a1e6218f91032ea4bbece7e80be807a99322199492162166e046b3b75a4bf8", - "com.docker.compose.network": "aptl-redteam", - "com.docker.compose.project": "aptl", - "com.docker.compose.version": "5.1.3" - }, - "Containers": { - "111365985c4b298eee4c8a9fb0e8b69dab7b6e6579c55c8b01bb2a76681d9f9d": { - "Name": "aptl-kali", - "EndpointID": "1d9c550e7c6cf3542c454e647cdcdc934a72f3908547514d9a33d0542bb12418", - "MacAddress": "3a:95:72:b7:7a:92", - "IPv4Address": "172.20.4.30/24", - "IPv6Address": "" - } - }, - "Status": { - "IPAM": { - "Subnets": { - "172.20.4.0/24": { - "IPsInUse": 4, - "DynamicIPsAvailable": 252 - } - } - } + { + "Name": "aptl_aptl-redteam", + "Id": "461212ce8c935176702c2b19a65f12cd4082212a28f1bc1102c0eb02612a1820", + "Created": "2026-06-11T18:00:17.291456844+02:00", + "Scope": "local", + "Driver": "bridge", + "EnableIPv4": true, + "EnableIPv6": false, + "IPAM": { + "Driver": "default", + "Options": null, + "Config": [ + { + "Subnet": "172.20.4.0/24", + "Gateway": "172.20.4.1" } + ] + }, + "Internal": true, + "Attachable": false, + "Ingress": false, + "ConfigFrom": { + "Network": "" + }, + "ConfigOnly": false, + "Options": {}, + "Labels": { + "com.docker.compose.config-hash": "c6a1e6218f91032ea4bbece7e80be807a99322199492162166e046b3b75a4bf8", + "com.docker.compose.network": "aptl-redteam", + "com.docker.compose.project": "aptl", + "com.docker.compose.version": "5.1.3" + }, + "Containers": { + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { + "Name": "aptl-kali", + "EndpointID": "20620c6a8cef45ff5e3f222771e9938ecb4d1242cc8f7d89dfcf9cdd01d20f8f", + "MacAddress": "b6:46:6e:4b:ec:d7", + "IPv4Address": "172.20.4.30/24", + "IPv6Address": "" + } + }, + "Status": { + "IPAM": { + "Subnets": { + "172.20.4.0/24": { + "IPsInUse": 4, + "DynamicIPsAvailable": 252 + } + } + } } + } ] diff --git a/docs/aces/inventory/kali/evidence/docker-top.txt b/docs/aces/inventory/kali/evidence/docker-top.txt index 8cf209a3..f8ba8855 100644 --- a/docs/aces/inventory/kali/evidence/docker-top.txt +++ b/docs/aces/inventory/kali/evidence/docker-top.txt @@ -1,4 +1,4 @@ -PID PPID USER COMMAND -3323699 3323659 root /sbin/docker-init -- /entrypoint.sh -3323793 3323699 root sleep infinity -3323836 3323699 root sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups +UID PID PPID C STIME TTY TIME CMD +root 804653 804618 0 Jun11 ? 00:00:01 /sbin/docker-init -- /entrypoint.sh +root 805668 804653 0 Jun11 ? 00:00:00 sleep infinity +root 805980 804653 0 Jun11 ? 00:00:00 sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups diff --git a/docs/aces/inventory/kali/evidence/evidence-sha256sums.txt b/docs/aces/inventory/kali/evidence/evidence-sha256sums.txt index 2b00b0b0..9aee0ffd 100644 --- a/docs/aces/inventory/kali/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/kali/evidence/evidence-sha256sums.txt @@ -1,14 +1,14 @@ -3a11051dab34d2704004bb413d37e3a9443dfec08ac4f7342303d12c48bdce17 docs/aces/inventory/kali/evidence/captured-at-utc.txt abc5c130ed3313519b53b54c522af1b1bfbcb42ed9d16fbd0fbdb053c7dcb4b4 docs/aces/inventory/kali/evidence/capture-limits.txt +3a11051dab34d2704004bb413d37e3a9443dfec08ac4f7342303d12c48bdce17 docs/aces/inventory/kali/evidence/captured-at-utc.txt 7a86959f9b44adfbb5dd23a40523e7ec687ee2d9acbd5581b24be955f65f1d78 docs/aces/inventory/kali/evidence/compose-service.kali.json 499ee76533c9bdb92936086c09a5fcd91237bd626f100b6ede48356e77ba8a6d docs/aces/inventory/kali/evidence/docker-compose-version.json -3eb2c615278a5a09dd2a4603361311ef4939386281eaad79167e63a0ae14c407 docs/aces/inventory/kali/evidence/docker-history.image.txt -26979ffb5764591cf9c7a43c8b41d2759565127dc5333366c492ea65d55f5d21 docs/aces/inventory/kali/evidence/docker-inspect.container.json -9a8b76542890eb2efef61956faec9b639ab4ac3cfb443adaea375ef1b23bf222 docs/aces/inventory/kali/evidence/docker-inspect.image.json -1c2da3decb779f79cce4fc6525bea3a258487e653dbdb1044f38ddfee481c172 docs/aces/inventory/kali/evidence/docker-network.aptl-dmz.json -834faf705609e9a7de5ab7317fe11bb2d94c6033edb4ee440f8715dde4784e06 docs/aces/inventory/kali/evidence/docker-network.aptl-internal.json -d25910a8327122f7cec6fce5df173dc249476efdcda8896c6d176e0a2ccf41d5 docs/aces/inventory/kali/evidence/docker-network.aptl-redteam.json -5e646da2b278500e034a8e99c3d27dd8920aadfbdc061196982d83fe4ee130bd docs/aces/inventory/kali/evidence/docker-top.txt +7bc549481639b185f5a01d2b035207ded2c169ebc66db6b003ed10c13be45b52 docs/aces/inventory/kali/evidence/docker-history.image.txt +6fa25514bbed7ce1890570a65d1c63b38453cb68a99b4c68e3d21502436129dd docs/aces/inventory/kali/evidence/docker-inspect.container.json +8707613a1a7918c339a4811ba16aa15e8fa30171a636e9bff4ea61b89552881c docs/aces/inventory/kali/evidence/docker-inspect.image.json +91a82fca011a07a3b2c41a7b23e85d843cd45c5c130180429bc3799da2b9b806 docs/aces/inventory/kali/evidence/docker-network.aptl-dmz.json +fb22fb3f5c1f32842c8f3f2d4f8e109006496df06282a46ff191e6dbea0f509e docs/aces/inventory/kali/evidence/docker-network.aptl-internal.json +88150dd6e1c1718e00b464c3d7aef9b87fdd278148ee2b7cb93dabc6995ce232 docs/aces/inventory/kali/evidence/docker-network.aptl-redteam.json +9faa0fe76acdb94db60ac2e69dbbee66fa9b04a71e1fed4a538fdd404f2dbf43 docs/aces/inventory/kali/evidence/docker-top.txt f83ffd2792b41af1bff9c4686580bf31ed1050b434a6b5345c2df24c963d7d29 docs/aces/inventory/kali/evidence/docker-version.json 411b9e423dc9f7d8a8df9a2dccaf30251531ad953363e1fed547703d356ebf9c docs/aces/inventory/kali/evidence/docker-volume.kali-captures.json c1edd2fe817acd32cc67c523429dbd2a96d109c7cb1bea826adc2c11a0468b7b docs/aces/inventory/kali/evidence/docker-volume.kali-operations.json diff --git a/docs/aces/inventory/kali/mapping-ledger.yaml b/docs/aces/inventory/kali/mapping-ledger.yaml index 2fcad63f..071abe9f 100644 --- a/docs/aces/inventory/kali/mapping-ledger.yaml +++ b/docs/aces/inventory/kali/mapping-ledger.yaml @@ -7,7 +7,7 @@ asset: source_class: custom-build proof_scope: steady-state-asset-spec provenance: - image_digest: aptl-kali@sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9 + image_digest: aptl-kali@sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462 attestation: status: not_available verification_status: not_applicable @@ -114,7 +114,7 @@ facts: category: provenance summary: > The asset uses first-party local image aptl-kali:latest, captured as - aptl-kali@sha256:f524320106669c6885679587510652c8a78ca1961b7545692f0fa8f4695974b9. + aptl-kali@sha256:fee0813b38264c78fab66c86167595715803a6fd9152bf6c0af8e6835d368462. evidence: - path: evidence/docker-inspect.image.json - path: evidence/docker-inspect.container.json diff --git a/docs/aces/inventory/mailserver/capture-evidence.sh b/docs/aces/inventory/mailserver/capture-evidence.sh index ec5b3f31..5f3405be 100755 --- a/docs/aces/inventory/mailserver/capture-evidence.sh +++ b/docs/aces/inventory/mailserver/capture-evidence.sh @@ -34,66 +34,19 @@ compose_cmd() { "${cmd[@]}" } -redact_stream() { - sed -E \ - -e 's/(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT)=([^[:space:]]+)/\1=/Ig' \ - -e 's/(TvMail2024!)//g' -} - -redact_env_jq=' - def redact_env: - if contains("=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT)$"; "i")) then - "\($m.name)=" - else - . - end - else - . - end; - - def redact_sensitive_keys: - walk( - if type == "object" then - with_entries( - if (.key | test("(password|pass|secret|token|key|cookie|session|private_key|api_key|jwt)$"; "i")) then - .value = "" - else - . - end - ) - else - . - end - ); -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" docker compose version --format json | jq . > "$OUT/docker-compose-version.json" compose_cmd config --format json \ - | jq ' - .services.mailserver - | .environment |= with_entries( - if (.key | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT)$"; "i")) - then .value = ("") - else . - end - ) - ' > "$OUT/compose-service.mailserver.json" - -docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= ((. // []) | map(redact_env)) | redact_sensitive_keys" \ - > "$OUT/docker-inspect.container.json" - -docker image inspect "$IMAGE" \ - | jq "$redact_env_jq redact_sensitive_keys" \ - > "$OUT/docker-inspect.image.json" -docker history --no-trunc "$IMAGE" | redact_stream > "$OUT/docker-history.image.txt" -docker history --no-trunc --format '{{json .}}' "$IMAGE" | redact_stream > "$OUT/docker-history.image.jsonl" + | jq '.services.mailserver' > "$OUT/compose-service.mailserver.json" + +docker inspect "$CONTAINER" | jq . > "$OUT/docker-inspect.container.json" + +docker image inspect "$IMAGE" | jq . > "$OUT/docker-inspect.image.json" +docker history --no-trunc "$IMAGE" > "$OUT/docker-history.image.txt" +docker history --no-trunc --format '{{json .}}' "$IMAGE" > "$OUT/docker-history.image.jsonl" if docker buildx imagetools inspect "$IMAGE" > "$OUT/docker-buildx-imagetools.image.txt" 2>"$OUT/docker-buildx-imagetools.image.err"; then docker buildx imagetools inspect "$IMAGE" --raw \ @@ -108,8 +61,8 @@ docker network inspect aptl_aptl-internal | jq . > "$OUT/docker-network.aptl-int docker volume inspect aptl_mailserver_data | jq . > "$OUT/docker-volume.mailserver-data.json" docker volume inspect aptl_mailserver_state | jq . > "$OUT/docker-volume.mailserver-state.json" docker volume inspect aptl_mailserver_logs | jq . > "$OUT/docker-volume.mailserver-logs.json" -docker top "$CONTAINER" | redact_stream > "$OUT/docker-top.txt" -docker logs "$CONTAINER" 2>&1 | redact_stream > "$OUT/docker-logs.mailserver.txt" +docker top "$CONTAINER" > "$OUT/docker-top.txt" +docker logs "$CONTAINER" > "$OUT/docker-logs.mailserver.txt" 2>&1 record_limit "Capture used the already-running aptl project and started only the mail profile service non-destructively; no aptl lab stop -v && aptl lab start clean reset was run for this bundle" record_limit "The mounted containers/mailserver/setup.sh was executed manually after container start before capture because the upstream docker-mailserver image waited for accounts and did not automatically run the mounted script" @@ -228,7 +181,7 @@ docker exec "$CONTAINER" sh -lc ' (dovecot --version || true) 2>&1 (amavis -V || true) 2>&1 (rspamadm --version || true) 2>&1 -' | redact_stream > "$OUT/runtime-baseline.txt" +' > "$OUT/runtime-baseline.txt" docker exec "$CONTAINER" sh -lc ' set -eu @@ -244,7 +197,7 @@ docker exec "$CONTAINER" sh -lc ' (postqueue -p || true) 2>&1 echo --supervisor-- (supervisorctl status || true) 2>&1 -' | redact_stream > "$OUT/mailserver-state.txt" +' > "$OUT/mailserver-state.txt" if docker inspect aptl-kali >/dev/null 2>&1; then docker exec aptl-kali sh -lc ' @@ -266,7 +219,7 @@ if docker inspect aptl-kali >/dev/null 2>&1; then echo --imaps-probe-- timeout 8 sh -c "printf '\''a001 CAPABILITY\r\na002 LOGOUT\r\n'\'' | openssl s_client -connect 172.20.1.21:993 -servername mail.techvault.local -brief" 2>&1 true - ' | redact_stream > "$OUT/participant-discovery.kali.txt" + ' > "$OUT/participant-discovery.kali.txt" else record_limit "Kali participant-vantage discovery was skipped because aptl-kali was not present" printf 'aptl-kali container unavailable\n' > "$OUT/participant-discovery.kali.txt" diff --git a/docs/aces/inventory/mailserver/evidence/compose-service.mailserver.json b/docs/aces/inventory/mailserver/evidence/compose-service.mailserver.json index 85d9a988..085eb640 100644 --- a/docs/aces/inventory/mailserver/evidence/compose-service.mailserver.json +++ b/docs/aces/inventory/mailserver/evidence/compose-service.mailserver.json @@ -85,7 +85,7 @@ }, { "type": "bind", - "source": "/home/atomik/src/aptl3/containers/mailserver/setup.sh", + "source": "/home/atomik/src/aptl4/containers/mailserver/setup.sh", "target": "/tmp/setup.sh", "read_only": true, "bind": {} diff --git a/docs/aces/inventory/mailserver/evidence/docker-history.image.jsonl b/docs/aces/inventory/mailserver/evidence/docker-history.image.jsonl index b8d695fa..f97814ae 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-history.image.jsonl +++ b/docs/aces/inventory/mailserver/evidence/docker-history.image.jsonl @@ -1,86 +1,86 @@ -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV DMS_RELEASE=v15.1.0","CreatedSince":"9 months ago","ID":"sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.version=v15.1.0","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.revision=060bf9a47443382fb7e37f30d6ab9709b4b8aeab","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.source=https://github.com/docker-mailserver/docker-mailserver","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.documentation=https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.url=https://github.com/docker-mailserver","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.description=A fullstack but simple mail server (SMTP, IMAP, LDAP, Anti-spam, Anti-virus, etc.). Only configuration files, no SQL database.","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.licenses=MIT","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.authors=The Docker Mailserver Organization on GitHub","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.vendor=The Docker Mailserver Organization","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.title=docker-mailserver","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV SASLAUTHD_MECH_OPTIONS=","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_TEXT=Delayed by Postgrey","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_MAX_AGE=35","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_DELAY=300","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_AUTO_WHITELIST_CLIENTS=5","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV FETCHMAIL_POLL=300","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"CMD [\"supervisord\" \"-c\" \"/etc/supervisor/supervisord.conf\"]","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENTRYPOINT [\"/usr/bin/dumb-init\" \"--\"]","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"EXPOSE map[110/tcp:{} 143/tcp:{} 25/tcp:{} 4190/tcp:{} 465/tcp:{} 587/tcp:{} 993/tcp:{} 995/tcp:{}]","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"WORKDIR /","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ARG VCS_REVISION=060bf9a47443382fb7e37f30d6ab9709b4b8aeab","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ARG DMS_RELEASE=v15.1.0","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"COPY target/scripts/startup/setup.d /usr/local/bin/setup.d # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"131kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"COPY target/scripts/helpers /usr/local/bin/helpers # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"160kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/* # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"57.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"COPY target/bin/* target/scripts/*.sh target/scripts/startup/*.sh /usr/local/bin/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"201kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c rm -rf /usr/share/locale/*\n rm -rf /usr/share/man/*\n rm -rf /usr/share/doc/*\n update-locale\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"49.2kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/supervisor/conf.d/* /etc/supervisor/conf.d/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"28.7kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/supervisor/supervisord.conf /etc/supervisor/supervisord.conf # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/logwatch/ignore.conf /etc/logwatch/conf/ignore.conf # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r \"/^#?compress/c\\compress\\ncopytruncate\" /etc/logrotate.conf\n mkdir /var/log/mail\n chown syslog:root /var/log/mail\n touch /var/log/mail/clamav.log\n chown -R clamav:root /var/log/mail/clamav.log\n touch /var/log/mail/freshclam.log\n chown -R clamav:root /var/log/mail/freshclam.log\n sedfile -i -r 's|/var/log/mail|/var/log/mail/mail|g' /etc/rsyslog.conf\n sedfile -i -r 's|;auth,authpriv.none|;mail.none;mail.error;auth,authpriv.none|g' /etc/rsyslog.conf\n sedfile -i -r 's|LogFile /var/log/clamav/|LogFile /var/log/mail/|g' /etc/clamav/clamd.conf\n sedfile -i -r 's|UpdateLogFile /var/log/clamav/|UpdateLogFile /var/log/mail/|g' /etc/clamav/freshclam.conf\n sedfile -i -r 's|/var/log/clamav|/var/log/mail|g' /etc/logrotate.d/clamav-daemon\n sedfile -i -r 's|invoke-rc.d.*|/usr/bin/supervisorctl signal hup clamav \u003e/dev/null \\|\\| true|g' /etc/logrotate.d/clamav-daemon\n sedfile -i -r 's|/var/log/clamav|/var/log/mail|g' /etc/logrotate.d/clamav-freshclam\n sedfile -i -r '/postrotate/,/endscript/d' /etc/logrotate.d/clamav-freshclam\n sedfile -i -r 's|/var/log/mail|/var/log/mail/mail|g' /etc/logrotate.d/rsyslog\n sedfile -i -r '/\\/var\\/log\\/mail\\/mail.log/d' /etc/logrotate.d/rsyslog\n sedfile -i 's|^/var/log/fail2ban.log {$|/var/log/mail/fail2ban.log {|' /etc/logrotate.d/fail2ban\n # prevent syslog logrotate warnings\n sedfile -i -e 's/\\(printerror \"could not determine current runlevel\"\\)/#\\1/' /usr/sbin/invoke-rc.d\n sedfile -i -e 's/^\\(POLICYHELPER=\\).*/\\1/' /usr/sbin/invoke-rc.d\n # prevent syslog warning about imklog permissions\n sedfile -i -e 's/^module(load=\\\"imklog\\\")/#module(load=\\\"imklog\\\")/' /etc/rsyslog.conf\n # this change is for our alternative process manager rather than part of\n # a fix related to the change preceding it.\n echo -e '\\n/usr/bin/supervisorctl signal hup rsyslog \u003e/dev/null' \u003e\u003e/usr/lib/rsyslog/rsyslog-rotate\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"102kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c : \u003e/etc/aliases\n sedfile -i 's/START_DAEMON=no/START_DAEMON=yes/g' /etc/default/fetchmail\n mkdir /var/run/fetchmail \u0026\u0026 chown fetchmail /var/run/fetchmail\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/postfix/header_checks.pcre target/postfix/sender_header_filter.pcre target/postfix/sender_login_maps.pcre /etc/postfix/maps/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/shared/ffdhe4096.pem /etc/dovecot/dh.pem # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/shared/ffdhe4096.pem /etc/postfix/dhparams.pem # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/getmail/getmail-service.sh /usr/local/bin/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/getmail/getmailrc_general /etc/getmailrc_general # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c echo 'Reason_Message = Message {rejectdefer} due to: {spf}.' \u003e\u003e/etc/postfix-policyd-spf-python/policyd-spf.conf # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/mta-sts\n chown -R _mta-sts:root /var/run/mta-sts\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendmarc/default-opendmarc /etc/default/opendmarc # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendmarc/opendmarc.conf /etc/opendmarc.conf # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendkim/default-opendkim /etc/default/opendkim # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendkim/opendkim.conf /etc/opendkim.conf # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c ln -s /var/log/mail/mail.log /var/log/mail.log\n ln -sf /var/log/mail/fail2ban.log /var/log/fail2ban.log\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/fail2ban/jail.local /etc/fail2ban/jail.local # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c for _ in {1..10}; do\n su - amavis -c \"razor-admin -create\"\n sleep 3\n if su - amavis -c \"razor-admin -register\"; then\n EC=0\n break\n else\n EC=${?}\n fi\n done\n exit ${EC}\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"45.1kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r 's/#(@| \\\\%)bypass/\\1bypass/g' /etc/amavis/conf.d/15-content_filter_mode\n # add users clamav and amavis to each others group\n adduser clamav amavis\n adduser amavis clamav\n # no syslog user in Debian compared to Ubuntu\n adduser --system syslog\n useradd -u 5000 -d /home/docker -s /bin/bash -p \"$(echo docker | openssl passwd -1 -stdin)\" docker\n echo \"0 4 * * * /usr/local/bin/virus-wiper\" | crontab -\n chmod 644 /etc/amavis/conf.d/*\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"81.9kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"COPY target/amavis/postfix-amavis.cf /etc/dms/postfix/master.d/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"COPY target/amavis/conf.d/* /etc/amavis/conf.d/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"28.7kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/postgrey\n chown postgrey:postgrey /var/run/postgrey\n curl -Lsfo /etc/postgrey/whitelist_clients https://raw.githubusercontent.com/schweikert/postgrey/master/postgrey_whitelist_clients\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"32.8kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/postgrey/postgrey /etc/default/postgrey # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/postsrsd/postsrsd /etc/default/postsrsd # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # ref: https://github.com/docker-mailserver/docker-mailserver/pull/3403#discussion_r1306282387\n echo 'CRON=1' \u003e/etc/default/spamassassin\n sedfile -i -r 's/^\\$INIT restart/supervisorctl restart amavis/g' /etc/spamassassin/sa-update-hooks.d/amavisd-new\n mkdir /etc/spamassassin/kam/\n curl -sSfLo /etc/spamassassin/kam/kam.sa-channels.mcgrail.com.key https://mcgrail.com/downloads/kam.sa-channels.mcgrail.com.key\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"36.9kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf target/postfix/ldap-domains.cf target/postfix/ldap-senders.cf /etc/postfix/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"32.8kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/rspamd/local.d/ /etc/rspamd/local.d/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"77.8kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod 0 /etc/cron.d/dovecot-purge.disabled # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/dovecot-purge.cron /etc/cron.d/dovecot-purge.disabled # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/*.inc target/dovecot/*.conf /etc/dovecot/conf.d/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"98.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c dpkg -i /dovecot-fts-xapian-*.deb \u0026\u0026 rm /dovecot-fts-xapian-*.deb # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"1.84MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY dovecot-fts-xapian-*.deb / # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"561kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:17+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # `COPY --link --chown=200` has a bug when built by the buildx docker-container driver.\n # Restore ownership of parent dirs (Bug: https://github.com/moby/buildkit/issues/3912)\n chown root:root /var /var/lib\n echo '0 */6 * * * clamav /usr/bin/freshclam --quiet' \u003e/etc/cron.d/clamav-freshclam\n chmod 644 /etc/clamav/freshclam.conf\n sedfile -i 's/Foreground false/Foreground true/g' /etc/clamav/clamd.conf\n mkdir /var/run/clamav\n chown -R clamav:root /var/run/clamav\n rm -rf /var/log/clamav/\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"49.2kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:13+02:00","CreatedBy":"COPY --chown=200 /var/lib/clamav /var/lib/clamav # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"235MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"SHELL [/bin/bash -e -o pipefail -c]","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"ARG LOG_LEVEL=trace","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"ARG DEBIAN_FRONTEND=noninteractive","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c /bin/bash /build/packages.sh \u0026\u0026 rm -r /build # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"484MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:11+02:00","CreatedBy":"COPY target/scripts/helpers/log.sh /usr/local/bin/helpers/log.sh # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:11+02:00","CreatedBy":"COPY target/scripts/build/packages.sh /build/ # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:11+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/sedfile\n adduser --quiet --system --group --disabled-password --home /var/lib/clamav --no-create-home --uid 200 clamav\n # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"45.1kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"COPY target/bin/sedfile /usr/local/bin/sedfile # buildkit","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"SHELL [/bin/bash -e -o pipefail -c]","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"ARG LOG_LEVEL=trace","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"ARG DOVECOT_COMMUNITY_REPO=0","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"ARG DEBIAN_FRONTEND=noninteractive","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"debuerreotype 0.15","CreatedAt":"2025-08-11T02:00:00+02:00","CreatedBy":"# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'","CreatedSince":"9 months ago","ID":"\u003cmissing\u003e","Size":"85.2MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV DMS_RELEASE=v15.1.0","CreatedSince":"10 months ago","ID":"sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.version=v15.1.0","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.revision=060bf9a47443382fb7e37f30d6ab9709b4b8aeab","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.source=https://github.com/docker-mailserver/docker-mailserver","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.documentation=https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.url=https://github.com/docker-mailserver","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.description=A fullstack but simple mail server (SMTP, IMAP, LDAP, Anti-spam, Anti-virus, etc.). Only configuration files, no SQL database.","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.licenses=MIT","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.authors=The Docker Mailserver Organization on GitHub","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.vendor=The Docker Mailserver Organization","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"LABEL org.opencontainers.image.title=docker-mailserver","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV SASLAUTHD_MECH_OPTIONS=","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_TEXT=Delayed by Postgrey","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_MAX_AGE=35","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_DELAY=300","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV POSTGREY_AUTO_WHITELIST_CLIENTS=5","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENV FETCHMAIL_POLL=300","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"CMD [\"supervisord\" \"-c\" \"/etc/supervisor/supervisord.conf\"]","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ENTRYPOINT [\"/usr/bin/dumb-init\" \"--\"]","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"EXPOSE map[110/tcp:{} 143/tcp:{} 25/tcp:{} 4190/tcp:{} 465/tcp:{} 587/tcp:{} 993/tcp:{} 995/tcp:{}]","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"WORKDIR /","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ARG VCS_REVISION=060bf9a47443382fb7e37f30d6ab9709b4b8aeab","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"ARG DMS_RELEASE=v15.1.0","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"COPY target/scripts/startup/setup.d /usr/local/bin/setup.d # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"131kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"COPY target/scripts/helpers /usr/local/bin/helpers # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"160kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/* # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"57.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"COPY target/bin/* target/scripts/*.sh target/scripts/startup/*.sh /usr/local/bin/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"201kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:57+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c rm -rf /usr/share/locale/*\n rm -rf /usr/share/man/*\n rm -rf /usr/share/doc/*\n update-locale\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"49.2kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/supervisor/conf.d/* /etc/supervisor/conf.d/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"28.7kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/supervisor/supervisord.conf /etc/supervisor/supervisord.conf # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/logwatch/ignore.conf /etc/logwatch/conf/ignore.conf # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r \"/^#?compress/c\\compress\\ncopytruncate\" /etc/logrotate.conf\n mkdir /var/log/mail\n chown syslog:root /var/log/mail\n touch /var/log/mail/clamav.log\n chown -R clamav:root /var/log/mail/clamav.log\n touch /var/log/mail/freshclam.log\n chown -R clamav:root /var/log/mail/freshclam.log\n sedfile -i -r 's|/var/log/mail|/var/log/mail/mail|g' /etc/rsyslog.conf\n sedfile -i -r 's|;auth,authpriv.none|;mail.none;mail.error;auth,authpriv.none|g' /etc/rsyslog.conf\n sedfile -i -r 's|LogFile /var/log/clamav/|LogFile /var/log/mail/|g' /etc/clamav/clamd.conf\n sedfile -i -r 's|UpdateLogFile /var/log/clamav/|UpdateLogFile /var/log/mail/|g' /etc/clamav/freshclam.conf\n sedfile -i -r 's|/var/log/clamav|/var/log/mail|g' /etc/logrotate.d/clamav-daemon\n sedfile -i -r 's|invoke-rc.d.*|/usr/bin/supervisorctl signal hup clamav \u003e/dev/null \\|\\| true|g' /etc/logrotate.d/clamav-daemon\n sedfile -i -r 's|/var/log/clamav|/var/log/mail|g' /etc/logrotate.d/clamav-freshclam\n sedfile -i -r '/postrotate/,/endscript/d' /etc/logrotate.d/clamav-freshclam\n sedfile -i -r 's|/var/log/mail|/var/log/mail/mail|g' /etc/logrotate.d/rsyslog\n sedfile -i -r '/\\/var\\/log\\/mail\\/mail.log/d' /etc/logrotate.d/rsyslog\n sedfile -i 's|^/var/log/fail2ban.log {$|/var/log/mail/fail2ban.log {|' /etc/logrotate.d/fail2ban\n # prevent syslog logrotate warnings\n sedfile -i -e 's/\\(printerror \"could not determine current runlevel\"\\)/#\\1/' /usr/sbin/invoke-rc.d\n sedfile -i -e 's/^\\(POLICYHELPER=\\).*/\\1/' /usr/sbin/invoke-rc.d\n # prevent syslog warning about imklog permissions\n sedfile -i -e 's/^module(load=\\\"imklog\\\")/#module(load=\\\"imklog\\\")/' /etc/rsyslog.conf\n # this change is for our alternative process manager rather than part of\n # a fix related to the change preceding it.\n echo -e '\\n/usr/bin/supervisorctl signal hup rsyslog \u003e/dev/null' \u003e\u003e/usr/lib/rsyslog/rsyslog-rotate\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"102kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c : \u003e/etc/aliases\n sedfile -i 's/START_DAEMON=no/START_DAEMON=yes/g' /etc/default/fetchmail\n mkdir /var/run/fetchmail \u0026\u0026 chown fetchmail /var/run/fetchmail\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/postfix/header_checks.pcre target/postfix/sender_header_filter.pcre target/postfix/sender_login_maps.pcre /etc/postfix/maps/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/shared/ffdhe4096.pem /etc/dovecot/dh.pem # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/shared/ffdhe4096.pem /etc/postfix/dhparams.pem # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/getmail/getmail-service.sh /usr/local/bin/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/getmail/getmailrc_general /etc/getmailrc_general # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c echo 'Reason_Message = Message {rejectdefer} due to: {spf}.' \u003e\u003e/etc/postfix-policyd-spf-python/policyd-spf.conf # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/mta-sts\n chown -R _mta-sts:root /var/run/mta-sts\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendmarc/default-opendmarc /etc/default/opendmarc # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendmarc/opendmarc.conf /etc/opendmarc.conf # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendkim/default-opendkim /etc/default/opendkim # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/opendkim/opendkim.conf /etc/opendkim.conf # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c ln -s /var/log/mail/mail.log /var/log/mail.log\n ln -sf /var/log/mail/fail2ban.log /var/log/fail2ban.log\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"COPY target/fail2ban/jail.local /etc/fail2ban/jail.local # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:56+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c for _ in {1..10}; do\n su - amavis -c \"razor-admin -create\"\n sleep 3\n if su - amavis -c \"razor-admin -register\"; then\n EC=0\n break\n else\n EC=${?}\n fi\n done\n exit ${EC}\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"45.1kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r 's/#(@| \\\\%)bypass/\\1bypass/g' /etc/amavis/conf.d/15-content_filter_mode\n # add users clamav and amavis to each others group\n adduser clamav amavis\n adduser amavis clamav\n # no syslog user in Debian compared to Ubuntu\n adduser --system syslog\n useradd -u 5000 -d /home/docker -s /bin/bash -p \"$(echo docker | openssl passwd -1 -stdin)\" docker\n echo \"0 4 * * * /usr/local/bin/virus-wiper\" | crontab -\n chmod 644 /etc/amavis/conf.d/*\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"81.9kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"COPY target/amavis/postfix-amavis.cf /etc/dms/postfix/master.d/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"COPY target/amavis/conf.d/* /etc/amavis/conf.d/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"28.7kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:52+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/postgrey\n chown postgrey:postgrey /var/run/postgrey\n curl -Lsfo /etc/postgrey/whitelist_clients https://raw.githubusercontent.com/schweikert/postgrey/master/postgrey_whitelist_clients\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"32.8kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/postgrey/postgrey /etc/default/postgrey # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/postsrsd/postsrsd /etc/default/postsrsd # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # ref: https://github.com/docker-mailserver/docker-mailserver/pull/3403#discussion_r1306282387\n echo 'CRON=1' \u003e/etc/default/spamassassin\n sedfile -i -r 's/^\\$INIT restart/supervisorctl restart amavis/g' /etc/spamassassin/sa-update-hooks.d/amavisd-new\n mkdir /etc/spamassassin/kam/\n curl -sSfLo /etc/spamassassin/kam/kam.sa-channels.mcgrail.com.key https://mcgrail.com/downloads/kam.sa-channels.mcgrail.com.key\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"36.9kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf target/postfix/ldap-domains.cf target/postfix/ldap-senders.cf /etc/postfix/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"32.8kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/rspamd/local.d/ /etc/rspamd/local.d/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"77.8kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod 0 /etc/cron.d/dovecot-purge.disabled # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/dovecot-purge.cron /etc/cron.d/dovecot-purge.disabled # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY target/dovecot/*.inc target/dovecot/*.conf /etc/dovecot/conf.d/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"98.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c dpkg -i /dovecot-fts-xapian-*.deb \u0026\u0026 rm /dovecot-fts-xapian-*.deb # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"1.84MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:51+02:00","CreatedBy":"COPY dovecot-fts-xapian-*.deb / # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"561kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:17+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # `COPY --link --chown=200` has a bug when built by the buildx docker-container driver.\n # Restore ownership of parent dirs (Bug: https://github.com/moby/buildkit/issues/3912)\n chown root:root /var /var/lib\n echo '0 */6 * * * clamav /usr/bin/freshclam --quiet' \u003e/etc/cron.d/clamav-freshclam\n chmod 644 /etc/clamav/freshclam.conf\n sedfile -i 's/Foreground false/Foreground true/g' /etc/clamav/clamd.conf\n mkdir /var/run/clamav\n chown -R clamav:root /var/run/clamav\n rm -rf /var/log/clamav/\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"49.2kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:13+02:00","CreatedBy":"COPY --chown=200 /var/lib/clamav /var/lib/clamav # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"235MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"SHELL [/bin/bash -e -o pipefail -c]","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"ARG LOG_LEVEL=trace","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"ARG DEBIAN_FRONTEND=noninteractive","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-13T00:00:16+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c /bin/bash /build/packages.sh \u0026\u0026 rm -r /build # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"484MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:11+02:00","CreatedBy":"COPY target/scripts/helpers/log.sh /usr/local/bin/helpers/log.sh # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"24.6kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:11+02:00","CreatedBy":"COPY target/scripts/build/packages.sh /build/ # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:11+02:00","CreatedBy":"RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/sedfile\n adduser --quiet --system --group --disabled-password --home /var/lib/clamav --no-create-home --uid 200 clamav\n # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"45.1kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"COPY target/bin/sedfile /usr/local/bin/sedfile # buildkit","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"SHELL [/bin/bash -e -o pipefail -c]","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"ARG LOG_LEVEL=trace","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"ARG DOVECOT_COMMUNITY_REPO=0","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2025-08-12T23:59:10+02:00","CreatedBy":"ARG DEBIAN_FRONTEND=noninteractive","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"debuerreotype 0.15","CreatedAt":"2025-08-11T02:00:00+02:00","CreatedBy":"# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'","CreatedSince":"10 months ago","ID":"\u003cmissing\u003e","Size":"85.2MB"} diff --git a/docs/aces/inventory/mailserver/evidence/docker-history.image.txt b/docs/aces/inventory/mailserver/evidence/docker-history.image.txt index 4a68890e..5286dab4 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-history.image.txt +++ b/docs/aces/inventory/mailserver/evidence/docker-history.image.txt @@ -1,41 +1,41 @@ -IMAGE CREATED CREATED BY SIZE COMMENT -sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a 9 months ago ENV DMS_RELEASE=v15.1.0 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.version=v15.1.0 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.revision=060bf9a47443382fb7e37f30d6ab9709b4b8aeab 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.source=https://github.com/docker-mailserver/docker-mailserver 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.documentation=https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.url=https://github.com/docker-mailserver 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.description=A fullstack but simple mail server (SMTP, IMAP, LDAP, Anti-spam, Anti-virus, etc.). Only configuration files, no SQL database. 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.licenses=MIT 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.authors=The Docker Mailserver Organization on GitHub 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.vendor=The Docker Mailserver Organization 0B buildkit.dockerfile.v0 - 9 months ago LABEL org.opencontainers.image.title=docker-mailserver 0B buildkit.dockerfile.v0 - 9 months ago ENV SASLAUTHD_MECH_OPTIONS= 0B buildkit.dockerfile.v0 - 9 months ago ENV POSTGREY_TEXT=Delayed by Postgrey 0B buildkit.dockerfile.v0 - 9 months ago ENV POSTGREY_MAX_AGE=35 0B buildkit.dockerfile.v0 - 9 months ago ENV POSTGREY_DELAY=300 0B buildkit.dockerfile.v0 - 9 months ago ENV POSTGREY_AUTO_WHITELIST_CLIENTS=5 0B buildkit.dockerfile.v0 - 9 months ago ENV FETCHMAIL_POLL=300 0B buildkit.dockerfile.v0 - 9 months ago CMD ["supervisord" "-c" "/etc/supervisor/supervisord.conf"] 0B buildkit.dockerfile.v0 - 9 months ago ENTRYPOINT ["/usr/bin/dumb-init" "--"] 0B buildkit.dockerfile.v0 - 9 months ago EXPOSE map[110/tcp:{} 143/tcp:{} 25/tcp:{} 4190/tcp:{} 465/tcp:{} 587/tcp:{} 993/tcp:{} 995/tcp:{}] 0B buildkit.dockerfile.v0 - 9 months ago WORKDIR / 0B buildkit.dockerfile.v0 - 9 months ago ARG VCS_REVISION=060bf9a47443382fb7e37f30d6ab9709b4b8aeab 0B buildkit.dockerfile.v0 - 9 months ago ARG DMS_RELEASE=v15.1.0 0B buildkit.dockerfile.v0 - 9 months ago COPY target/scripts/startup/setup.d /usr/local/bin/setup.d # buildkit 131kB buildkit.dockerfile.v0 - 9 months ago COPY target/scripts/helpers /usr/local/bin/helpers # buildkit 160kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/* # buildkit 57.3kB buildkit.dockerfile.v0 - 9 months ago COPY target/bin/* target/scripts/*.sh target/scripts/startup/*.sh /usr/local/bin/ # buildkit 201kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c rm -rf /usr/share/locale/* +IMAGE CREATED CREATED BY SIZE COMMENT +sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a 10 months ago ENV DMS_RELEASE=v15.1.0 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.version=v15.1.0 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.revision=060bf9a47443382fb7e37f30d6ab9709b4b8aeab 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.source=https://github.com/docker-mailserver/docker-mailserver 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.documentation=https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.url=https://github.com/docker-mailserver 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.description=A fullstack but simple mail server (SMTP, IMAP, LDAP, Anti-spam, Anti-virus, etc.). Only configuration files, no SQL database. 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.licenses=MIT 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.authors=The Docker Mailserver Organization on GitHub 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.vendor=The Docker Mailserver Organization 0B buildkit.dockerfile.v0 + 10 months ago LABEL org.opencontainers.image.title=docker-mailserver 0B buildkit.dockerfile.v0 + 10 months ago ENV SASLAUTHD_MECH_OPTIONS= 0B buildkit.dockerfile.v0 + 10 months ago ENV POSTGREY_TEXT=Delayed by Postgrey 0B buildkit.dockerfile.v0 + 10 months ago ENV POSTGREY_MAX_AGE=35 0B buildkit.dockerfile.v0 + 10 months ago ENV POSTGREY_DELAY=300 0B buildkit.dockerfile.v0 + 10 months ago ENV POSTGREY_AUTO_WHITELIST_CLIENTS=5 0B buildkit.dockerfile.v0 + 10 months ago ENV FETCHMAIL_POLL=300 0B buildkit.dockerfile.v0 + 10 months ago CMD ["supervisord" "-c" "/etc/supervisor/supervisord.conf"] 0B buildkit.dockerfile.v0 + 10 months ago ENTRYPOINT ["/usr/bin/dumb-init" "--"] 0B buildkit.dockerfile.v0 + 10 months ago EXPOSE map[110/tcp:{} 143/tcp:{} 25/tcp:{} 4190/tcp:{} 465/tcp:{} 587/tcp:{} 993/tcp:{} 995/tcp:{}] 0B buildkit.dockerfile.v0 + 10 months ago WORKDIR / 0B buildkit.dockerfile.v0 + 10 months ago ARG VCS_REVISION=060bf9a47443382fb7e37f30d6ab9709b4b8aeab 0B buildkit.dockerfile.v0 + 10 months ago ARG DMS_RELEASE=v15.1.0 0B buildkit.dockerfile.v0 + 10 months ago COPY target/scripts/startup/setup.d /usr/local/bin/setup.d # buildkit 131kB buildkit.dockerfile.v0 + 10 months ago COPY target/scripts/helpers /usr/local/bin/helpers # buildkit 160kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/* # buildkit 57.3kB buildkit.dockerfile.v0 + 10 months ago COPY target/bin/* target/scripts/*.sh target/scripts/startup/*.sh /usr/local/bin/ # buildkit 201kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c rm -rf /usr/share/locale/* rm -rf /usr/share/man/* rm -rf /usr/share/doc/* update-locale - # buildkit 49.2kB buildkit.dockerfile.v0 - 9 months ago COPY target/supervisor/conf.d/* /etc/supervisor/conf.d/ # buildkit 28.7kB buildkit.dockerfile.v0 - 9 months ago COPY target/supervisor/supervisord.conf /etc/supervisor/supervisord.conf # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/logwatch/ignore.conf /etc/logwatch/conf/ignore.conf # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf # buildkit 24.6kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r "/^#?compress/c\compress\ncopytruncate" /etc/logrotate.conf + # buildkit 49.2kB buildkit.dockerfile.v0 + 10 months ago COPY target/supervisor/conf.d/* /etc/supervisor/conf.d/ # buildkit 28.7kB buildkit.dockerfile.v0 + 10 months ago COPY target/supervisor/supervisord.conf /etc/supervisor/supervisord.conf # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/logwatch/ignore.conf /etc/logwatch/conf/ignore.conf # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago COPY target/logwatch/maillog.conf /etc/logwatch/conf/logfiles/maillog.conf # buildkit 24.6kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r "/^#?compress/c\compress\ncopytruncate" /etc/logrotate.conf mkdir /var/log/mail chown syslog:root /var/log/mail touch /var/log/mail/clamav.log @@ -61,34 +61,34 @@ sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a 9 mont # this change is for our alternative process manager rather than part of # a fix related to the change preceding it. echo -e '\n/usr/bin/supervisorctl signal hup rsyslog >/dev/null' >>/usr/lib/rsyslog/rsyslog-rotate - # buildkit 102kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c : >/etc/aliases + # buildkit 102kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c : >/etc/aliases sedfile -i 's/START_DAEMON=no/START_DAEMON=yes/g' /etc/default/fetchmail mkdir /var/run/fetchmail && chown fetchmail /var/run/fetchmail - # buildkit 24.6kB buildkit.dockerfile.v0 - 9 months ago COPY target/postfix/header_checks.pcre target/postfix/sender_header_filter.pcre target/postfix/sender_login_maps.pcre /etc/postfix/maps/ # buildkit 24.6kB buildkit.dockerfile.v0 - 9 months ago COPY target/shared/ffdhe4096.pem /etc/dovecot/dh.pem # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/shared/ffdhe4096.pem /etc/postfix/dhparams.pem # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/ # buildkit 24.6kB buildkit.dockerfile.v0 - 9 months ago COPY target/getmail/getmail-service.sh /usr/local/bin/ # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago COPY target/getmail/getmailrc_general /etc/getmailrc_general # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c echo 'Reason_Message = Message {rejectdefer} due to: {spf}.' >>/etc/postfix-policyd-spf-python/policyd-spf.conf # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/mta-sts + # buildkit 24.6kB buildkit.dockerfile.v0 + 10 months ago COPY target/postfix/header_checks.pcre target/postfix/sender_header_filter.pcre target/postfix/sender_login_maps.pcre /etc/postfix/maps/ # buildkit 24.6kB buildkit.dockerfile.v0 + 10 months ago COPY target/shared/ffdhe4096.pem /etc/dovecot/dh.pem # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/shared/ffdhe4096.pem /etc/postfix/dhparams.pem # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/postfix/main.cf target/postfix/master.cf /etc/postfix/ # buildkit 24.6kB buildkit.dockerfile.v0 + 10 months ago COPY target/getmail/getmail-service.sh /usr/local/bin/ # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago COPY target/getmail/getmailrc_general /etc/getmailrc_general # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago COPY target/fetchmail/fetchmailrc /etc/fetchmailrc_general # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c echo 'Reason_Message = Message {rejectdefer} due to: {spf}.' >>/etc/postfix-policyd-spf-python/policyd-spf.conf # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/mta-sts chown -R _mta-sts:root /var/run/mta-sts - # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/opendmarc/default-opendmarc /etc/default/opendmarc # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/opendmarc/opendmarc.conf /etc/opendmarc.conf # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago COPY target/opendkim/default-opendkim /etc/default/opendkim # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/opendkim/opendkim.conf /etc/opendkim.conf # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c ln -s /var/log/mail/mail.log /var/log/mail.log + # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/opendmarc/default-opendmarc /etc/default/opendmarc # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/opendmarc/opendmarc.conf /etc/opendmarc.conf # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago COPY target/opendkim/default-opendkim /etc/default/opendkim # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/opendkim/opendkim.conf /etc/opendkim.conf # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c ln -s /var/log/mail/mail.log /var/log/mail.log ln -sf /var/log/mail/fail2ban.log /var/log/fail2ban.log - # buildkit 12.3kB buildkit.dockerfile.v0 - 9 months ago COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago COPY target/fail2ban/jail.local /etc/fail2ban/jail.local # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c for _ in {1..10}; do + # buildkit 12.3kB buildkit.dockerfile.v0 + 10 months ago COPY target/fail2ban/fail2ban.d/fixes.local /etc/fail2ban/fail2ban.d/fixes.local # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago COPY target/fail2ban/jail.local /etc/fail2ban/jail.local # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c for _ in {1..10}; do su - amavis -c "razor-admin -create" sleep 3 if su - amavis -c "razor-admin -register"; then @@ -99,8 +99,8 @@ sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a 9 mont fi done exit ${EC} - # buildkit 45.1kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r 's/#(@| \\%)bypass/\1bypass/g' /etc/amavis/conf.d/15-content_filter_mode + # buildkit 45.1kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c sedfile -i -r 's/#(@| \\%)bypass/\1bypass/g' /etc/amavis/conf.d/15-content_filter_mode # add users clamav and amavis to each others group adduser clamav amavis adduser amavis clamav @@ -109,33 +109,33 @@ sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a 9 mont useradd -u 5000 -d /home/docker -s /bin/bash -p "$(echo docker | openssl passwd -1 -stdin)" docker echo "0 4 * * * /usr/local/bin/virus-wiper" | crontab - chmod 644 /etc/amavis/conf.d/* - # buildkit 81.9kB buildkit.dockerfile.v0 - 9 months ago COPY target/amavis/postfix-amavis.cf /etc/dms/postfix/master.d/ # buildkit 24.6kB buildkit.dockerfile.v0 - 9 months ago COPY target/amavis/conf.d/* /etc/amavis/conf.d/ # buildkit 28.7kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/postgrey + # buildkit 81.9kB buildkit.dockerfile.v0 + 10 months ago COPY target/amavis/postfix-amavis.cf /etc/dms/postfix/master.d/ # buildkit 24.6kB buildkit.dockerfile.v0 + 10 months ago COPY target/amavis/conf.d/* /etc/amavis/conf.d/ # buildkit 28.7kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c mkdir /var/run/postgrey chown postgrey:postgrey /var/run/postgrey curl -Lsfo /etc/postgrey/whitelist_clients https://raw.githubusercontent.com/schweikert/postgrey/master/postgrey_whitelist_clients - # buildkit 32.8kB buildkit.dockerfile.v0 - 9 months ago COPY target/postgrey/postgrey /etc/default/postgrey # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/postsrsd/postsrsd /etc/default/postsrsd # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # ref: https://github.com/docker-mailserver/docker-mailserver/pull/3403#discussion_r1306282387 + # buildkit 32.8kB buildkit.dockerfile.v0 + 10 months ago COPY target/postgrey/postgrey /etc/default/postgrey # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/postsrsd/postsrsd /etc/default/postsrsd # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # ref: https://github.com/docker-mailserver/docker-mailserver/pull/3403#discussion_r1306282387 echo 'CRON=1' >/etc/default/spamassassin sedfile -i -r 's/^\$INIT restart/supervisorctl restart amavis/g' /etc/spamassassin/sa-update-hooks.d/amavisd-new mkdir /etc/spamassassin/kam/ curl -sSfLo /etc/spamassassin/kam/kam.sa-channels.mcgrail.com.key https://mcgrail.com/downloads/kam.sa-channels.mcgrail.com.key - # buildkit 36.9kB buildkit.dockerfile.v0 - 9 months ago COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf target/postfix/ldap-domains.cf target/postfix/ldap-senders.cf /etc/postfix/ # buildkit 32.8kB buildkit.dockerfile.v0 - 9 months ago COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/rspamd/local.d/ /etc/rspamd/local.d/ # buildkit 77.8kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod 0 /etc/cron.d/dovecot-purge.disabled # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/dovecot/dovecot-purge.cron /etc/cron.d/dovecot-purge.disabled # buildkit 16.4kB buildkit.dockerfile.v0 - 9 months ago COPY target/dovecot/*.inc target/dovecot/*.conf /etc/dovecot/conf.d/ # buildkit 98.3kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c dpkg -i /dovecot-fts-xapian-*.deb && rm /dovecot-fts-xapian-*.deb # buildkit 1.84MB buildkit.dockerfile.v0 - 9 months ago COPY dovecot-fts-xapian-*.deb / # buildkit 561kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # `COPY --link --chown=200` has a bug when built by the buildx docker-container driver. + # buildkit 36.9kB buildkit.dockerfile.v0 + 10 months ago COPY target/postfix/ldap-users.cf target/postfix/ldap-groups.cf target/postfix/ldap-aliases.cf target/postfix/ldap-domains.cf target/postfix/ldap-senders.cf /etc/postfix/ # buildkit 32.8kB buildkit.dockerfile.v0 + 10 months ago COPY target/dovecot/auth-ldap.conf.ext /etc/dovecot/conf.d # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago COPY target/dovecot/dovecot-ldap.conf.ext /etc/dovecot # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/dovecot/auth-oauth2.conf.ext /etc/dovecot/conf.d # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago COPY target/dovecot/dovecot-oauth2.conf.ext /etc/dovecot # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/rspamd/local.d/ /etc/rspamd/local.d/ # buildkit 77.8kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod 0 /etc/cron.d/dovecot-purge.disabled # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/dovecot/dovecot-purge.cron /etc/cron.d/dovecot-purge.disabled # buildkit 16.4kB buildkit.dockerfile.v0 + 10 months ago COPY target/dovecot/*.inc target/dovecot/*.conf /etc/dovecot/conf.d/ # buildkit 98.3kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c dpkg -i /dovecot-fts-xapian-*.deb && rm /dovecot-fts-xapian-*.deb # buildkit 1.84MB buildkit.dockerfile.v0 + 10 months ago COPY dovecot-fts-xapian-*.deb / # buildkit 561kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c # `COPY --link --chown=200` has a bug when built by the buildx docker-container driver. # Restore ownership of parent dirs (Bug: https://github.com/moby/buildkit/issues/3912) chown root:root /var /var/lib echo '0 */6 * * * clamav /usr/bin/freshclam --quiet' >/etc/cron.d/clamav-freshclam @@ -144,20 +144,20 @@ sha256:af51b15dd3fc72153c0e90eb7692bb5e3a463212d87959a80fa7aa89b617d44a 9 mont mkdir /var/run/clamav chown -R clamav:root /var/run/clamav rm -rf /var/log/clamav/ - # buildkit 49.2kB buildkit.dockerfile.v0 - 9 months ago COPY --chown=200 /var/lib/clamav /var/lib/clamav # buildkit 235MB buildkit.dockerfile.v0 - 9 months ago SHELL [/bin/bash -e -o pipefail -c] 0B buildkit.dockerfile.v0 - 9 months ago ARG LOG_LEVEL=trace 0B buildkit.dockerfile.v0 - 9 months ago ARG DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c /bin/bash /build/packages.sh && rm -r /build # buildkit 484MB buildkit.dockerfile.v0 - 9 months ago COPY target/scripts/helpers/log.sh /usr/local/bin/helpers/log.sh # buildkit 24.6kB buildkit.dockerfile.v0 - 9 months ago COPY target/scripts/build/packages.sh /build/ # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/sedfile + # buildkit 49.2kB buildkit.dockerfile.v0 + 10 months ago COPY --chown=200 /var/lib/clamav /var/lib/clamav # buildkit 235MB buildkit.dockerfile.v0 + 10 months ago SHELL [/bin/bash -e -o pipefail -c] 0B buildkit.dockerfile.v0 + 10 months ago ARG LOG_LEVEL=trace 0B buildkit.dockerfile.v0 + 10 months ago ARG DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c /bin/bash /build/packages.sh && rm -r /build # buildkit 484MB buildkit.dockerfile.v0 + 10 months ago COPY target/scripts/helpers/log.sh /usr/local/bin/helpers/log.sh # buildkit 24.6kB buildkit.dockerfile.v0 + 10 months ago COPY target/scripts/build/packages.sh /build/ # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago RUN |3 DEBIAN_FRONTEND=noninteractive DOVECOT_COMMUNITY_REPO=0 LOG_LEVEL=trace /bin/bash -e -o pipefail -c chmod +x /usr/local/bin/sedfile adduser --quiet --system --group --disabled-password --home /var/lib/clamav --no-create-home --uid 200 clamav - # buildkit 45.1kB buildkit.dockerfile.v0 - 9 months ago COPY target/bin/sedfile /usr/local/bin/sedfile # buildkit 20.5kB buildkit.dockerfile.v0 - 9 months ago SHELL [/bin/bash -e -o pipefail -c] 0B buildkit.dockerfile.v0 - 9 months ago ARG LOG_LEVEL=trace 0B buildkit.dockerfile.v0 - 9 months ago ARG DOVECOT_COMMUNITY_REPO=0 0B buildkit.dockerfile.v0 - 9 months ago ARG DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 - 9 months ago # debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400' 85.2MB debuerreotype 0.15 + # buildkit 45.1kB buildkit.dockerfile.v0 + 10 months ago COPY target/bin/sedfile /usr/local/bin/sedfile # buildkit 20.5kB buildkit.dockerfile.v0 + 10 months ago SHELL [/bin/bash -e -o pipefail -c] 0B buildkit.dockerfile.v0 + 10 months ago ARG LOG_LEVEL=trace 0B buildkit.dockerfile.v0 + 10 months ago ARG DOVECOT_COMMUNITY_REPO=0 0B buildkit.dockerfile.v0 + 10 months ago ARG DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 + 10 months ago # debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400' 85.2MB debuerreotype 0.15 diff --git a/docs/aces/inventory/mailserver/evidence/docker-inspect.container.json b/docs/aces/inventory/mailserver/evidence/docker-inspect.container.json index 43506f50..48374051 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/mailserver/evidence/docker-inspect.container.json @@ -284,7 +284,7 @@ }, "NetworkSettings": { "SandboxID": "0e9fa7813d12db9782711179e65a2889916bb3321f18461acde9fb64e527f4b7", - "SandboxKey": "", + "SandboxKey": "/var/run/docker/netns/0e9fa7813d12", "Ports": { "110/tcp": null, "143/tcp": null, diff --git a/docs/aces/inventory/mailserver/evidence/docker-logs.mailserver.txt b/docs/aces/inventory/mailserver/evidence/docker-logs.mailserver.txt index a1f862e8..94a82c69 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-logs.mailserver.txt +++ b/docs/aces/inventory/mailserver/evidence/docker-logs.mailserver.txt @@ -24,7 +24,7 @@ 2026-05-28T06:02:18.318089+00:00 mail amavis[1369]: No decoder for .doc 2026-05-28T06:02:18.318099+00:00 mail amavis[1369]: No decoder for .zoo 2026-05-28T06:02:18.318106+00:00 mail amavis[1369]: No decoder for .zst -2026-05-28T06:03:03.396120+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:03:03.396120+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session=<654we9pSssmsFAEe> 2026-05-28T06:03:03.403993+00:00 mail postfix/submissions/smtpd[2281]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:03.404014+00:00 mail postfix/submission/smtpd[2282]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:03.405144+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz @@ -50,7 +50,7 @@ 2026-05-28T06:03:03.420901+00:00 mail postfix/submission/smtpd[2282]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: EHLO kali.techvault.local\r\nQUIT\r\n 2026-05-28T06:03:03.421457+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:03.421597+00:00 mail postfix/submission/smtpd[2282]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] ehlo=1 quit=1 commands=2 -2026-05-28T06:03:03.429647+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:03:03.429647+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session=<3iExe9pSusmsFAEe> 2026-05-28T06:03:03.449915+00:00 mail postfix/submissions/smtpd[2281]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:03.449950+00:00 mail postfix/submissions/smtpd[2281]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: \026\003\001\006\224\001\000\006\220\003\003w\352\364w:7\0240^\276N\006V\215l\022f"\312\355\311\211\001\276\203\254@\300\364\354b\272 m~*\236\006G\\\226\336Q\216\360\377\221y+\361\271\3479\271\261\350k\310\025Z4\020H`\306\000\266\023\002\023\003\023\001\300,\3000\000\243\000\237\314\251\314\250\314\252\300\255 2026-05-28T06:03:03.450538+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz @@ -66,7 +66,7 @@ 2026-05-28T06:03:20.508261+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:20.508388+00:00 mail postfix/submissions/smtpd[2281]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:20.508424+00:00 mail postfix/submissions/smtpd[2281]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] commands=0/0 -2026-05-28T06:03:20.509782+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:03:20.509782+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= 2026-05-28T06:03:20.510412+00:00 mail postfix/submission/smtpd[2282]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:20.511289+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:20.511408+00:00 mail postfix/submission/smtpd[2282]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] @@ -81,7 +81,7 @@ 2026-05-28T06:03:20.519596+00:00 mail postfix/submission/smtpd[2282]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: EHLO kali.techvault.local\r\nQUIT\r\n 2026-05-28T06:03:20.520117+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:20.520263+00:00 mail postfix/submission/smtpd[2282]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] ehlo=1 quit=1 commands=2 -2026-05-28T06:03:20.528371+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:03:20.528371+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= 2026-05-28T06:03:20.542016+00:00 mail postfix/submissions/smtpd[2281]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:20.542062+00:00 mail postfix/submissions/smtpd[2281]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: \026\003\001\006\224\001\000\006\220\003\003\212\353\016?D"[?\354\333-\3153\377\000\024m\274\317\207\370F\234,byPf\274\021G# 3\3074'\306{\242\023\211x$\325\311Au\302\030.pJ\310w(\031\v\272\036R\374\035\204\207\000\266\023\002\023\003\023\001\300,\3000\000\243\000\237\314\251\314\250\314\252\300\255 2026-05-28T06:03:20.542713+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz @@ -97,7 +97,7 @@ 2026-05-28T06:03:49.603869+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:49.604001+00:00 mail postfix/submissions/smtpd[2281]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:49.604048+00:00 mail postfix/submissions/smtpd[2281]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] commands=0/0 -2026-05-28T06:03:49.605510+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:03:49.605510+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= 2026-05-28T06:03:49.605512+00:00 mail postfix/submission/smtpd[2282]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:49.606057+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:49.606208+00:00 mail postfix/submission/smtpd[2282]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] @@ -112,9 +112,46 @@ 2026-05-28T06:03:49.615204+00:00 mail postfix/submission/smtpd[2282]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: EHLO kali.techvault.local\r\nQUIT\r\n 2026-05-28T06:03:49.615737+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:49.615891+00:00 mail postfix/submission/smtpd[2282]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] ehlo=1 quit=1 commands=2 -2026-05-28T06:03:49.623886+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:03:49.623886+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= 2026-05-28T06:03:49.637266+00:00 mail postfix/submissions/smtpd[2281]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] 2026-05-28T06:03:49.637300+00:00 mail postfix/submissions/smtpd[2281]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: \026\003\001\006\224\001\000\006\220\003\003[=\225\344b\243\3512\236c\331\004\203\005\343\337K\326\214\206q\006\001^_\276\231\364W~\026\210 \346Q+\ayX\334.tG\207\307\205\2752\224\303>\273\260\362y\210~2\270\330\261*\204\0161\000\266\023\002\023\003\023\001\300,\3000\000\243\000\237\314\251\314\250\314\252\300\255 2026-05-28T06:03:49.637984+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz 2026-05-28T06:03:49.638120+00:00 mail postfix/submissions/smtpd[2281]: warning: non-SMTP command from aptl-kali.aptl_aptl-dmz[172.20.1.30]: \026\003\001\006\224\001\000\006\220\003\003[=\225\344b\243\3512\236c\331\004\203\005\343\337K\326\2 2026-05-28T06:03:49.638177+00:00 mail postfix/submissions/smtpd[2281]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] unknown=0/1 commands=0/1 +2026-05-28T06:08:02.474295+00:00 mail postfix/postscreen[4368]: CONNECT from [172.20.1.30]:35124 to [172.20.1.21]:25 +2026-05-28T06:08:02.474304+00:00 mail postfix/postscreen[4368]: ALLOWLISTED [172.20.1.30]:35124 +2026-05-28T06:08:02.477117+00:00 mail dovecot: imap-login: Disconnected: Connection closed (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:08:02.483587+00:00 mail postfix/postscreen[4368]: CONNECT from [172.20.1.30]:35138 to [172.20.1.21]:25 +2026-05-28T06:08:02.483603+00:00 mail postfix/postscreen[4368]: ALLOWLISTED [172.20.1.30]:35138 +2026-05-28T06:08:02.484520+00:00 mail postfix/submission/smtpd[4372]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.484542+00:00 mail postfix/smtpd[4370]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.484618+00:00 mail postfix/submissions/smtpd[4371]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.485336+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz +2026-05-28T06:08:02.485472+00:00 mail postfix/smtpd[4370]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.485509+00:00 mail postfix/smtpd[4370]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] commands=0/0 +2026-05-28T06:08:02.485998+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz +2026-05-28T06:08:02.486080+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz +2026-05-28T06:08:02.486287+00:00 mail postfix/submissions/smtpd[4371]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.486351+00:00 mail postfix/submissions/smtpd[4371]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] commands=0/0 +2026-05-28T06:08:02.486489+00:00 mail postfix/submission/smtpd[4372]: lost connection after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.486524+00:00 mail postfix/smtpd[4370]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.486547+00:00 mail postfix/submission/smtpd[4372]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] commands=0/0 +2026-05-28T06:08:02.487027+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz +2026-05-28T06:08:02.487188+00:00 mail postfix/smtpd[4370]: improper command pipelining after EHLO from aptl-kali.aptl_aptl-dmz[172.20.1.30]: QUIT\r\n +2026-05-28T06:08:02.487273+00:00 mail postfix/smtpd[4370]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] ehlo=1 quit=1 commands=2 +2026-05-28T06:08:02.490771+00:00 mail postfix/submission/smtpd[4372]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.490792+00:00 mail postfix/submission/smtpd[4372]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: EHLO kali.techvault.local\r\nQUIT\r\n +2026-05-28T06:08:02.491557+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz +2026-05-28T06:08:02.491769+00:00 mail postfix/submission/smtpd[4372]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] ehlo=1 quit=1 commands=2 +2026-05-28T06:08:02.499653+00:00 mail dovecot: imap-login: Disconnected: Aborted login by logging out (no auth attempts in 0 secs): user=<>, rip=172.20.1.30, lip=172.20.1.21, session= +2026-05-28T06:08:02.513114+00:00 mail postfix/submissions/smtpd[4371]: connect from aptl-kali.aptl_aptl-dmz[172.20.1.30] +2026-05-28T06:08:02.513147+00:00 mail postfix/submissions/smtpd[4371]: improper command pipelining after CONNECT from aptl-kali.aptl_aptl-dmz[172.20.1.30]: \026\003\001\006\224\001\000\006\220\003\0037|\376\210\377\024o\016\030\372\370\334\031\vL%\207\035\315\217\335\005\v2\241\311\242\0301\027t\n #\2233\3635)\255\365\313t\233\375\206^\252\235\346q*\372\267\216\2240\350\360\025\251\306w\221\242\000\266\023\002\023\003\023\001\300,\3000\000\243\000\237\314\251\314\250\314\252\300\255 +2026-05-28T06:08:02.513692+00:00 mail opendmarc[1322]: ignoring connection from aptl-kali.aptl_aptl-dmz +2026-05-28T06:08:02.513791+00:00 mail postfix/submissions/smtpd[4371]: warning: non-SMTP command from aptl-kali.aptl_aptl-dmz[172.20.1.30]: \026\003\001\006\224\001\000\006\220\003\0037|\376\210\377\024o\016\030\372\370\334\031\vL%\207\035\ +2026-05-28T06:08:02.513832+00:00 mail postfix/submissions/smtpd[4371]: disconnect from aptl-kali.aptl_aptl-dmz[172.20.1.30] unknown=0/1 commands=0/1 +2026-05-28T18:19:27.247101+00:00 mail dovecot: master: Warning: Time moved forwards by 0.100018 seconds - adjusting timeouts. +2026-05-30T07:01:27.591605+00:00 mail dovecot: master: Warning: Time moved forwards by 0.101015 seconds - adjusting timeouts. +tail: /var/log/mail/mail.log: file truncated +2026-06-03T21:23:35.514379+00:00 mail dovecot: master: Warning: Time moved forwards by 0.100019 seconds - adjusting timeouts. +2026-06-06T22:48:11.241960+00:00 mail dovecot: master: Warning: Time moved forwards by 0.100025 seconds - adjusting timeouts. +tail: /var/log/mail/mail.log: file truncated diff --git a/docs/aces/inventory/mailserver/evidence/docker-network.aptl-dmz.json b/docs/aces/inventory/mailserver/evidence/docker-network.aptl-dmz.json index dcb00bb2..15158a9d 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-network.aptl-dmz.json +++ b/docs/aces/inventory/mailserver/evidence/docker-network.aptl-dmz.json @@ -32,39 +32,39 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "f71a0b2a10b9b524038cdd82cc550fdc32e3580199762516ef35f4a63ac7ec35", - "MacAddress": "82:aa:07:a7:db:d9", - "IPv4Address": "172.20.1.50/24", - "IPv6Address": "" - }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "2675e9783a626c797e01d8e20b71b949a9f97381f1960b2def4372aaa23560fb", - "MacAddress": "d2:a3:1d:df:b8:63", - "IPv4Address": "172.20.1.10/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "23e19fff8f280fa9e6f816e97e37ff3da76738cd585b518c1ffaaa857b0e2527", + "MacAddress": "3a:44:5f:7f:42:73", + "IPv4Address": "172.20.1.22/24", "IPv6Address": "" }, - "9598b368e67a844a1508af7f7aad7f1424fdae71acb720419a506249f0a9ac57": { + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { "Name": "aptl-kali", - "EndpointID": "12be81ba0d7f145fef98dae1b0806bdb8b948d088f9137418736571f53fc08dc", - "MacAddress": "06:75:5b:f5:0f:cc", + "EndpointID": "a08f9cc7c2b5fc44e29796b7fab85c0b1b0e9f7eb7720b7c635aa6304677f4b6", + "MacAddress": "52:5f:ff:be:9c:98", "IPv4Address": "172.20.1.30/24", "IPv6Address": "" }, - "a44db23d6b836d520798280fe2071034c5455d8a360f465defd8aef190bdfa1d": { + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "2c545048b27352e81ea9fc511304aea64a2aeb491f426d6d6c5515259daa7cbd", + "MacAddress": "06:e7:f1:a8:62:c0", + "IPv4Address": "172.20.1.50/24", + "IPv6Address": "" + }, + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { "Name": "aptl-webapp", - "EndpointID": "6b81cde8f5594cb393a381b1d44bcdb5cb9003030006fee7b71fbc5a448a6115", - "MacAddress": "52:22:28:53:33:ca", + "EndpointID": "62a88be00613d2381bba293db9dcb93a24d76ff5ea5b0d84eba17c1d042f0fc1", + "MacAddress": "c6:d5:bc:8f:ac:4a", "IPv4Address": "172.20.1.20/24", "IPv6Address": "" }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "eb2e45bb214120473221dc4d67404506498050a22542a3d7731d31620cdea687", - "MacAddress": "d6:91:1f:4c:ff:c7", - "IPv4Address": "172.20.1.22/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "c33eebb0fe4a5d2d6a799dba790ce73ec34dbdb4cc872da62dade31b77e79ecd", + "MacAddress": "4a:e2:8e:28:f8:99", + "IPv4Address": "172.20.1.10/24", "IPv6Address": "" }, "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { diff --git a/docs/aces/inventory/mailserver/evidence/docker-network.aptl-internal.json b/docs/aces/inventory/mailserver/evidence/docker-network.aptl-internal.json index d5a61bc3..15a1dd02 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-network.aptl-internal.json +++ b/docs/aces/inventory/mailserver/evidence/docker-network.aptl-internal.json @@ -32,67 +32,74 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "693b4226ec8213d28b2000a89cb63996c4574afcb220f3d5ed82ad818e501065", - "MacAddress": "8a:d4:10:7e:60:b4", - "IPv4Address": "172.20.2.50/24", + "21eda147ba3068e4cfe3a5d18ea1ede798a7d84ba4826c0f3065645bc23971ad": { + "Name": "aptl-fileshare", + "EndpointID": "a744f96583d9e5f32b0d5831c81f05a17c38d166b74d54f53a5c1e40a907faac", + "MacAddress": "aa:0a:ca:f6:3f:b1", + "IPv4Address": "172.20.2.12/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "5ac23437333211555e355738803b17bd898630a1e5036a1f5bd48bb014c4fcb0", - "MacAddress": "0e:dd:8d:cc:5f:7d", - "IPv4Address": "172.20.2.30/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "e7559df484b29c7468f4e6167cbcdf8c764b0988d84116afb1b549489d1a050c", + "MacAddress": "c6:49:cc:27:01:da", + "IPv4Address": "172.20.2.27/24", + "IPv6Address": "" + }, + "264d754571f7866985e9ea41cab9077221933aab35fa412986bff01e5aa2d1d1": { + "Name": "aptl-workstation", + "EndpointID": "e07344281cbc69620cdb2202e198ae4d72a16845e8b834495febcabeaeffa7a3", + "MacAddress": "22:dc:46:cf:d7:1c", + "IPv4Address": "172.20.2.40/24", "IPv6Address": "" }, - "9598b368e67a844a1508af7f7aad7f1424fdae71acb720419a506249f0a9ac57": { + "3ede99d8b05fca836d3b6784807e67f97c28ef137b7c14e8d171f93053153ae9": { "Name": "aptl-kali", - "EndpointID": "b86e54c282cc1f662719fd15d402ad6339853e501c0f542fa16910646cb6e19b", - "MacAddress": "b6:ac:85:98:9c:a4", + "EndpointID": "a147658701ec6db8e4d7dfe02d7dc5f1afb98bdba05ba6447a8ec0ff86b0fdd8", + "MacAddress": "de:2a:88:a0:60:4d", "IPv4Address": "172.20.2.35/24", "IPv6Address": "" }, - "961e464bcbf1d2a9f8a96a015a52dcd3438f56da254be8fc484cb01d4c82183b": { - "Name": "aptl-fileshare", - "EndpointID": "329bb36706e30e185325da0c1360c6cb18fdb4e92f84f586e0f5162da616f53e", - "MacAddress": "26:36:cc:03:76:e1", - "IPv4Address": "172.20.2.12/24", + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "d2aff68b4860db2afd51cacd35b115df3239ec0c0d0d1a70c38c9850dc437edd", + "MacAddress": "d6:3e:0a:c1:26:32", + "IPv4Address": "172.20.2.50/24", "IPv6Address": "" }, - "a44db23d6b836d520798280fe2071034c5455d8a360f465defd8aef190bdfa1d": { + "56af69ab791ca8543ab34b4bcb386aedb79a170adb2b8dd5bdfae92fe5c88f1e": { "Name": "aptl-webapp", - "EndpointID": "421aab27768dc6c78437c1b0de55e1940646b1c722111453771cb40c4c2fe17a", - "MacAddress": "82:52:09:8b:9d:79", + "EndpointID": "127c8f784f378d07db3bfccfeece72153ec5763c0472d12ebb9127135274f162", + "MacAddress": "2a:2d:b3:44:c1:ee", "IPv4Address": "172.20.2.25/24", "IPv6Address": "" }, - "a8e5b007ae34ab2505b07d00c64e4658de68028b7d1b53cd074edff4f4391099": { - "Name": "aptl-ad", - "EndpointID": "32b08283f847efb5a3f922194ab22b9bada1e00f368ed7e8c47b0db8a6252a24", - "MacAddress": "2a:94:5f:9a:c2:45", - "IPv4Address": "172.20.2.10/24", + "635ee40d3b0937adc766bba11af1099e18865dafdbddbcb640fd075bffdc81c2": { + "Name": "aptl-db", + "EndpointID": "388a4f60525be56c8f5d82fcdbfa99d277cc9555964b209a129c876c87681813", + "MacAddress": "2e:00:24:fb:58:ce", + "IPv4Address": "172.20.2.11/24", "IPv6Address": "" }, - "a9701bcb6a262e1e16fcb5250c31fbdccacdc56c2f5c495f992ac4f01ec4daba": { - "Name": "aptl-victim", - "EndpointID": "4a235d56c902f72aa27b64c760ca95670e4014ba7823f0286262baeda6e31d26", - "MacAddress": "56:88:c2:77:b1:02", - "IPv4Address": "172.20.2.20/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "977f4d3319b07554a37a7873e43198d62f2723af755eb6be1eba5c92d0204b54", + "MacAddress": "b6:f9:7a:15:98:3a", + "IPv4Address": "172.20.2.30/24", "IPv6Address": "" }, - "bee68cc7d455e9101c91febab49f87fb87f145088e03b443de99815a0dcf81b7": { - "Name": "aptl-workstation", - "EndpointID": "fa4d83bf827a98b9cdaee7bb41d99529c381a4cd3e3beb397671e0ab2df4d953", - "MacAddress": "6a:9b:77:93:b3:7a", - "IPv4Address": "172.20.2.40/24", + "7ed4af3e0aa0abacd8b6bfa5c035b90cddb0335ae56d1e2a899adbc645152691": { + "Name": "aptl-victim", + "EndpointID": "13eaa548e14a12ca2d6673206329bc165d545c2868f2cc13c8c42d502c78da34", + "MacAddress": "d6:9c:ac:f8:6a:c7", + "IPv4Address": "172.20.2.20/24", "IPv6Address": "" }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "43843734713a7c1cc6e230a499bd0c7cf020f058452e8c83920286e83a84913a", - "MacAddress": "7e:58:a5:13:f6:34", - "IPv4Address": "172.20.2.27/24", + "c52389d21df025454c609e0e9ecd1ed288e41f968764a5ac01eaf55b03684209": { + "Name": "aptl-ad", + "EndpointID": "8c7660994ec8be4206d734b5210685bc87ddd8b96efcddb2781dc08dad307a28", + "MacAddress": "16:e0:d4:a0:19:61", + "IPv4Address": "172.20.2.10/24", "IPv6Address": "" }, "d195b7bed1a9642033f18d1b411a567e9c31bfddd3dc55ce2b4afc76c8425e52": { @@ -101,13 +108,6 @@ "MacAddress": "b2:66:04:e3:65:0c", "IPv4Address": "172.20.2.26/24", "IPv6Address": "" - }, - "eb94b8daca335b05e4e791d114d26e98dd508fffb58b6df0076d8425c9bafa09": { - "Name": "aptl-db", - "EndpointID": "176798557d532605447067359259dbe3ee08e57a62e35183e379d53f7f6edb4f", - "MacAddress": "3a:69:55:99:70:e3", - "IPv4Address": "172.20.2.11/24", - "IPv6Address": "" } }, "Status": { diff --git a/docs/aces/inventory/mailserver/evidence/docker-top.txt b/docs/aces/inventory/mailserver/evidence/docker-top.txt index 5cbeaae8..ba4efcaf 100644 --- a/docs/aces/inventory/mailserver/evidence/docker-top.txt +++ b/docs/aces/inventory/mailserver/evidence/docker-top.txt @@ -1,25 +1,26 @@ UID PID PPID C STIME TTY TIME CMD -root 2272961 2272938 0 08:01 ? 00:00:00 /usr/bin/dumb-init -- supervisord -c /etc/supervisor/supervisord.conf -root 2273038 2272961 0 08:01 ? 00:00:00 /usr/bin/python3 /usr/bin/supervisord -c /etc/supervisor/supervisord.conf -root 2273107 2273038 0 08:01 ? 00:00:00 tail -Fn +1 /var/log/mail/mail.log -root 2278501 2273038 0 08:02 ? 00:00:00 /usr/sbin/cron -f -root 2278521 2273038 0 08:02 ? 00:00:00 /usr/sbin/rsyslogd -n -root 2278528 2273038 0 08:02 ? 00:00:00 /usr/sbin/dovecot -F -c /etc/dovecot/dovecot.conf -sshd 2278536 2278528 0 08:02 ? 00:00:00 dovecot/anvil -root 2278537 2278528 0 08:02 ? 00:00:00 dovecot/log -root 2278538 2278528 0 08:02 ? 00:00:00 dovecot/config -root 2278552 2273038 0 08:02 ? 00:00:00 /bin/bash /usr/local/bin/update-check.sh -root 2278582 2278552 0 08:02 ? 00:00:00 sleep 1d -pollina+ 2278592 2273038 0 08:02 ? 00:00:00 /usr/sbin/opendkim -f -pollina+ 2278593 2278592 0 08:02 ? 00:00:00 /usr/sbin/opendkim -f -syslog 2278602 2273038 0 08:02 ? 00:00:00 /usr/sbin/opendmarc -f -p inet:8893@localhost -P /var/run/opendmarc/opendmarc.pid -root 2278615 2273038 0 08:02 ? 00:00:00 /usr/bin/python3 /usr/bin/pidproxy /var/spool/postfix/pid/master.pid /usr/sbin/postfix start-fg -root 2278619 2278615 0 08:02 ? 00:00:00 /bin/sh /usr/lib/postfix/sbin/postfix-script start-fg -caddy 2278655 2273038 0 08:02 ? 00:00:00 /usr/sbin/amavisd (master) -root 2278825 2278619 0 08:02 ? 00:00:00 /usr/lib/postfix/sbin/master -s -tcpdump 2278826 2278825 0 08:02 ? 00:00:00 pickup -l -t fifo -u -o content_filter= -o receive_override_options=no_header_body_checks -tcpdump 2278827 2278825 0 08:02 ? 00:00:00 qmgr -l -t unix -u -root 2278831 2273038 0 08:02 ? 00:00:00 /bin/bash /usr/local/bin/check-for-changes.sh -caddy 2278883 2278655 0 08:02 ? 00:00:00 /usr/sbin/amavisd (virgin child) -caddy 2278884 2278655 0 08:02 ? 00:00:00 /usr/sbin/amavisd (virgin child) -root 2313650 2278831 0 08:08 ? 00:00:00 sleep 2 +root 2272961 2272938 0 May28 ? 00:00:00 /usr/bin/dumb-init -- supervisord -c /etc/supervisor/supervisord.conf +root 2273038 2272961 0 May28 ? 00:04:34 /usr/bin/python3 /usr/bin/supervisord -c /etc/supervisor/supervisord.conf +root 2273107 2273038 0 May28 ? 00:00:00 tail -Fn +1 /var/log/mail/mail.log +root 2278501 2273038 0 May28 ? 00:00:02 /usr/sbin/cron -f +root 2278521 2273038 0 May28 ? 00:00:00 /usr/sbin/rsyslogd -n +root 2278528 2273038 0 May28 ? 00:00:00 /usr/sbin/dovecot -F -c /etc/dovecot/dovecot.conf +sshd 2278536 2278528 0 May28 ? 00:00:00 dovecot/anvil +root 2278537 2278528 0 May28 ? 00:00:00 dovecot/log +root 2278538 2278528 0 May28 ? 00:00:00 dovecot/config +root 2278552 2273038 0 May28 ? 00:00:00 /bin/bash /usr/local/bin/update-check.sh +pollina+ 2278592 2273038 0 May28 ? 00:00:00 /usr/sbin/opendkim -f +pollina+ 2278593 2278592 0 May28 ? 00:00:13 /usr/sbin/opendkim -f +syslog 2278602 2273038 0 May28 ? 00:00:13 /usr/sbin/opendmarc -f -p inet:8893@localhost -P /var/run/opendmarc/opendmarc.pid +root 2278615 2273038 0 May28 ? 00:00:09 /usr/bin/python3 /usr/bin/pidproxy /var/spool/postfix/pid/master.pid /usr/sbin/postfix start-fg +root 2278619 2278615 0 May28 ? 00:00:00 /bin/sh /usr/lib/postfix/sbin/postfix-script start-fg +caddy 2278655 2273038 0 May28 ? 00:00:08 /usr/sbin/amavisd (master) +root 2278825 2278619 0 May28 ? 00:00:04 /usr/lib/postfix/sbin/master -s +tcpdump 2278827 2278825 0 May28 ? 00:00:00 qmgr -l -t unix -u +root 2278831 2273038 0 May28 ? 00:18:49 /bin/bash /usr/local/bin/check-for-changes.sh +caddy 2278883 2278655 0 May28 ? 00:00:00 /usr/sbin/amavisd (virgin child) +caddy 2278884 2278655 0 May28 ? 00:00:00 /usr/sbin/amavisd (virgin child) +root 4111691 2278552 0 08:02 ? 00:00:00 sleep 1d +tcpdump 806586 2278825 0 11:39 ? 00:00:00 pickup -l -t fifo -u -o content_filter= -o receive_override_options=no_header_body_checks +sshd 954538 2278528 0 12:35 ? 00:00:00 dovecot/auth +root 956771 2278831 0 12:36 ? 00:00:00 sleep 2 diff --git a/docs/aces/inventory/mailserver/evidence/evidence-sha256sums.txt b/docs/aces/inventory/mailserver/evidence/evidence-sha256sums.txt index a2e0af96..b738d4e9 100644 --- a/docs/aces/inventory/mailserver/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/mailserver/evidence/evidence-sha256sums.txt @@ -1,17 +1,17 @@ 1c3aff65019cc4f2fceb8ed08cb94ec2dd4a2c2311ad16fc483741d97eb1aaf3 docs/aces/inventory/mailserver/evidence/capture-limits.txt 9617dc6b7c3f5c9776a35f7c6412c02e413bbf68f986e30012978d13f95eda2c docs/aces/inventory/mailserver/evidence/captured-at-utc.txt -f99605868248c0e7eddf9430551db09b198bcd2af7f0fd06b627362d7f44c68b docs/aces/inventory/mailserver/evidence/compose-service.mailserver.json +774f163bbd3dbd0fdc8a2cc85aabb4a99b4bae640e4147f12d5e4c9a2e79dcf9 docs/aces/inventory/mailserver/evidence/compose-service.mailserver.json abc49252302bdb43fc66e56fc161c6e63f2381c32fe1e8345ce57ab99c55cbca docs/aces/inventory/mailserver/evidence/docker-buildx-imagetools.image.raw.json d5ffa54ecd84403b48b600703d6511929040d3a384d4da385101ba3a4a0ae12e docs/aces/inventory/mailserver/evidence/docker-buildx-imagetools.image.txt 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/mailserver/evidence/docker-compose-version.json -5feec015c284b37d213e0c4d8a7e4bd4383267c698065eecd18eca29a9722227 docs/aces/inventory/mailserver/evidence/docker-history.image.jsonl -19d38dd74ddc743103e9abb5b1c5ff93922e40cacda18fe3aba9849605886241 docs/aces/inventory/mailserver/evidence/docker-history.image.txt -66c38e4109b1843b7416f02d50ca9fa2e6f31b104aed38fcff799b259a1e16a4 docs/aces/inventory/mailserver/evidence/docker-inspect.container.json +24a4a205f169eff671e760a7d19ef21ab25d2d3ded77e83d39e65b24279dbbb3 docs/aces/inventory/mailserver/evidence/docker-history.image.jsonl +c4673cf3a17a7e92648efe54f96b3e3888976496f8b02bd89cf91a33e1a14e90 docs/aces/inventory/mailserver/evidence/docker-history.image.txt +b0ca547b644e3311d74fdc350cd2787f0ee9e3e659934dd34f3eb9bc45e8b022 docs/aces/inventory/mailserver/evidence/docker-inspect.container.json 7b03163a8523b572ced6242bbd47d4fb67459d4b07107e27efbe95842b175578 docs/aces/inventory/mailserver/evidence/docker-inspect.image.json -12ac306498c87510eda49135e82efaeab14d87732b2994e0ff40452e9dd77299 docs/aces/inventory/mailserver/evidence/docker-logs.mailserver.txt -99087436aa2cdbd94382cd4cbad3e7077dd555c8267eb370556e2d4061ebbe6f docs/aces/inventory/mailserver/evidence/docker-network.aptl-dmz.json -fb27ecda36a0f3d893685ed89b6a7e494d8308ac5885d6bade45611e9f643bc1 docs/aces/inventory/mailserver/evidence/docker-network.aptl-internal.json -1ccead36be8ba769f13abc57014ce13720f12248e2f00f98e5f81f1c5fd4c65f docs/aces/inventory/mailserver/evidence/docker-top.txt +3c4853df9cfa3595cc9c79b472d56fce2a961a6cf788dad2ace6cf8623daeb56 docs/aces/inventory/mailserver/evidence/docker-logs.mailserver.txt +91a82fca011a07a3b2c41a7b23e85d843cd45c5c130180429bc3799da2b9b806 docs/aces/inventory/mailserver/evidence/docker-network.aptl-dmz.json +fb22fb3f5c1f32842c8f3f2d4f8e109006496df06282a46ff191e6dbea0f509e docs/aces/inventory/mailserver/evidence/docker-network.aptl-internal.json +fb53738bdf5ca71c1946b3c53450b708c79074efafeec48809efa26d33791189 docs/aces/inventory/mailserver/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/mailserver/evidence/docker-version.json 7dbeb6d78253f202f7becb256d425e64252c5e3a505b203743f443e95e9cf2b6 docs/aces/inventory/mailserver/evidence/docker-volume.mailserver-data.json 62d4cf59e7c18c0fac717b2c1b86e11f1521e717d7a486c32cb94b6625c5f75f docs/aces/inventory/mailserver/evidence/docker-volume.mailserver-logs.json @@ -19,18 +19,18 @@ e56451231d3213f1e77476a03cf70900139fdbb964bd510fcadf8fe71f656fe6 docs/aces/inve 2cc8909d217a455f9205a581b326eb0bc19eb3d8f0e14700d1f970796c676744 docs/aces/inventory/mailserver/evidence/filesystem-checksums.txt 2ceedb914fc72fc8a3b4babd0fe37e15646acd1caaafc112efae7defeb2bf245 docs/aces/inventory/mailserver/evidence/filesystem-tree.txt 18f80c7b517c3f342d7b3c91fe5ce6b7f32cff3eff565512a79b813d87005e35 docs/aces/inventory/mailserver/evidence/language-manifests.txt -345b3cd044326641d5e5f9916685a468b34f85f01471159ad9a2e3dbc54617d4 docs/aces/inventory/mailserver/evidence/mailserver-state.txt +2260a9ba4137316894c7877a740f651c7681b07f51426e82393ba1c27a8c3e5d docs/aces/inventory/mailserver/evidence/mailserver-state.txt 4b059887a5cde5a589120c6df522e8f3859788432e2ed90b1796fb2723f8a46a docs/aces/inventory/mailserver/evidence/os-packages.txt 9e58642ff525c09d997b2b86e0ce451629a86cb2e6f99ec38826ba2938a7edec docs/aces/inventory/mailserver/evidence/osquery-apt-sources.json -b2a419f37c463fb1e6b9562a797e95249ef75005622f8b9c5e3b3358b54fa14e docs/aces/inventory/mailserver/evidence/osquery-docker-containers.json -e963eea8277150e77c1fe3ee7d0cdb5a08eac55c076511bbfa30bb51f0f6a85b docs/aces/inventory/mailserver/evidence/osquery-docker-images.json +316ee780ab99bbde4f2927fde161835dfea1928d773f951f97f0316435d5875a docs/aces/inventory/mailserver/evidence/osquery-docker-containers.json +0af3b1ee2c1e7f9d6f5cb2797a79574b238030517b588b3c05a520f2530e099b docs/aces/inventory/mailserver/evidence/osquery-docker-images.json 9ec147b95b0ccd7e2893f01192d9e0db4a6c0a3e3e3ff5fe6e9f72781f18aad0 docs/aces/inventory/mailserver/evidence/osquery-installed-applications.json 24f1e190186dfde19ab9b1ae70be75fd926df08d6c2a4623d47fe98c2251b85a docs/aces/inventory/mailserver/evidence/osquery-listening-ports.json 24379a60d3e5ad99cbd4e571f9595d3247e086c3c600fa86d7bbdce4535470ab docs/aces/inventory/mailserver/evidence/osquery-processes.json be829067463f0ff96e4af9c0c5d19b687bc0da2807f3cf72491f448f4ca17b60 docs/aces/inventory/mailserver/evidence/osquery-programs.json 2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/mailserver/evidence/osquery-version.txt -d340a11dd53c33aa24a2f5db1f3ffa88c586d9f24c296db88a9f4159142cb255 docs/aces/inventory/mailserver/evidence/participant-discovery.kali.txt -22ccc4edc36a5382ed48ec78caacc74cf05e3e96adfa6cd647089913f1f90172 docs/aces/inventory/mailserver/evidence/runtime-baseline.txt +6826829e2576f5e8ed474162e5857049f74d12d997620e207b1d82d36b9be7ad docs/aces/inventory/mailserver/evidence/participant-discovery.kali.txt +55d7b6859da9c6f83ebadd424ec7f7b08d3c3fa72071d60ac094f37d956080a0 docs/aces/inventory/mailserver/evidence/runtime-baseline.txt 25a89e5a043f3cec396257d70914a6eace13c949dd7a17bac1c8bbf56aeabd5a docs/aces/inventory/mailserver/evidence/source-checksums.txt e62b00e8bdd5350a09041055d7cc92e9019da53aeb2dc2cc9faae5a482611884 docs/aces/inventory/mailserver/evidence/syft-sbom.cyclonedx.json.gz 9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 docs/aces/inventory/mailserver/evidence/syft-version.json diff --git a/docs/aces/inventory/mailserver/evidence/mailserver-state.txt b/docs/aces/inventory/mailserver/evidence/mailserver-state.txt index c34b1474..0aecd299 100644 --- a/docs/aces/inventory/mailserver/evidence/mailserver-state.txt +++ b/docs/aces/inventory/mailserver/evidence/mailserver-state.txt @@ -20,8 +20,8 @@ * security@techvault.local ( 0 / ~ ) [0%] --setup-alias-list-- -2026-05-28 06:08:02+00:00 ERROR listalias: '/tmp/docker-mailserver/postfix-virtual.cf' does not exist -2026-05-28 06:08:02+00:00 ERROR listalias: Aborting +2026-06-12 10:36:12+00:00 ERROR listalias: '/tmp/docker-mailserver/postfix-virtual.cf' does not exist +2026-06-12 10:36:12+00:00 ERROR listalias: Aborting --postfix-non-default-config-- alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases @@ -274,24 +274,24 @@ protocol imap { --postqueue-- Mail queue is empty --supervisor-- -amavis RUNNING pid 1369, uptime 0:05:45 -changedetector RUNNING pid 1424, uptime 0:05:45 +amavis RUNNING pid 1369, uptime 15 days, 4:33:55 +changedetector RUNNING pid 1424, uptime 15 days, 4:33:55 clamav STOPPED Not started -cron RUNNING pid 1263, uptime 0:05:46 -dovecot RUNNING pid 1273, uptime 0:05:45 +cron RUNNING pid 1263, uptime 15 days, 4:33:56 +dovecot RUNNING pid 1273, uptime 15 days, 4:33:55 fail2ban STOPPED Not started fetchmail STOPPED Not started getmail STOPPED Not started -mailserver RUNNING pid 8, uptime 0:06:17 +mailserver RUNNING pid 8, uptime 15 days, 4:34:27 mta-sts-daemon STOPPED Not started -opendkim RUNNING pid 1312, uptime 0:05:45 -opendmarc RUNNING pid 1322, uptime 0:05:45 -postfix RUNNING pid 1334, uptime 0:05:45 +opendkim RUNNING pid 1312, uptime 15 days, 4:33:55 +opendmarc RUNNING pid 1322, uptime 15 days, 4:33:55 +postfix RUNNING pid 1334, uptime 15 days, 4:33:55 postgrey STOPPED Not started postsrsd STOPPED Not started rspamd STOPPED Not started rspamd-redis STOPPED Not started -rsyslog RUNNING pid 1267, uptime 0:05:46 +rsyslog RUNNING pid 1267, uptime 15 days, 4:33:56 saslauthd_ldap STOPPED Not started saslauthd_rimap STOPPED Not started -update-check RUNNING pid 1282, uptime 0:05:45 +update-check RUNNING pid 1282, uptime 15 days, 4:33:55 diff --git a/docs/aces/inventory/mailserver/evidence/osquery-docker-containers.json b/docs/aces/inventory/mailserver/evidence/osquery-docker-containers.json index 34109d3f..dfcdbc35 100644 --- a/docs/aces/inventory/mailserver/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/mailserver/evidence/osquery-docker-containers.json @@ -26,7 +26,7 @@ "security_options": "", "started_at": "2026-05-28T06:01:43.934976649Z", "state": "running", - "status": "Up 7 minutes", + "status": "Up 2 weeks", "user_namespace": "", "uts_namespace": "" } diff --git a/docs/aces/inventory/mailserver/evidence/osquery-docker-images.json b/docs/aces/inventory/mailserver/evidence/osquery-docker-images.json index 801f63bc..31865581 100644 --- a/docs/aces/inventory/mailserver/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/mailserver/evidence/osquery-docker-images.json @@ -1,6 +1,6 @@ { "table": "docker_images", - "query": "select id, tags, created, size_bytes from docker_images where tags like \"%docker-mailserver%\";", + "query": "select id, tags, created, size_bytes from docker_images where tags like \"%mailserver%\";", "tool": "osqueryi version 4.9.0", "vantage": "containerized osquery host-side Docker socket view", "status": "captured", diff --git a/docs/aces/inventory/mailserver/evidence/participant-discovery.kali.txt b/docs/aces/inventory/mailserver/evidence/participant-discovery.kali.txt index e1d85b2e..65e4c374 100644 --- a/docs/aces/inventory/mailserver/evidence/participant-discovery.kali.txt +++ b/docs/aces/inventory/mailserver/evidence/participant-discovery.kali.txt @@ -39,8 +39,8 @@ a001 OK Pre-login capabilities listed, post-login capabilities have more. a002 OK Logout completed. --smtps-probe-- Connecting to 172.20.1.21 -40675DE2727B0000:error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:../ssl/record/methods/tlsany_meth.c:77: +40B746C0197C0000:error:0A00010B:SSL routines:tls_validate_record_header:wrong version number:../ssl/record/methods/tlsany_meth.c:77: --imaps-probe-- -4057F7360B770000:error:8000006F:system library:BIO_connect:Connection refused:../crypto/bio/bio_sock2.c:183:calling connect() -4057F7360B770000:error:10000067:BIO routines:BIO_connect:connect error:../crypto/bio/bio_sock2.c:185: +409720DF897D0000:error:8000006F:system library:BIO_connect:Connection refused:../crypto/bio/bio_sock2.c:183:calling connect() +409720DF897D0000:error:10000067:BIO routines:BIO_connect:connect error:../crypto/bio/bio_sock2.c:185: connect:errno=111 diff --git a/docs/aces/inventory/mailserver/evidence/runtime-baseline.txt b/docs/aces/inventory/mailserver/evidence/runtime-baseline.txt index b9a96646..e5a90d4e 100644 --- a/docs/aces/inventory/mailserver/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/mailserver/evidence/runtime-baseline.txt @@ -195,7 +195,6 @@ docker:x:5000: 1279 1273 root dovecot/log 1280 1273 root dovecot/config 1282 7 root /bin/bash /usr/local/bin/update-check.sh - 1311 1282 root sleep 1d 1312 7 opendkim /usr/sbin/opendkim -f 1313 1312 opendkim /usr/sbin/opendkim -f 1322 7 opendma+ /usr/sbin/opendmarc -f -p inet:8893@localhost -P /var/run/opendmarc/opendmarc.pid @@ -203,14 +202,16 @@ docker:x:5000: 1338 1334 root /bin/sh /usr/lib/postfix/sbin/postfix-script start-fg 1369 7 amavis /usr/sbin/amavisd (master) 1421 1338 root /usr/lib/postfix/sbin/master -s - 1422 1421 postfix pickup -l -t fifo -u -o content_filter= -o receive_override_options=no_header_body_checks 1423 1421 postfix qmgr -l -t unix -u 1424 7 root /bin/bash /usr/local/bin/check-for-changes.sh 1470 1369 amavis /usr/sbin/amavisd (virgin child) 1471 1369 amavis /usr/sbin/amavisd (virgin child) - 3827 1424 root sleep 2 - 4071 0 root sh -lc set -eu echo --os-release-- cat /etc/os-release 2>/dev/null || true echo --id-- id echo --pwd-- pwd echo --uname-- uname -a echo --capabilities-pid1-- grep "^Cap" /proc/1/status || true echo --environment-- env | sort echo --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 echo --mounts-- mount | sed -n "1,180p" echo --users-- getent passwd | sed -n "1,240p" || true echo --groups-- getent group | sed -n "1,240p" || true echo --process-tree-- ps -eo pid,ppid,user,args || true echo --mail-versions-- (postconf mail_version || true) 2>&1 (dovecot --version || true) 2>&1 (amavis -V || true) 2>&1 (rspamadm --version || true) 2>&1 - 4094 4071 root ps -eo pid,ppid,user,args +1940723 1282 root sleep 1d +1960335 1421 postfix pickup -l -t fifo -u -o content_filter= -o receive_override_options=no_header_body_checks +1965379 1273 dovecot dovecot/auth +1965612 1424 root sleep 2 +1965613 0 root sh -lc set -eu echo --os-release-- cat /etc/os-release 2>/dev/null || true echo --id-- id echo --pwd-- pwd echo --uname-- uname -a echo --capabilities-pid1-- grep "^Cap" /proc/1/status || true echo --environment-- env | sort echo --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 echo --mounts-- mount | sed -n "1,180p" echo --users-- getent passwd | sed -n "1,240p" || true echo --groups-- getent group | sed -n "1,240p" || true echo --process-tree-- ps -eo pid,ppid,user,args || true echo --mail-versions-- (postconf mail_version || true) 2>&1 (dovecot --version || true) 2>&1 (amavis -V || true) 2>&1 (rspamadm --version || true) 2>&1 +1965636 1965613 root ps -eo pid,ppid,user,args --mail-versions-- mail_version = 3.7.11 2.3.19.1 (9b53102964) diff --git a/docs/aces/inventory/mailserver/mapping-ledger.yaml b/docs/aces/inventory/mailserver/mapping-ledger.yaml index b7e29728..cc5bc75f 100644 --- a/docs/aces/inventory/mailserver/mapping-ledger.yaml +++ b/docs/aces/inventory/mailserver/mapping-ledger.yaml @@ -375,7 +375,7 @@ facts: - id: mailserver.mail.runtime-settings category: mail-service summary: postconf -n and doveconf -n yielded 156 non-default or runtime-effective mail settings encoded with component, - source path, provenance, and redaction classification. + source path, provenance, and value classification. evidence: - path: evidence/mailserver-state.txt - path: evidence/filesystem-tree.txt @@ -388,7 +388,7 @@ facts: for the SDL encoding. - id: mailserver.capture.toolchain-baseline category: capture-methodology - summary: The bundle records Trivy, Syft, osquery, Docker, Compose, filesystem manifest, redaction, and capture-limit evidence + summary: The bundle records Trivy, Syft, osquery, Docker, Compose, filesystem manifest, runtime value, and capture-limit evidence for rerunnable methodology review. evidence: - path: evidence/capture-limits.txt diff --git a/docs/aces/inventory/misp-db/README.md b/docs/aces/inventory/misp-db/README.md index d7cb9431..24de8a56 100644 --- a/docs/aces/inventory/misp-db/README.md +++ b/docs/aces/inventory/misp-db/README.md @@ -58,9 +58,9 @@ is not encoded. ## Limits - This is not a destructive fresh-lab reset or byte-identical rebuild proof. -- `MYSQL_PASSWORD`, `MYSQL_ROOT_PASSWORD`, raw authentication strings, and raw - table data are redacted or omitted. Secret-bearing table files are represented - by metadata and, where safe, checksums rather than contents. +- `MYSQL_PASSWORD` and `MYSQL_ROOT_PASSWORD` are retained as scenario fixture + evidence. Raw table data remains out of scope for this bounded inventory; + table files are represented by metadata and selected checksums. - Docker embedded DNS listener ports and endpoint IDs are backend-generated; the SDL records them as node-local or ephemeral runtime facts with provenance rather than as authored application services. diff --git a/docs/aces/inventory/misp-db/capture-evidence.sh b/docs/aces/inventory/misp-db/capture-evidence.sh index c29bde96..23a089bd 100755 --- a/docs/aces/inventory/misp-db/capture-evidence.sh +++ b/docs/aces/inventory/misp-db/capture-evidence.sh @@ -23,42 +23,6 @@ mkdir -p "$OUT" record_limit() { printf -- '- %s\n' "$*" >> "$OUT/capture-limits.txt" } - -redact_stream() { - sed -E \ - -e 's/(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHKEY)=([^[:space:]]+)/\1=/Ig' \ - -e 's/(misp_db_password|misp_root_password|redispassword)//g' -} - -redact_env_jq=' - def redact_env: - if contains("=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHKEY)$"; "i")) then - "\($m.name)=" - else - . - end - else - . - end; - - def redact_sensitive_keys: - walk( - if type == "object" then - with_entries( - if (.key | test("(password|pass|secret|token|key|cookie|session|private_key|api_key|jwt|authkey)$"; "i")) then - .value = "" - else - . - end - ) - else - . - end - ); -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" @@ -66,29 +30,15 @@ docker compose version --format json | jq . > "$OUT/docker-compose-version.json" yq -o=json '.services."misp-db"' "$ROOT/docker-compose.yml" \ | jq ' - .environment |= map( - if test("^(?[^=]+)=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHKEY)$"; "i")) - then "\($m.name)=" - else . - end - else - . - end - ) + .environment |= map(.) ' > "$OUT/compose-service.misp-db.json" record_limit "Compose service evidence was extracted from docker-compose.yml with yq because the full local compose project can include profile-dependent services outside this asset scope." -docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= ((. // []) | map(redact_env)) | redact_sensitive_keys" \ - > "$OUT/docker-inspect.container.json" +docker inspect "$CONTAINER" | jq . > "$OUT/docker-inspect.container.json" -docker image inspect "$IMAGE" \ - | jq "$redact_env_jq redact_sensitive_keys" \ - > "$OUT/docker-inspect.image.json" -docker history --no-trunc "$IMAGE" | redact_stream > "$OUT/docker-history.image.txt" -docker history --no-trunc --format '{{json .}}' "$IMAGE" | redact_stream > "$OUT/docker-history.image.jsonl" +docker image inspect "$IMAGE" | jq . > "$OUT/docker-inspect.image.json" +docker history --no-trunc "$IMAGE" > "$OUT/docker-history.image.txt" +docker history --no-trunc --format '{{json .}}' "$IMAGE" > "$OUT/docker-history.image.jsonl" if docker buildx imagetools inspect "$IMAGE" > "$OUT/docker-buildx-imagetools.image.txt" 2>"$OUT/docker-buildx-imagetools.image.err"; then docker buildx imagetools inspect "$IMAGE" --raw \ @@ -100,8 +50,8 @@ fi docker network inspect aptl_aptl-security | jq . > "$OUT/docker-network.aptl-security.json" docker volume inspect aptl_misp_db_data | jq . > "$OUT/docker-volume.misp-db-data.json" -docker top "$CONTAINER" | redact_stream > "$OUT/docker-top.txt" -docker logs "$CONTAINER" --tail 500 2>&1 | redact_stream > "$OUT/docker-logs.misp-db.txt" +docker top "$CONTAINER" > "$OUT/docker-top.txt" +docker logs "$CONTAINER" --tail 500 2>&1 > "$OUT/docker-logs.misp-db.txt" record_limit "Capture used the already-running aptl project per operator direction and did not run aptl lab stop -v && aptl lab start; this bundle is a steady-state observation of that local lab, not clean-reset rebuild proof." record_limit "Full data-volume filesystem evidence is captured as compressed manifests. SDL encodes participant-visible database, listener, package, runtime, and filesystem surfaces directly; byte-identical rebuild proof remains out of scope for this inventory issue." @@ -216,7 +166,7 @@ docker exec "$CONTAINER" sh -lc ' mariadb --version 2>&1 || mysql --version 2>&1 || true mariadbd --version 2>&1 || true healthcheck.sh --help 2>&1 | sed -n "1,20p" || true -' | redact_stream > "$OUT/runtime-baseline.txt" +' > "$OUT/runtime-baseline.txt" docker exec "$CONTAINER" sh -lc ' set -eu @@ -237,7 +187,7 @@ docker exec "$CONTAINER" sh -lc ' query -e "show variables where Variable_name in (\"version\",\"version_comment\",\"hostname\",\"port\",\"datadir\",\"socket\",\"bind_address\",\"skip_networking\",\"log_error\",\"general_log\",\"slow_query_log\",\"character_set_server\",\"collation_server\",\"max_connections\",\"sql_mode\");" printf "%s\n" --schema-sample-- query misp -e "show tables;" | sed -n "1,260p" -' | redact_stream > "$OUT/mariadb-state.txt" +' > "$OUT/mariadb-state.txt" if docker inspect "$MISP_CONTAINER" >/dev/null 2>&1; then docker exec "$MISP_CONTAINER" sh -lc ' @@ -249,7 +199,7 @@ if docker inspect "$MISP_CONTAINER" >/dev/null 2>&1; then printf "%s\n" --mysql-client-- mysql --ssl=0 -h "$MYSQL_HOST" -u "$MYSQL_USER" -p"$MYSQL_PASSWORD" "$MYSQL_DATABASE" --batch --raw -e "select @@version as version, database() as database_name;" 2>&1 true - ' | redact_stream > "$OUT/participant-discovery.misp.txt" + ' > "$OUT/participant-discovery.misp.txt" else record_limit "MISP participant-vantage discovery was skipped because $MISP_CONTAINER was not present." printf '%s container unavailable\n' "$MISP_CONTAINER" > "$OUT/participant-discovery.misp.txt" @@ -263,7 +213,7 @@ if docker inspect aptl-kali >/dev/null 2>&1; then printf "%s\n" --tcp3306-- timeout 5 sh -c "nc -vz 172.20.0.17 3306" 2>&1 true - ' | redact_stream > "$OUT/participant-discovery.kali.txt" + ' > "$OUT/participant-discovery.kali.txt" else record_limit "Kali participant-vantage discovery was skipped because aptl-kali was not present." printf 'aptl-kali container unavailable\n' > "$OUT/participant-discovery.kali.txt" diff --git a/docs/aces/inventory/misp-db/evidence/compose-service.misp-db.json b/docs/aces/inventory/misp-db/evidence/compose-service.misp-db.json index f0ff9c0b..b1599af6 100644 --- a/docs/aces/inventory/misp-db/evidence/compose-service.misp-db.json +++ b/docs/aces/inventory/misp-db/evidence/compose-service.misp-db.json @@ -8,8 +8,8 @@ "environment": [ "MYSQL_DATABASE=misp", "MYSQL_USER=misp", - "MYSQL_PASSWORD=", - "MYSQL_ROOT_PASSWORD=" + "MYSQL_PASSWORD=misp_db_password", + "MYSQL_ROOT_PASSWORD=misp_root_password" ], "volumes": [ "misp_db_data:/var/lib/mysql" diff --git a/docs/aces/inventory/misp-db/evidence/docker-inspect.container.json b/docs/aces/inventory/misp-db/evidence/docker-inspect.container.json index f88acb04..e08bf6d8 100644 --- a/docs/aces/inventory/misp-db/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/misp-db/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf", - "Created": "2026-05-23T06:18:29.922029522Z", + "Id": "3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e", + "Created": "2026-06-11T16:00:17.871740703Z", "Path": "docker-entrypoint.sh", "Args": [ "mariadbd" @@ -13,42 +13,42 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2955532, + "Pid": 805092, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:18:34.462268335Z", + "StartedAt": "2026-06-11T16:00:22.312642719Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { - "Start": "2026-06-05T07:26:56.871908576+02:00", - "End": "2026-06-05T07:26:56.929573095+02:00", + "Start": "2026-06-12T15:17:34.833362153+02:00", + "End": "2026-06-12T15:17:34.882489707+02:00", "ExitCode": 0, "Output": "" }, { - "Start": "2026-06-05T07:27:11.930547012+02:00", - "End": "2026-06-05T07:27:11.982958773+02:00", + "Start": "2026-06-12T15:17:49.883313334+02:00", + "End": "2026-06-12T15:17:49.931479365+02:00", "ExitCode": 0, "Output": "" }, { - "Start": "2026-06-05T07:27:26.983629032+02:00", - "End": "2026-06-05T07:27:27.050967096+02:00", + "Start": "2026-06-12T15:18:04.931772635+02:00", + "End": "2026-06-12T15:18:04.9854883+02:00", "ExitCode": 0, "Output": "" }, { - "Start": "2026-06-05T07:27:42.05186043+02:00", - "End": "2026-06-05T07:27:42.114174468+02:00", + "Start": "2026-06-12T15:18:19.98636204+02:00", + "End": "2026-06-12T15:18:20.034986615+02:00", "ExitCode": 0, "Output": "" }, { - "Start": "2026-06-05T07:27:57.115631319+02:00", - "End": "2026-06-05T07:27:57.179726546+02:00", + "Start": "2026-06-12T15:18:35.03582284+02:00", + "End": "2026-06-12T15:18:35.090960597+02:00", "ExitCode": 0, "Output": "" } @@ -56,10 +56,10 @@ } }, "Image": "sha256:407fccb51e710f34752c1a3ef9b936d1f55f38d4ac7fa043b3759742d266fd9a", - "ResolvConfPath": "/var/lib/docker/containers/1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf/hostname", - "HostsPath": "/var/lib/docker/containers/1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf/hosts", - "LogPath": "/var/lib/docker/containers/1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf/1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf-json.log", + "ResolvConfPath": "/var/lib/docker/containers/3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e/hostname", + "HostsPath": "/var/lib/docker/containers/3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e/hosts", + "LogPath": "/var/lib/docker/containers/3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e/3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e-json.log", "Name": "/aptl-misp-db", "RestartCount": 0, "Driver": "overlayfs", @@ -183,7 +183,7 @@ } ], "Config": { - "Hostname": "1574ba5c2bb2", + "Hostname": "3c887f1f2f79", "Domainname": "", "User": "", "AttachStdin": false, @@ -196,10 +196,10 @@ "OpenStdin": false, "StdinOnce": false, "Env": [ - "MYSQL_PASSWORD=", - "MYSQL_ROOT_PASSWORD=", "MYSQL_DATABASE=misp", "MYSQL_USER=misp", + "MYSQL_PASSWORD=misp_db_password", + "MYSQL_ROOT_PASSWORD=misp_root_password", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.19", "LANG=C.UTF-8", @@ -252,8 +252,8 @@ } }, "NetworkSettings": { - "SandboxID": "a002b9dab6e7d87e218ceb1ba192a97ee1a1b88c2122e4916581a72465678ecc", - "SandboxKey": "", + "SandboxID": "996ac52ca6d1cf44dfa30669817b4002b10824d2a032d3aff88673029f83545a", + "SandboxKey": "/var/run/docker/netns/996ac52ca6d1", "Ports": { "3306/tcp": null }, @@ -270,10 +270,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "42784966d53752a3d576860aee0748dc2cbfaa93f918b3832eddc9852e20aa7f", - "EndpointID": "16c627c6f35a90e618081014ff0ca0715aec52c1999dcb38b97caef2ca822acb", + "EndpointID": "73e39ff049ae6a7ca17d27fd6cacd9508b44d494c82c67f907e9226bf5f77eed", "Gateway": "172.20.0.1", "IPAddress": "172.20.0.17", - "MacAddress": "92:10:31:d6:8d:68", + "MacAddress": "4a:86:7e:26:b7:4d", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -281,7 +281,7 @@ "DNSNames": [ "aptl-misp-db", "misp-db", - "1574ba5c2bb2" + "3c887f1f2f79" ] } } diff --git a/docs/aces/inventory/misp-db/evidence/docker-network.aptl-security.json b/docs/aces/inventory/misp-db/evidence/docker-network.aptl-security.json index 59968aa3..609774a7 100644 --- a/docs/aces/inventory/misp-db/evidence/docker-network.aptl-security.json +++ b/docs/aces/inventory/misp-db/evidence/docker-network.aptl-security.json @@ -32,109 +32,116 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf": { - "Name": "aptl-misp-db", - "EndpointID": "16c627c6f35a90e618081014ff0ca0715aec52c1999dcb38b97caef2ca822acb", - "MacAddress": "92:10:31:d6:8d:68", - "IPv4Address": "172.20.0.17/24", - "IPv6Address": "" - }, - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "f531b4053fbcb648b918f085d69e46dafd1ff77ac87da71976a05a8369f06598", - "MacAddress": "fe:d7:53:72:ef:4f", - "IPv4Address": "172.20.0.50/24", + "0195e03e370b90cb0170a11fcb42c2d74fb08a20e2a327f51a6252aa1102e77b": { + "Name": "aptl-thehive-es", + "EndpointID": "5a192ee037a801c25168cfacbc5a37d6e6ee9054c1fc5fbf82f82b1e087b602e", + "MacAddress": "c2:5b:e0:6e:56:68", + "IPv4Address": "172.20.0.5/24", "IPv6Address": "" }, - "3dc2564de3ddba2431a6b3a0aeced293363d73825ed0271798b153b27af01dd7": { + "0ac6370712e66ca445fca393e928243e0ae71a42529235da2c3ee00ede094450": { "Name": "aptl-shuffle-frontend", - "EndpointID": "4e52e88e28c274d4dd2c42983582271c41dfc828a327dde266e9e273b13dde04", - "MacAddress": "22:55:6d:62:d3:1b", + "EndpointID": "6b1df095e0e68b9efe75f89690336495533e160a1a2c35fa533cf074ef1626a3", + "MacAddress": "3e:24:fe:1c:9d:fe", "IPv4Address": "172.20.0.21/24", "IPv6Address": "" }, - "3ee8e93f293ba3e8d5ebae58992c340265d79a9c8c840e85fd6f50273538259f": { - "Name": "aptl-thehive", - "EndpointID": "831d69a1869f8e1dfcb83673f5010440f9e3a213331ae3e575e6df72167cc880", - "MacAddress": "9e:dc:d0:3e:8d:c5", - "IPv4Address": "172.20.0.18/24", + "15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c": { + "Name": "aptl-misp-redis", + "EndpointID": "3adbeefef751f220f107dfce2404ff362c214bf145f9378cd7239cedb7383dee", + "MacAddress": "da:8e:cb:fa:b6:2b", + "IPv4Address": "172.20.0.2/24", "IPv6Address": "" }, - "404b16989dedfed41b2fff56be2831b526b8ac73c98cf46813f237bbff04fa88": { - "Name": "aptl-wazuh-sidecar-db", - "EndpointID": "91095e1ea27cc849b878dd7d193e011f89db78749798b4d426d5272a081c6b45", - "MacAddress": "9e:19:75:cf:5f:48", - "IPv4Address": "172.20.0.35/24", + "2463810da701ee82ea8024e7b7a8e3faafe67500c5fdbcb440387becfab0c613": { + "Name": "aptl-wazuh-dashboard", + "EndpointID": "2a053aebe4fcc2685a7ad7c4c168c68bc0d0fe4ce4061c6e4b9a3f124754daca", + "MacAddress": "ce:73:a1:0e:dc:52", + "IPv4Address": "172.20.0.11/24", "IPv6Address": "" }, - "45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a": { - "Name": "aptl-misp-redis", - "EndpointID": "7279ec3c7c60b8bbb3dcbcda88d0cd762c7681f3c6cd1aa023dcd092d6f0ea14", - "MacAddress": "92:11:52:ea:7d:44", - "IPv4Address": "172.20.0.3/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "52b904dff453015126f11968f518f998fb605b94ae21f1d9bac7628d42a8918f", + "MacAddress": "ae:9b:d4:a3:d7:ee", + "IPv4Address": "172.20.0.25/24", "IPv6Address": "" }, - "50c9dab972af1c3ae4b91598fceef4eda08df6545bf44b832f13cbb0b2c76d24": { - "Name": "aptl-wazuh-indexer", - "EndpointID": "1eb3bb0e2a5be86233852f0b592b0a1819c4b6fbaf7406e91e8c87d29fcf178e", - "MacAddress": "ae:4b:7d:21:1f:d2", - "IPv4Address": "172.20.0.12/24", + "35eaf7464bfd2158b1d1464e62613c4be293c99fc9c1b333eb9e2f0f669e39bd": { + "Name": "aptl-shuffle-backend", + "EndpointID": "3c817c2641a39319d11eb701d2aebefe660560be9a36b15173c79888bf731f94", + "MacAddress": "ba:57:1a:c6:a8:f8", + "IPv4Address": "172.20.0.20/24", "IPv6Address": "" }, - "6397f21096e0228ce79916da87d14fc8527ee0174e27b8ac9a16936b31ffa2fe": { - "Name": "aptl-misp", - "EndpointID": "f409670052bafc8156295ba9726eece73f5c59596fcc9c3bfbbccbc469ed1e6a", - "MacAddress": "86:fa:65:cd:e7:af", - "IPv4Address": "172.20.0.16/24", + "3915bf99db610fc31263974fe29386dc468257123d1d6cfbea40af28ded147eb": { + "Name": "aptl-shuffle-orborus", + "EndpointID": "4c1236121cc15fea3e9cdbb210edcc2b26fd8aac31d24b87f20031bb13b471dc", + "MacAddress": "06:7a:92:c0:08:df", + "IPv4Address": "172.20.0.7/24", "IPv6Address": "" }, - "65c13c0e3ff5a1dd75970cf528bb3f69ec3bc2e29a91ca0d68c8a44b699b13af": { - "Name": "aptl-thehive-es", - "EndpointID": "8cd9a3f3b446bc9209e4f3f82e457c2fd6e869cd93e85dc5656c44d1ea99d5e6", - "MacAddress": "6e:90:06:ed:1e:39", - "IPv4Address": "172.20.0.4/24", + "3931f92d40bbc0fdfe83b151bb5ee55cc23095790527e5f2d89303aedc249583": { + "Name": "aptl-shuffle-opensearch", + "EndpointID": "a537d655a9f35a110e53b3a2c0bf509f220a485510710352120b169901ef06a7", + "MacAddress": "f6:03:be:a2:c8:6e", + "IPv4Address": "172.20.0.3/24", "IPv6Address": "" }, - "6c2af9a97f898958c921de97255cf617c5e92e45d11265898da9b61f6eb8a0ed": { - "Name": "aptl-wazuh-sidecar-suricata", - "EndpointID": "179bd493f4770c9289c363036cf35c11b44e065ce3d400b09387a6640c78b31d", - "MacAddress": "6e:3a:b1:ae:03:5e", - "IPv4Address": "172.20.0.36/24", + "3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e": { + "Name": "aptl-misp-db", + "EndpointID": "73e39ff049ae6a7ca17d27fd6cacd9508b44d494c82c67f907e9226bf5f77eed", + "MacAddress": "4a:86:7e:26:b7:4d", + "IPv4Address": "172.20.0.17/24", + "IPv6Address": "" + }, + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "7679ac32e7963f5fba9208df0850b4597f4c5a3ae5c639031c6215957b28cce1", + "MacAddress": "be:3d:8a:44:e1:54", + "IPv4Address": "172.20.0.50/24", + "IPv6Address": "" + }, + "4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006": { + "Name": "aptl-misp-suricata-sync", + "EndpointID": "1f9c73fd62723bdc27495a37d74155403b91b1b67b891a7a659c564054f8283b", + "MacAddress": "4e:15:5f:aa:9a:0d", + "IPv4Address": "172.20.0.19/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { "Name": "aptl-wazuh-manager", - "EndpointID": "0c62d4d57a01c10d77ee0c7b66417375c74d8ef03e7a989ab3c57b66c38cd518", - "MacAddress": "9e:fe:e4:f4:76:54", + "EndpointID": "456970667f70a5299c2ebd1f6fa4b8fd65221f277b23afd77a8a59299bd4cfcc", + "MacAddress": "9e:b2:71:1e:88:e7", "IPv4Address": "172.20.0.10/24", "IPv6Address": "" }, - "b51ef8f59d741ab520cac4a561c536956c8d094ab1a97efbdd44073eeb4fe71f": { - "Name": "aptl-cortex", - "EndpointID": "37e13e84898148cf4f45007e5060bf4f745fd6a71be8f924515833275ff32460", - "MacAddress": "aa:84:55:53:7d:b6", - "IPv4Address": "172.20.0.22/24", + "7f16fd7f180b401274599f2f5bb2150d547a621555d71625e8dad7ec39f199d2": { + "Name": "aptl-misp", + "EndpointID": "dc1db5b964b4421cd783fb11ffb3f5cca1dd7ff1332618e1acaedc26d6382774", + "MacAddress": "6a:cd:2c:fb:d8:da", + "IPv4Address": "172.20.0.16/24", "IPv6Address": "" }, - "b735a651190127fa2e01279b81c7390d65eea72af9bf19be5598d6ea64863daa": { - "Name": "aptl-shuffle-backend", - "EndpointID": "d4294cfc69dd529f1d3d826007ac7fc22c76094148e61be663ac8bf9d1752e22", - "MacAddress": "12:03:45:c0:31:dd", - "IPv4Address": "172.20.0.20/24", + "83afd43012dd1ad31bd3f54ee5ac27a09fc833ec827c3f5444ba991c3cd19b5c": { + "Name": "aptl-wazuh-sidecar-db", + "EndpointID": "d001f2f509f4b1ca8af5c123af28392a1d7b44691b0128d7ad185886d60d2bdc", + "MacAddress": "86:46:20:34:a2:ac", + "IPv4Address": "172.20.0.35/24", "IPv6Address": "" }, - "baf593babfd4c17e3133cb5a1b05d356b66b6166e59a3bd1192678b23d0c8425": { - "Name": "aptl-thehive-cassandra", - "EndpointID": "cc2baef19a8c4f2b6dd7798d848b54cb73da88e7a1d8079b67e4bc39b8f7e56c", - "MacAddress": "e6:c8:39:71:62:0c", - "IPv4Address": "172.20.0.5/24", + "8434e442eee0ae7b19788d1da5c8fee1957b84181c22f18e0c4f6e862a2759cd": { + "Name": "aptl-thehive", + "EndpointID": "e516382039e3d1ec5be6be9c50bc53f410819a793313fbe5e17e48399cc2c35c", + "MacAddress": "ca:0d:20:64:1a:40", + "IPv4Address": "172.20.0.18/24", "IPv6Address": "" }, - "c064e5698405c9ebd3d305b3076a78ad7ee26a600482c91f92f3cbf54670bcd7": { - "Name": "aptl-wazuh-dashboard", - "EndpointID": "20430152a65e828de2388ba941a29d8e3d837b692290217cb7ec7e641ba329ff", - "MacAddress": "9a:ac:f7:25:27:95", - "IPv4Address": "172.20.0.11/24", + "b40f4f901839b4cd89aeed63edd7ac9d90e6d9a60d8febf0278b77998cef2dea": { + "Name": "aptl-wazuh-indexer", + "EndpointID": "330f0f7e150e07d60cd93ecb95cf0f12162dfcba8a6ff748395a4d251834110d", + "MacAddress": "fe:81:69:5e:59:72", + "IPv4Address": "172.20.0.12/24", "IPv6Address": "" }, "cad789f14bfce945bb8f7326673a71b9c215e1bea4d6e37032726747ae7cca84": { @@ -144,25 +151,11 @@ "IPv4Address": "172.20.0.53/24", "IPv6Address": "" }, - "cae4c1cf9e6cee79118d95837a3aca4e40f307ca661d418971a53d923973633f": { - "Name": "aptl-shuffle-orborus", - "EndpointID": "017ec486227ae01ac147e78b3df72857d4d0e53c64ee3de6b964ba6e6213baf1", - "MacAddress": "8a:51:5f:67:89:f8", - "IPv4Address": "172.20.0.6/24", - "IPv6Address": "" - }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "5d23550a01131bf2d9bdae8c31002c3848de46d7851ff4303660343979103cc9", - "MacAddress": "36:a4:19:0b:50:e3", - "IPv4Address": "172.20.0.25/24", - "IPv6Address": "" - }, - "e1eb785c281a38818b7659df835f1afc8817f1f6c67d2ccb47a0c9e2c098163e": { - "Name": "aptl-shuffle-opensearch", - "EndpointID": "d4c38951f71d7db45f3ee1d1b85afd042093535901696ec70eeeb26977768df6", - "MacAddress": "6a:2f:5a:b3:b9:39", - "IPv4Address": "172.20.0.2/24", + "df22d1f07a1c45816554595dce7defa6ef5beec882360dbcbf66a7ed4a44c63c": { + "Name": "aptl-wazuh-sidecar-suricata", + "EndpointID": "7e2ba2f38a00f63594a5b0bf2b1c44a65789c5bacffbb56b2c293b1d5e4040bc", + "MacAddress": "f6:68:93:9d:24:8c", + "IPv4Address": "172.20.0.36/24", "IPv6Address": "" }, "ec7a3226d061d9607301e051d025bf5b4938af587c07ba35eee9692b54ccfef1": { @@ -172,27 +165,41 @@ "IPv4Address": "172.20.0.51/24", "IPv6Address": "" }, + "ef853168108e8140ec9f0124baa239b3a296253006a672338e686be1aeab627e": { + "Name": "aptl-cortex", + "EndpointID": "90badae83bbeedfa11194f4d25ab5e3d4de3d8dfd38cc8d81a135b9f84fac94a", + "MacAddress": "06:d3:4c:4f:09:df", + "IPv4Address": "172.20.0.22/24", + "IPv6Address": "" + }, + "f479361d5d174e5d09f6d3dd004ed7b49350a8ed05b0a480bc92d0e6e127c163": { + "Name": "aptl-reverse", + "EndpointID": "abf0bf6e87ae53d037ab63dff07b4c582777561b2949d71499b5c5bd3e966760", + "MacAddress": "ae:f5:7b:2a:8b:76", + "IPv4Address": "172.20.0.27/24", + "IPv6Address": "" + }, + "f838813d53ead651c21145aa396b916533be87c22036a8d045c1597275da6bb0": { + "Name": "aptl-thehive-cassandra", + "EndpointID": "1417eeb83b041c577c185da7dff14581c009ab5947f03ee297c20769f8844191", + "MacAddress": "8a:57:bc:8c:4d:95", + "IPv4Address": "172.20.0.4/24", + "IPv6Address": "" + }, "f83fc422fdaeb411d2a4714eba0dd0b76fcfe3d264f2aa73e7b151026ed3fc6b": { "Name": "aptl-grafana-otel", "EndpointID": "e1c668e2d0b69adae2ac8057eee53013ac7c64d4f915dd3100a287c7e607b023", "MacAddress": "a2:dd:c0:b0:a9:fd", "IPv4Address": "172.20.0.52/24", "IPv6Address": "" - }, - "f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140": { - "Name": "aptl-misp-suricata-sync", - "EndpointID": "c2e7c9057e44f3738c59729144ddb56b9ad8c7d7ec9d16a1e20d8b6c618bde9d", - "MacAddress": "12:17:77:43:59:eb", - "IPv4Address": "172.20.0.19/24", - "IPv6Address": "" } }, "Status": { "IPAM": { "Subnets": { "172.20.0.0/24": { - "IPsInUse": 25, - "DynamicIPsAvailable": 231 + "IPsInUse": 26, + "DynamicIPsAvailable": 230 } } } diff --git a/docs/aces/inventory/misp-db/evidence/evidence-sha256sums.txt b/docs/aces/inventory/misp-db/evidence/evidence-sha256sums.txt index 20b78c40..8359498e 100644 --- a/docs/aces/inventory/misp-db/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/misp-db/evidence/evidence-sha256sums.txt @@ -1,26 +1,26 @@ c0dbc93ba59cc0a7a7ceab559b3c28b2ba35622f8f6549ffc160010b91c83884 docs/aces/inventory/misp-db/evidence/capture-limits.txt d5c3acbd73bedf4bca9510accccb034f07b0072823b9312c4e84a31b4807601a docs/aces/inventory/misp-db/evidence/captured-at-utc.txt -01390c432bb122bc9e06eae92f5259d90d0bcb210aa3a553e472ee6452c738b3 docs/aces/inventory/misp-db/evidence/compose-service.misp-db.json +8d5b93083ca4192068b59dfd5f1f25902ffd908bf797d7eeede473d59a07a0de docs/aces/inventory/misp-db/evidence/compose-service.misp-db.json 3ed8236e119475d9f7fa957af963e453177e5992f0ace701c22696dc9efe0b28 docs/aces/inventory/misp-db/evidence/docker-buildx-imagetools.image.raw.json 6886a4f86a730ca961bc8c111e27ae2c6aca74a9a7e7d3481b4e2673f303a82a docs/aces/inventory/misp-db/evidence/docker-buildx-imagetools.image.txt 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/misp-db/evidence/docker-compose-version.json 869e2847a6906e3a3fc7424998b32748aa5c3e183fd2bf927a8d0c68f5bb930d docs/aces/inventory/misp-db/evidence/docker-history.image.jsonl 25fd246d26eaeb6d92bd2e5a618fbe5acc6d95f2a7c740fc64071009724853d9 docs/aces/inventory/misp-db/evidence/docker-history.image.txt -96882e71b689671ee1cae54763a5cf46d2a0c9185b5ee924d4d2c29bb5700f13 docs/aces/inventory/misp-db/evidence/docker-inspect.container.json +a379fd78b3200ce0df20550fc3e00a2a8ece850f95bfd0f35bd559b54519a147 docs/aces/inventory/misp-db/evidence/docker-inspect.container.json 778685fd366ca8c6c0eb484c212390509d405340016787164897385b8f93a6f9 docs/aces/inventory/misp-db/evidence/docker-inspect.image.json abbcf411d38288671e67962dce010f16fea3a8f0b4091ae74ec9fe69c1e4f3da docs/aces/inventory/misp-db/evidence/docker-logs.misp-db.txt -fdad524a0d3d888a2779e7e3670e7c71e42947c4ee853b8df157516ab1077d25 docs/aces/inventory/misp-db/evidence/docker-network.aptl-security.json +40aedbb9a9ca01e0dff69672cfbe50b67c0569c2115d57a8d9e9cc570c80a34e docs/aces/inventory/misp-db/evidence/docker-network.aptl-security.json b93b75f01ec4f93c88087b2966604da8d1ad3b02782ed71a12f5c52e4c08eb90 docs/aces/inventory/misp-db/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/misp-db/evidence/docker-version.json fa4573eaf976d7f1b56ee2b055e7ccbdd78df4ef5113a0198a9d097b83b1804f docs/aces/inventory/misp-db/evidence/docker-volume.misp-db-data.json d3e472c07650644e5579dc543e9712f0c695b9383777e56efc113fbc4533f18d docs/aces/inventory/misp-db/evidence/filesystem-checksums.txt.xz 2e07250d25d314446ff8bf3f6c4d7df4c3ab89d96547f83eae6abf9e521d570c docs/aces/inventory/misp-db/evidence/filesystem-tree.txt.gz 4d081a0e88bf5b413e3ef7b57017c85a124aa7a7cd33632e5fc351c0191d50b8 docs/aces/inventory/misp-db/evidence/language-manifests.txt -42a81a7298a50120e9d9f5ce13c85c4883011b7bc89c32b8a39e16c5e0682156 docs/aces/inventory/misp-db/evidence/mariadb-state.txt +477880708535b648a18d388cc928947d9d99d898acab3ac535d675e979e8de8f docs/aces/inventory/misp-db/evidence/mariadb-state.txt c7515562d4bfb674aab70abf6d991542ac41d2eaba314d737a89da0463f8a367 docs/aces/inventory/misp-db/evidence/os-packages.txt 9e58642ff525c09d997b2b86e0ce451629a86cb2e6f99ec38826ba2938a7edec docs/aces/inventory/misp-db/evidence/osquery-apt-sources.json -182bd1a9f0a3fdd73d595bfcd83777b19f16150a461fbbc69ee7bc2dbc7b3cf7 docs/aces/inventory/misp-db/evidence/osquery-docker-containers.json -0fa92d992969725c33e1200cb7af95e35e18f30c46eeeaf8d6aa6e09c2cd11bc docs/aces/inventory/misp-db/evidence/osquery-docker-images.json +3c19aa68ebf9a21e469cec9ef49552a1daeb497776510b4d599ccb2b292a0bc9 docs/aces/inventory/misp-db/evidence/osquery-docker-containers.json +b8d2a2c8398c874d4f2fb1b96690dd8a00316c4f36390dcdbd002518b074189b docs/aces/inventory/misp-db/evidence/osquery-docker-images.json 9ec147b95b0ccd7e2893f01192d9e0db4a6c0a3e3e3ff5fe6e9f72781f18aad0 docs/aces/inventory/misp-db/evidence/osquery-installed-applications.json 9c8a07ee4a9a15ce442663e2dcee413388e83f8a554a4f28e85f04ae15c16b97 docs/aces/inventory/misp-db/evidence/osquery-listening-ports.json 43f0e98faadd248fa688bd765064c5a482f2fafb5537c9c8868f0d5a9ba8c5e2 docs/aces/inventory/misp-db/evidence/osquery-processes.json @@ -28,7 +28,7 @@ be829067463f0ff96e4af9c0c5d19b687bc0da2807f3cf72491f448f4ca17b60 docs/aces/inve 2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/misp-db/evidence/osquery-version.txt f2049c49ec7e8254807c687ae703a96a1049f6893336fffdcca1491c543c4045 docs/aces/inventory/misp-db/evidence/participant-discovery.kali.txt b665b3ecc0f4739d2b674d130ee80bd6fe37ef524c8922ae7af24c258cb4524f docs/aces/inventory/misp-db/evidence/participant-discovery.misp.txt -b1acb5e75d1319a08e7967b83b7ab227754bb33afb336aaf59e33c93b12335cc docs/aces/inventory/misp-db/evidence/runtime-baseline.txt +89dfe9cec8a32bfc6bc5c0fdcb449804a90838c2d8e51d22a5a36f4b8877fb8e docs/aces/inventory/misp-db/evidence/runtime-baseline.txt 7c4686707fafdaad5dbc57fd287cef255cf056e9395496a43f342b3f40fa45af docs/aces/inventory/misp-db/evidence/source-checksums.txt 5b3aabcac867ef34007a0b4e3e5a1462b71b4d8e5e72029b075f36c0c4feaaf3 docs/aces/inventory/misp-db/evidence/syft-sbom.cyclonedx.json.gz 9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 docs/aces/inventory/misp-db/evidence/syft-version.json diff --git a/docs/aces/inventory/misp-db/evidence/mariadb-state.txt b/docs/aces/inventory/misp-db/evidence/mariadb-state.txt index 775903f7..2b977313 100644 --- a/docs/aces/inventory/misp-db/evidence/mariadb-state.txt +++ b/docs/aces/inventory/misp-db/evidence/mariadb-state.txt @@ -1,6 +1,6 @@ --mariadb-version-- version version_comment hostname port datadir socket log_error -10.11.16-MariaDB-ubu2204 mariadb.org binary distribution 1574ba5c2bb2 3306 /var/lib/mysql/ /run/mysqld/mysqld.sock +10.11.16-MariaDB-ubu2204 mariadb.org binary distribution 3c887f1f2f79 3306 /var/lib/mysql/ /run/mysqld/mysqld.sock --databases-- Database information_schema @@ -24,10 +24,10 @@ misp admin_settings BASE TABLE InnoDB 6 misp allowedlist BASE TABLE InnoDB 0 misp analyst_data_blocklists BASE TABLE InnoDB 0 misp attachment_scans BASE TABLE InnoDB 0 -misp attributes BASE TABLE InnoDB 0 +misp attributes BASE TABLE InnoDB 6 misp attribute_tags BASE TABLE InnoDB 0 misp attr_value_counts BASE TABLE InnoDB 0 -misp audit_logs BASE TABLE InnoDB 99824 +misp audit_logs BASE TABLE InnoDB 107252 misp auth_keys BASE TABLE InnoDB 1 misp bookmarks BASE TABLE InnoDB 0 misp bruteforces BASE TABLE InnoDB 0 @@ -44,7 +44,7 @@ misp dashboards BASE TABLE InnoDB 0 misp decaying_models BASE TABLE InnoDB 0 misp decaying_model_mappings BASE TABLE InnoDB 0 misp default_correlations BASE TABLE InnoDB 0 -misp events BASE TABLE InnoDB 0 +misp events BASE TABLE InnoDB 1 misp event_blocklists BASE TABLE InnoDB 0 misp event_delegations BASE TABLE InnoDB 0 misp event_graph BASE TABLE InnoDB 0 @@ -52,19 +52,19 @@ misp event_locks BASE TABLE InnoDB 0 misp event_reports BASE TABLE InnoDB 0 misp event_report_tags BASE TABLE InnoDB 0 misp event_report_template_variables BASE TABLE InnoDB 0 -misp event_tags BASE TABLE InnoDB 0 +misp event_tags BASE TABLE InnoDB 2 misp favourite_tags BASE TABLE InnoDB 0 misp feeds BASE TABLE InnoDB 2 misp fuzzy_correlate_ssdeep BASE TABLE InnoDB 0 misp galaxies BASE TABLE InnoDB 112 -misp galaxy_clusters BASE TABLE InnoDB 56341 +misp galaxy_clusters BASE TABLE InnoDB 46890 misp galaxy_cluster_blocklists BASE TABLE InnoDB 0 -misp galaxy_cluster_relations BASE TABLE InnoDB 59905 +misp galaxy_cluster_relations BASE TABLE InnoDB 59876 misp galaxy_cluster_relation_tags BASE TABLE InnoDB 18934 -misp galaxy_elements BASE TABLE InnoDB 321235 +misp galaxy_elements BASE TABLE InnoDB 303547 misp inbox BASE TABLE InnoDB 0 -misp jobs BASE TABLE InnoDB 126 -misp logs BASE TABLE InnoDB 3935 +misp jobs BASE TABLE InnoDB 18 +misp logs BASE TABLE InnoDB 557 misp news BASE TABLE InnoDB 0 misp notes BASE TABLE InnoDB 0 misp noticelists BASE TABLE InnoDB 1 @@ -75,7 +75,7 @@ misp objects BASE TABLE InnoDB 0 misp object_references BASE TABLE InnoDB 0 misp object_relationships BASE TABLE InnoDB 0 misp object_templates BASE TABLE InnoDB 388 -misp object_template_elements BASE TABLE InnoDB 5523 +misp object_template_elements BASE TABLE InnoDB 5506 misp opinions BASE TABLE InnoDB 0 misp organisations BASE TABLE InnoDB 1 misp org_blocklists BASE TABLE InnoDB 2 @@ -98,13 +98,13 @@ misp sightingdb_orgs BASE TABLE InnoDB 0 misp sightings BASE TABLE InnoDB 0 misp sighting_blocklists BASE TABLE InnoDB 0 misp system_settings BASE TABLE InnoDB 0 -misp tags BASE TABLE InnoDB 5 +misp tags BASE TABLE InnoDB 7 misp tag_collections BASE TABLE InnoDB 0 misp tag_collection_tags BASE TABLE InnoDB 0 misp tasks BASE TABLE InnoDB 0 misp taxii_servers BASE TABLE InnoDB 0 misp taxonomies BASE TABLE InnoDB 165 -misp taxonomy_entries BASE TABLE InnoDB 12986 +misp taxonomy_entries BASE TABLE InnoDB 13407 misp taxonomy_predicates BASE TABLE InnoDB 1215 misp templates BASE TABLE InnoDB 4 misp template_elements BASE TABLE InnoDB 45 @@ -118,7 +118,7 @@ misp users BASE TABLE InnoDB 1 misp user_login_profiles BASE TABLE InnoDB 0 misp user_settings BASE TABLE InnoDB 0 misp warninglists BASE TABLE InnoDB 122 -misp warninglist_entries BASE TABLE InnoDB 2509058 +misp warninglist_entries BASE TABLE InnoDB 2442246 misp warninglist_types BASE TABLE InnoDB 570 misp workflows BASE TABLE InnoDB 0 misp workflow_blueprints BASE TABLE InnoDB 0 @@ -135,7 +135,7 @@ mysql help_keyword BASE TABLE Aria 106 mysql help_relation BASE TABLE Aria 201 mysql help_topic BASE TABLE Aria 833 mysql index_stats BASE TABLE Aria 0 -mysql innodb_index_stats BASE TABLE InnoDB 1255 +mysql innodb_index_stats BASE TABLE InnoDB 1514 mysql innodb_table_stats BASE TABLE InnoDB 104 mysql plugin BASE TABLE Aria 0 mysql proc BASE TABLE Aria 50 @@ -261,10 +261,10 @@ admin_settings 6 allowedlist 0 analyst_data_blocklists 0 attachment_scans 0 -attributes 0 +attributes 6 attribute_tags 0 attr_value_counts 0 -audit_logs 99824 +audit_logs 107252 auth_keys 1 bookmarks 0 bruteforces 0 @@ -281,7 +281,7 @@ dashboards 0 decaying_models 0 decaying_model_mappings 0 default_correlations 0 -events 0 +events 1 event_blocklists 0 event_delegations 0 event_graph 0 @@ -289,19 +289,19 @@ event_locks 0 event_reports 0 event_report_tags 0 event_report_template_variables 0 -event_tags 0 +event_tags 2 favourite_tags 0 feeds 2 fuzzy_correlate_ssdeep 0 galaxies 112 -galaxy_clusters 56341 +galaxy_clusters 46890 galaxy_cluster_blocklists 0 -galaxy_cluster_relations 59905 +galaxy_cluster_relations 59876 galaxy_cluster_relation_tags 18934 -galaxy_elements 321235 +galaxy_elements 303547 inbox 0 -jobs 126 -logs 3935 +jobs 18 +logs 557 news 0 notes 0 noticelists 1 @@ -312,7 +312,7 @@ objects 0 object_references 0 object_relationships 0 object_templates 388 -object_template_elements 5523 +object_template_elements 5506 opinions 0 organisations 1 org_blocklists 2 @@ -335,13 +335,13 @@ sightingdb_orgs 0 sightings 0 sighting_blocklists 0 system_settings 0 -tags 5 +tags 7 tag_collections 0 tag_collection_tags 0 tasks 0 taxii_servers 0 taxonomies 165 -taxonomy_entries 12986 +taxonomy_entries 13407 taxonomy_predicates 1215 templates 4 template_elements 45 @@ -355,7 +355,7 @@ users 1 user_login_profiles 0 user_settings 0 warninglists 122 -warninglist_entries 2509058 +warninglist_entries 2442246 warninglist_types 570 workflows 0 workflow_blueprints 0 @@ -366,7 +366,7 @@ character_set_server utf8mb4 collation_server utf8mb4_general_ci datadir /var/lib/mysql/ general_log OFF -hostname 1574ba5c2bb2 +hostname 3c887f1f2f79 log_error max_connections 151 port 3306 diff --git a/docs/aces/inventory/misp-db/evidence/osquery-docker-containers.json b/docs/aces/inventory/misp-db/evidence/osquery-docker-containers.json index e2b7caba..e215c91e 100644 --- a/docs/aces/inventory/misp-db/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/misp-db/evidence/osquery-docker-containers.json @@ -9,9 +9,9 @@ "cgroup_namespace": "", "command": "docker-entrypoint.sh mariadbd", "config_entrypoint": "docker-entrypoint.sh", - "created": "1779517109", + "created": "1781193617", "finished_at": "0001-01-01T00:00:00Z", - "id": "1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf", + "id": "3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e", "image": "mariadb:10.11", "image_id": "407fccb51e710f34752c1a3ef9b936d1f55f38d4ac7fa043b3759742d266fd9a", "ipc_namespace": "", @@ -19,14 +19,14 @@ "name": "/aptl-misp-db", "net_namespace": "", "path": "docker-entrypoint.sh", - "pid": "2955532", + "pid": "805092", "pid_namespace": "", "privileged": "0", "readonly_rootfs": "0", "security_options": "", - "started_at": "2026-05-23T06:18:34.462268335Z", + "started_at": "2026-06-11T16:00:22.312642719Z", "state": "running", - "status": "Up 12 days (healthy)", + "status": "Up 23 hours (healthy)", "user_namespace": "", "uts_namespace": "" } diff --git a/docs/aces/inventory/misp-db/evidence/osquery-docker-images.json b/docs/aces/inventory/misp-db/evidence/osquery-docker-images.json index 94483211..6346ddc8 100644 --- a/docs/aces/inventory/misp-db/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/misp-db/evidence/osquery-docker-images.json @@ -1,6 +1,6 @@ { "table": "docker_images", - "query": "select id, tags, created, size_bytes from docker_images where tags like \"%mariadb%\";", + "query": "select id, tags, created, size_bytes from docker_images where tags like \"%misp-db%\";", "tool": "osqueryi version 4.9.0", "vantage": "containerized osquery host-side Docker socket view", "status": "captured", diff --git a/docs/aces/inventory/misp-db/evidence/runtime-baseline.txt b/docs/aces/inventory/misp-db/evidence/runtime-baseline.txt index f0a98c75..43205982 100644 --- a/docs/aces/inventory/misp-db/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/misp-db/evidence/runtime-baseline.txt @@ -16,7 +16,7 @@ uid=0(root) gid=0(root) groups=0(root) --pwd-- / --uname-- -Linux 1574ba5c2bb2 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux +Linux 3c887f1f2f79 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux --capabilities-pid1-- CapInh: 0000000000000000 CapPrm: 0000000000000000 @@ -26,23 +26,23 @@ CapAmb: 0000000000000000 --environment-- GOSU_VERSION=1.19 HOME=/root -HOSTNAME=1574ba5c2bb2 +HOSTNAME=3c887f1f2f79 LANG=C.UTF-8 MARIADB_VERSION=1:10.11.16+maria~ubu2204 MYSQL_DATABASE=misp -MYSQL_PASSWORD= -MYSQL_ROOT_PASSWORD= +MYSQL_PASSWORD=misp_db_password +MYSQL_ROOT_PASSWORD=misp_root_password MYSQL_USER=misp PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/ --listeners-- Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess -udp UNCONN 0 0 127.0.0.11:51888 0.0.0.0:* -tcp LISTEN 0 4096 127.0.0.11:42583 0.0.0.0:* +udp UNCONN 0 0 127.0.0.11:48043 0.0.0.0:* +tcp LISTEN 0 4096 127.0.0.11:37453 0.0.0.0:* tcp LISTEN 0 80 0.0.0.0:3306 0.0.0.0:* tcp LISTEN 0 80 [::]:3306 [::]:* --mounts-- -overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51143/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/151/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/145/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/137/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/123/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/118/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/65/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51150/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/51150/work,nouserxattr) +overlay on / type overlay (rw,relatime,lowerdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107880/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/185/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/180/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/151/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/145/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/137/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/123/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/118/fs:/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/65/fs,upperdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107885/fs,workdir=/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/107885/work,nouserxattr) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev type tmpfs (rw,nosuid,size=65536k,mode=755,inode64) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=666) @@ -133,8 +133,8 @@ mysql:x:999: --process-tree-- PID PPID USER COMMAND 1 0 mysql mariadbd - 604078 0 root sh -lc set -eu printf "%s\n" --os-release-- cat /etc/os-release 2>/dev/null || true printf "%s\n" --id-- id printf "%s\n" --pwd-- pwd printf "%s\n" --uname-- uname -a printf "%s\n" --capabilities-pid1-- grep "^Cap" /proc/1/status || true printf "%s\n" --environment-- env | sort printf "%s\n" --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 printf "%s\n" --mounts-- mount | sed -n "1,220p" printf "%s\n" --users-- getent passwd | sed -n "1,260p" || true printf "%s\n" --groups-- getent group | sed -n "1,260p" || true printf "%s\n" --process-tree-- ps -eo pid,ppid,user,args || true printf "%s\n" --service-versions-- mariadb --version 2>&1 || mysql --version 2>&1 || true mariadbd --version 2>&1 || true healthcheck.sh --help 2>&1 | sed -n "1,20p" || true - 604101 604078 root ps -eo pid,ppid,user,args + 47267 0 root sh -lc set -eu printf "%s\n" --os-release-- cat /etc/os-release 2>/dev/null || true printf "%s\n" --id-- id printf "%s\n" --pwd-- pwd printf "%s\n" --uname-- uname -a printf "%s\n" --capabilities-pid1-- grep "^Cap" /proc/1/status || true printf "%s\n" --environment-- env | sort printf "%s\n" --listeners-- (ss -lntup || netstat -lntup || true) 2>&1 printf "%s\n" --mounts-- mount | sed -n "1,220p" printf "%s\n" --users-- getent passwd | sed -n "1,260p" || true printf "%s\n" --groups-- getent group | sed -n "1,260p" || true printf "%s\n" --process-tree-- ps -eo pid,ppid,user,args || true printf "%s\n" --service-versions-- mariadb --version 2>&1 || mysql --version 2>&1 || true mariadbd --version 2>&1 || true healthcheck.sh --help 2>&1 | sed -n "1,20p" || true + 47290 47267 root ps -eo pid,ppid,user,args --service-versions-- mariadb Ver 15.1 Distrib 10.11.16-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper mariadbd Ver 10.11.16-MariaDB-ubu2204 for debian-linux-gnu on x86_64 (mariadb.org binary distribution) diff --git a/docs/aces/inventory/misp-db/mapping-ledger.yaml b/docs/aces/inventory/misp-db/mapping-ledger.yaml index 5e2128d9..f89356b5 100644 --- a/docs/aces/inventory/misp-db/mapping-ledger.yaml +++ b/docs/aces/inventory/misp-db/mapping-ledger.yaml @@ -22,8 +22,8 @@ notes: - Capture used the already-running aptl project per operator direction and did not run aptl lab stop -v && aptl lab start. - 'Brad-Edwards/aces#388 and #431 are consumed through runtime.database_services and runtime.service_listeners; no known ACES expressivity gap remains for the catalogued MISP DB steady-state facts.' -- Raw MariaDB authentication material is redacted; secret-bearing table files are represented by metadata and selected safe - checksums rather than contents. +- MariaDB authentication fixture values are retained as scenario evidence; table files are represented by metadata and selected + checksums rather than raw table contents. correspondence_checks: - id: misp-db-evidence-bundle-integrity status: implemented @@ -52,11 +52,11 @@ correspondence_checks: - misp-db.database.databases-schemas-tables - misp-db.database.table-cardinalities - misp-db.runtime.vulnerability-scan -- id: misp-db-scope-and-redaction-caveats +- id: misp-db-scope-and-capture-caveats status: implemented source: docs/aces/inventory/misp-db/evidence/capture-limits.txt - method: README and tests assert non-destructive capture scope, secret redaction, Syft normalization, unavailable osquery - tables, and database auth material caveats. + method: README and tests assert non-destructive capture scope, retained scenario secret values, Syft normalization, + unavailable osquery tables, and database auth material caveats. realized_evidence: - path: evidence/capture-limits.txt - path: evidence/osquery-installed-applications.json @@ -129,7 +129,7 @@ facts: rationale: Current ACES SDL runtime/profile fields can carry this catalogued MISP DB fact directly. - id: misp-db.compose.service-contract category: compose - summary: Compose declares aptl-misp-db, image mariadb:10.11, healthcheck, memory limit, data volume, redacted fixture env, + summary: Compose declares aptl-misp-db, image mariadb:10.11, healthcheck, memory limit, data volume, fixture env, and security-net address. evidence: - path: evidence/compose-service.misp-db.json @@ -266,7 +266,7 @@ facts: - id: misp-db.runtime.environment category: runtime summary: Runtime environment includes MariaDB image defaults, MISP database/user variables, runtime HOME/HOSTNAME/PWD, and - redacted password values. + password fixture values. evidence: - path: evidence/docker-inspect.container.json - path: evidence/runtime-baseline.txt @@ -435,8 +435,8 @@ facts: - accounts.misp-db-role-misp - accounts.misp-db-role-root rationale: Current ACES SDL runtime/profile fields can carry this catalogued MISP DB fact directly. - caveat: Raw authentication strings are omitted; per-engine privilege booleans are preserved in role descriptions while - portable login/type/origin fields remain structured. + caveat: Raw authentication strings are retained as scenario content; per-engine privilege booleans are preserved in + role descriptions while portable login/type/origin fields remain structured. - id: misp-db.database.settings category: database summary: SHOW GLOBAL VARIABLES captures 15 MariaDB runtime settings including port, datadir, socket, sql_mode, and max_connections. @@ -484,7 +484,7 @@ facts: rationale: Current ACES SDL runtime/profile fields can carry this catalogued MISP DB fact directly. - id: misp-db.relationship.misp category: relationship - summary: MISP points at misp-db using MYSQL_HOST, database misp, user misp, and a redacted password. + summary: MISP points at misp-db using MYSQL_HOST, database misp, user misp, and the password fixture. evidence: - path: evidence/compose-service.misp-db.json - path: evidence/docker-inspect.container.json diff --git a/docs/aces/inventory/misp-redis-preflight.md b/docs/aces/inventory/misp-redis-preflight.md index f1838e73..0df33914 100644 --- a/docs/aces/inventory/misp-redis-preflight.md +++ b/docs/aces/inventory/misp-redis-preflight.md @@ -24,10 +24,10 @@ or the ACES asset-inventory methodology. resource limit, no local Dockerfile, and no named volume are realization facts to capture and map; they are not a reason to skip SDL expression. - The Compose command declares Redis password enforcement. The existence of - password auth is an in-scope service fact, but the raw fixture value must not - be duplicated into committed evidence, logs, test literals, issue comments, - or generic serialized artifacts. Preserve the fact through redacted or - classified fields and cite the checked-in Compose source as provenance. + password auth and the fixture value are in-scope service facts because they + are authored TechVault scenario content. Preserve the value verbatim in the + capture surfaces that expose it and cite the checked-in Compose source as + provenance. - Missing ACES expressivity is an upstream ACES blocker. Do not use APTL backend consumption gaps, free-text comments, `metadata`, or `x-aptl-*` fields to leave catalogued Redis facts evidence-only. @@ -60,9 +60,8 @@ or the ACES asset-inventory methodology. runtime consumers. Inventory capture may collect Docker evidence, but runtime APTL code must not add raw Docker subprocess calls around these boundaries. - Shared safety helpers and policy: - ADR-029, ADR-028, ADR-037, `aptl.utils.redaction.redact`, and - `aptl.utils.curl_safe` where token-bearing or password-bearing commands - would otherwise put secrets in process argv. + ADR-029, ADR-028, ADR-037, and `aptl.utils.curl_safe` for command forms that + would otherwise introduce extra non-scenario credentials into process argv. ## Security And Validation Layers @@ -76,12 +75,11 @@ or the ACES asset-inventory methodology. - **Evidence references and checksums:** every committed evidence file must be referenced by the ledger and covered by `evidence/evidence-sha256sums.txt`. Checksum drift is an artifact change, not a formatting cleanup. -- **Secret classification:** ADR-029 is canonical. `redispassword` is a - designed lab fixture already present in Compose, but generic evidence and - serialization boundaries cannot distinguish it safely from operator secrets. - Redact the raw value in Docker inspect output, process listings, logs, - runtime baselines, scanner output, README prose, ledgers, and tests unless an - explicit ACES field is carrying a redacted/classified credential fact. +- **Secret classification:** `redispassword` is a designed lab fixture already + present in Compose. It is TechVault scenario content and must be retained + verbatim in Docker inspect output, process listings, logs, runtime baselines, + scanner output, README prose, ledgers, and tests when those surfaces expose + it. - **OS/process exposure:** `redis-server --requirepass ...` is visible through process argv and Docker command metadata. Redis probes must not introduce extra raw-password argv forms such as `redis-cli -a ` into captured @@ -95,9 +93,10 @@ or the ACES asset-inventory methodology. exposure, startup behavior, or Redis auth in this issue. Future runtime code must still use `DeploymentBackend` rather than raw Docker calls. - **Error envelopes and observability:** new helper diagnostics, tests, or CLI - calls must stay narrow and redacted. Raw Docker, scanner, ACES, Redis, or - Compose exception payloads should not be copied verbatim into CLI/API output, - logs, run archives, evidence notes, or issue comments. + calls must stay narrow and must not introduce unrelated non-scenario + credentials. Scenario target evidence remains verbatim; raw Docker, scanner, + ACES, Redis, or Compose exception payloads outside the capture bundle should + not be copied into CLI/API output, logs, run archives, or issue comments. ## Extensibility Seam diff --git a/docs/aces/inventory/misp-redis/README.md b/docs/aces/inventory/misp-redis/README.md index 2721d0a0..f012ea16 100644 --- a/docs/aces/inventory/misp-redis/README.md +++ b/docs/aces/inventory/misp-redis/README.md @@ -22,7 +22,7 @@ now encodes: proc paths), the anonymous `/data` volume mount (image `VOLUME /data`; no named Compose volume), PID 1 `redis-server` running as the `redis` service account (uid 999) with no effective capabilities, the security-net endpoint - (DHCP-assigned `172.20.0.3`, no host-published ports), environment, local + (DHCP-assigned `172.20.0.2`, no host-published ports), environment, local users/groups, 17 apk packages, the redis/gosu software components, SBOM scanner evidence, and 101 Trivy findings. - `runtime.service_listeners` for the Redis RESP listener on the IPv4 and IPv6 @@ -66,7 +66,7 @@ SDL (per ACES #471) so the asset can be reproduced — not an operator secret. - Authentication: a single `default` Redis ACL user with `~* &* +@all` and `requirepass` enforced; the fixture password is preserved as scenario content. - Participant discovery: `aptl-misp` resolves `misp-redis` / `aptl-misp-redis` - to `172.20.0.3` and reaches TCP/6379; `aptl-kali` cannot reach the security-net + to `172.20.0.2` and reaches TCP/6379; `aptl-kali` cannot reach the security-net address from its current network vantage. ## Limits diff --git a/docs/aces/inventory/misp-redis/capture-evidence.sh b/docs/aces/inventory/misp-redis/capture-evidence.sh index b5cd5720..39f2f45c 100755 --- a/docs/aces/inventory/misp-redis/capture-evidence.sh +++ b/docs/aces/inventory/misp-redis/capture-evidence.sh @@ -41,55 +41,6 @@ record_limit() { printf -- '- %s\n' "$*" >> "$OUT/capture-limits.txt" } -# Text redaction for raw command output. Redacts: the live Redis auth fixture -# (dynamically, without naming it in this script), any `--requirepass`/ -# `requirepass` value, the ACL password hash, NAME=value secret env, JSON -# "key":"value" secrets, and PEM private-key envelopes. -# The Redis auth fixture (redis-server --requirepass redispassword) is a -# checked-in scenario realization fact, NOT an operator secret -- it is the -# provisioning input that reproduces this asset, so it is preserved verbatim in -# the evidence and encoded as a secret_fixture value in the SDL (per ACES #471: -# SDL values are realization facts unless an author explicitly withholds them). -# redact_stream only scrubs generic operator-secret SHAPES (NAME=value secret -# env, JSON secret fields, PEM private keys) as a safety net; none of these match -# the Redis fixture, so it passes through unredacted. -redact_stream() { - sed -E \ - -e 's/(PASSWORD|PASS|SECRET|TOKEN|APIKEY|API_KEY|KEY|COOKIE|SESSION|PRIVATE_KEY|JWT)=([^[:space:]]+)/\1=/Ig' \ - -e 's/("?(password|pass|secret|token|apikey|api_key|session_key|private_key|jwt|cookie)"?[[:space:]]*[:=][[:space:]]*")[^"]*(")/\1\3/Ig' \ - -e 's/-----BEGIN [A-Z ]*PRIVATE KEY-----//g' \ - -e 's/-----END [A-Z ]*PRIVATE KEY-----//g' -} - -redact_env_jq=' - def redact_env: - if contains("=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|APIKEY|API_KEY|KEY|COOKIE|SESSION|PRIVATE_KEY|JWT)$"; "i")) then - "\($m.name)=" - else - . - end - else - . - end; - - def redact_sensitive_keys: - walk( - if type == "object" then - with_entries( - if (.key | test("(password|pass|secret|token|apikey|api_key|session_key|private_key|jwt|cookie|authorization)$"; "i")) then - .value = "" - else - . - end - ) - else - . - end - ); -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" @@ -103,36 +54,14 @@ import sys, yaml, json with open(sys.argv[1]) as fh: data = yaml.safe_load(fh) json.dump(data["services"]["misp-redis"], sys.stdout) -' "$ROOT/docker-compose.yml" \ - | redact_stream \ - | jq ' - if (.environment | type) == "array" then - .environment |= map( - if test("^(?[^=]+)=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|APIKEY|API_KEY|KEY|COOKIE|SESSION|PRIVATE_KEY|JWT)$"; "i")) - then "\($m.name)=" - else . - end - else - . - end - ) - else . end - ' > "$OUT/compose-service.misp-redis.json" +' "$ROOT/docker-compose.yml" | jq . > "$OUT/compose-service.misp-redis.json" record_limit "Compose service evidence was extracted from docker-compose.yml with a YAML->JSON projection because the full local compose project can include profile-dependent services outside this asset scope." -docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= ((. // []) | map(redact_env)) | redact_sensitive_keys" \ - | redact_stream \ - > "$OUT/docker-inspect.container.json" +docker inspect "$CONTAINER" | jq . > "$OUT/docker-inspect.container.json" -docker image inspect "$IMAGE" \ - | jq "$redact_env_jq redact_sensitive_keys" \ - | redact_stream \ - > "$OUT/docker-inspect.image.json" -docker history --no-trunc "$IMAGE" | redact_stream > "$OUT/docker-history.image.txt" -docker history --no-trunc --format '{{json .}}' "$IMAGE" | redact_stream > "$OUT/docker-history.image.jsonl" +docker image inspect "$IMAGE" | jq . > "$OUT/docker-inspect.image.json" +docker history --no-trunc "$IMAGE" > "$OUT/docker-history.image.txt" +docker history --no-trunc --format '{{json .}}' "$IMAGE" > "$OUT/docker-history.image.jsonl" if docker buildx imagetools inspect "$IMAGE" > "$OUT/docker-buildx-imagetools.image.txt" 2>"$OUT/docker-buildx-imagetools.image.err"; then docker buildx imagetools inspect "$IMAGE" --raw \ @@ -153,8 +82,8 @@ else fi docker network inspect aptl_aptl-security | jq . > "$OUT/docker-network.aptl-security.json" -docker top "$CONTAINER" | redact_stream > "$OUT/docker-top.txt" -docker logs "$CONTAINER" --tail 500 2>&1 | redact_stream > "$OUT/docker-logs.misp-redis.txt" +docker top "$CONTAINER" > "$OUT/docker-top.txt" +docker logs "$CONTAINER" --tail 500 2>&1 > "$OUT/docker-logs.misp-redis.txt" record_limit "Capture used the already-running aptl project per operator direction and did not run aptl lab stop -v && aptl lab start; this bundle is a steady-state observation of that local lab, not clean-reset rebuild proof." record_limit "misp-redis declares no named volume; its keyspace persists only to the container COW layer at /data/dump.rdb. The Redis keyspace, per-logical-db key counts, datatype census, dump.rdb size/mtime, and rdb_changes_since_last_save are MISP-driven runtime state that drift continuously; they are captured as a point-in-time snapshot, and the SDL encodes the stable shape (key_value model, configured 16 logical DBs, persistence posture) with the observed population marked as a snapshot caveat." @@ -276,14 +205,14 @@ docker exec "$CONTAINER" sh -lc ' cat /etc/shells 2>/dev/null || true printf "%s\n" --binary-info-- ls -l /usr/local/bin/redis-server -' | redact_stream > "$OUT/runtime-baseline.txt" +' > "$OUT/runtime-baseline.txt" # --- Redis datastore state --------------------------------------------------- # The auth fixture is delivered over stdin and read into REDISCLI_AUTH inside the # container, so it never appears in host docker-client argv (the `-e VAR=value` # form would expose it via /proc) nor in in-container argv (no `redis-cli -a`). -# The datatype census prints only aggregate rows per logical DB; -# key names are consumed internally and never emitted. redact_stream is the backstop. +# The datatype census prints aggregate rows per logical DB and preserves raw +# scenario-observed Redis state. printf '%s\n' "$REDIS_PASS" | docker exec -i "$CONTAINER" sh -lc ' set -eu IFS= read -r REDISCLI_AUTH @@ -320,7 +249,7 @@ printf '%s\n' "$REDIS_PASS" | docker exec -i "$CONTAINER" sh -lc ' redis-cli -n "$db" type "$k" 2>/dev/null done | sort | uniq -c | sort -rn done -' | redact_stream > "$OUT/redis-state.txt" +' > "$OUT/redis-state.txt" # --- Participant-vantage discovery ------------------------------------------ if docker inspect "$MISP_CONTAINER" >/dev/null 2>&1; then @@ -333,7 +262,7 @@ if docker inspect "$MISP_CONTAINER" >/dev/null 2>&1; then printf "%s\n" --tcp6379-- timeout 5 bash -lc "cat < /dev/null > /dev/tcp/misp-redis/6379" && echo "misp-redis:6379 reachable" || echo "misp-redis:6379 unreachable" true - ' | redact_stream > "$OUT/participant-discovery.misp.txt" + ' > "$OUT/participant-discovery.misp.txt" else record_limit "MISP participant-vantage discovery was skipped because $MISP_CONTAINER was not present." printf '%s container unavailable\n' "$MISP_CONTAINER" > "$OUT/participant-discovery.misp.txt" @@ -346,11 +275,11 @@ if docker inspect aptl-kali >/dev/null 2>&1; then printf "%s\n" --dns-- getent hosts misp-redis aptl-misp-redis 2>&1 printf "%s\n" --tcp6379-ip-- - timeout 5 sh -c "nc -vz ${REDIS_IP:-172.20.0.3} 6379" 2>&1 + timeout 5 sh -c "nc -vz ${REDIS_IP:-172.20.0.2} 6379" 2>&1 printf "%s\n" --tcp6379-name-- timeout 5 sh -c "nc -vz misp-redis 6379" 2>&1 true - ' | redact_stream > "$OUT/participant-discovery.kali.txt" + ' > "$OUT/participant-discovery.kali.txt" else record_limit "Kali participant-vantage discovery was skipped because aptl-kali was not present." printf 'aptl-kali container unavailable\n' > "$OUT/participant-discovery.kali.txt" @@ -416,7 +345,7 @@ write_osquery_json() { jq -n --arg table "$table" --arg query "$query" --arg tool "$OSQUERY_TOOL" \ --arg vantage "$vantage" --argjson rows "$rows" \ '{table: $table, query: $query, tool: $tool, vantage: $vantage, status: "captured", rows: $rows}' \ - | redact_stream > "$output" + > "$output" } write_unavailable_osquery_json() { @@ -458,8 +387,6 @@ write_unavailable_osquery_json "$OUT/osquery-programs.json" programs \ echo "- osquery programs table unavailable in the digest-pinned Linux scanner image." } >> "$OUT/capture-limits.txt" -# The container docker-inspect Cmd redaction can leave the literal sentinel; make -# sure no stray raw fixture survived in any text artifact. sed -i 's/[[:space:]]\+$//' "$OUT"/*.txt ( diff --git a/docs/aces/inventory/misp-redis/evidence/docker-inspect.container.json b/docs/aces/inventory/misp-redis/evidence/docker-inspect.container.json index 8e4c55fd..04dfb58a 100644 --- a/docs/aces/inventory/misp-redis/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/misp-redis/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a", - "Created": "2026-05-23T06:18:29.92493339Z", + "Id": "15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c", + "Created": "2026-06-11T16:00:17.871662225Z", "Path": "docker-entrypoint.sh", "Args": [ "redis-server", @@ -15,17 +15,17 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2955768, + "Pid": 804534, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:18:34.634895704Z", + "StartedAt": "2026-06-11T16:00:21.961196998Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "sha256:7aec734b2bb298a1d769fd8729f13b8514a41bf90fcdd1f38ec52267fbaa8ee6", - "ResolvConfPath": "/var/lib/docker/containers/45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a/hostname", - "HostsPath": "/var/lib/docker/containers/45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a/hosts", - "LogPath": "/var/lib/docker/containers/45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a/45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a-json.log", + "ResolvConfPath": "/var/lib/docker/containers/15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c/hostname", + "HostsPath": "/var/lib/docker/containers/15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c/hosts", + "LogPath": "/var/lib/docker/containers/15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c/15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c-json.log", "Name": "/aptl-misp-redis", "RestartCount": 0, "Driver": "overlayfs", @@ -137,8 +137,8 @@ "Mounts": [ { "Type": "volume", - "Name": "25859fa742d24995a82c66d581c0eedfc2b548f98468af5ab6c8c560e1d98102", - "Source": "/var/lib/docker/volumes/25859fa742d24995a82c66d581c0eedfc2b548f98468af5ab6c8c560e1d98102/_data", + "Name": "62d081c42d1cb9a1639336d81184e6f19fcc1dc90ef94d2101609e773f114a27", + "Source": "/var/lib/docker/volumes/62d081c42d1cb9a1639336d81184e6f19fcc1dc90ef94d2101609e773f114a27/_data", "Destination": "/data", "Driver": "local", "Mode": "", @@ -147,7 +147,7 @@ } ], "Config": { - "Hostname": "45f5c73dd160", + "Hostname": "15776121bcbe", "Domainname": "", "User": "", "AttachStdin": false, @@ -193,8 +193,8 @@ } }, "NetworkSettings": { - "SandboxID": "3fba635e8a3710f9f6285b1988b5457bee7fa78e6d88576c3a5ac3efe326bdf7", - "SandboxKey": "/var/run/docker/netns/3fba635e8a37", + "SandboxID": "d8f0755d53cd8996e1176484cfd3911802c3353f0be91d6a619616e49a43be3c", + "SandboxKey": "/var/run/docker/netns/d8f0755d53cd", "Ports": { "6379/tcp": null }, @@ -209,10 +209,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "42784966d53752a3d576860aee0748dc2cbfaa93f918b3832eddc9852e20aa7f", - "EndpointID": "7279ec3c7c60b8bbb3dcbcda88d0cd762c7681f3c6cd1aa023dcd092d6f0ea14", + "EndpointID": "3adbeefef751f220f107dfce2404ff362c214bf145f9378cd7239cedb7383dee", "Gateway": "172.20.0.1", - "IPAddress": "172.20.0.3", - "MacAddress": "92:11:52:ea:7d:44", + "IPAddress": "172.20.0.2", + "MacAddress": "da:8e:cb:fa:b6:2b", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -220,7 +220,7 @@ "DNSNames": [ "aptl-misp-redis", "misp-redis", - "45f5c73dd160" + "15776121bcbe" ] } } diff --git a/docs/aces/inventory/misp-redis/evidence/docker-network.aptl-security.json b/docs/aces/inventory/misp-redis/evidence/docker-network.aptl-security.json index 59968aa3..609774a7 100644 --- a/docs/aces/inventory/misp-redis/evidence/docker-network.aptl-security.json +++ b/docs/aces/inventory/misp-redis/evidence/docker-network.aptl-security.json @@ -32,109 +32,116 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf": { - "Name": "aptl-misp-db", - "EndpointID": "16c627c6f35a90e618081014ff0ca0715aec52c1999dcb38b97caef2ca822acb", - "MacAddress": "92:10:31:d6:8d:68", - "IPv4Address": "172.20.0.17/24", - "IPv6Address": "" - }, - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "f531b4053fbcb648b918f085d69e46dafd1ff77ac87da71976a05a8369f06598", - "MacAddress": "fe:d7:53:72:ef:4f", - "IPv4Address": "172.20.0.50/24", + "0195e03e370b90cb0170a11fcb42c2d74fb08a20e2a327f51a6252aa1102e77b": { + "Name": "aptl-thehive-es", + "EndpointID": "5a192ee037a801c25168cfacbc5a37d6e6ee9054c1fc5fbf82f82b1e087b602e", + "MacAddress": "c2:5b:e0:6e:56:68", + "IPv4Address": "172.20.0.5/24", "IPv6Address": "" }, - "3dc2564de3ddba2431a6b3a0aeced293363d73825ed0271798b153b27af01dd7": { + "0ac6370712e66ca445fca393e928243e0ae71a42529235da2c3ee00ede094450": { "Name": "aptl-shuffle-frontend", - "EndpointID": "4e52e88e28c274d4dd2c42983582271c41dfc828a327dde266e9e273b13dde04", - "MacAddress": "22:55:6d:62:d3:1b", + "EndpointID": "6b1df095e0e68b9efe75f89690336495533e160a1a2c35fa533cf074ef1626a3", + "MacAddress": "3e:24:fe:1c:9d:fe", "IPv4Address": "172.20.0.21/24", "IPv6Address": "" }, - "3ee8e93f293ba3e8d5ebae58992c340265d79a9c8c840e85fd6f50273538259f": { - "Name": "aptl-thehive", - "EndpointID": "831d69a1869f8e1dfcb83673f5010440f9e3a213331ae3e575e6df72167cc880", - "MacAddress": "9e:dc:d0:3e:8d:c5", - "IPv4Address": "172.20.0.18/24", + "15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c": { + "Name": "aptl-misp-redis", + "EndpointID": "3adbeefef751f220f107dfce2404ff362c214bf145f9378cd7239cedb7383dee", + "MacAddress": "da:8e:cb:fa:b6:2b", + "IPv4Address": "172.20.0.2/24", "IPv6Address": "" }, - "404b16989dedfed41b2fff56be2831b526b8ac73c98cf46813f237bbff04fa88": { - "Name": "aptl-wazuh-sidecar-db", - "EndpointID": "91095e1ea27cc849b878dd7d193e011f89db78749798b4d426d5272a081c6b45", - "MacAddress": "9e:19:75:cf:5f:48", - "IPv4Address": "172.20.0.35/24", + "2463810da701ee82ea8024e7b7a8e3faafe67500c5fdbcb440387becfab0c613": { + "Name": "aptl-wazuh-dashboard", + "EndpointID": "2a053aebe4fcc2685a7ad7c4c168c68bc0d0fe4ce4061c6e4b9a3f124754daca", + "MacAddress": "ce:73:a1:0e:dc:52", + "IPv4Address": "172.20.0.11/24", "IPv6Address": "" }, - "45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a": { - "Name": "aptl-misp-redis", - "EndpointID": "7279ec3c7c60b8bbb3dcbcda88d0cd762c7681f3c6cd1aa023dcd092d6f0ea14", - "MacAddress": "92:11:52:ea:7d:44", - "IPv4Address": "172.20.0.3/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "52b904dff453015126f11968f518f998fb605b94ae21f1d9bac7628d42a8918f", + "MacAddress": "ae:9b:d4:a3:d7:ee", + "IPv4Address": "172.20.0.25/24", "IPv6Address": "" }, - "50c9dab972af1c3ae4b91598fceef4eda08df6545bf44b832f13cbb0b2c76d24": { - "Name": "aptl-wazuh-indexer", - "EndpointID": "1eb3bb0e2a5be86233852f0b592b0a1819c4b6fbaf7406e91e8c87d29fcf178e", - "MacAddress": "ae:4b:7d:21:1f:d2", - "IPv4Address": "172.20.0.12/24", + "35eaf7464bfd2158b1d1464e62613c4be293c99fc9c1b333eb9e2f0f669e39bd": { + "Name": "aptl-shuffle-backend", + "EndpointID": "3c817c2641a39319d11eb701d2aebefe660560be9a36b15173c79888bf731f94", + "MacAddress": "ba:57:1a:c6:a8:f8", + "IPv4Address": "172.20.0.20/24", "IPv6Address": "" }, - "6397f21096e0228ce79916da87d14fc8527ee0174e27b8ac9a16936b31ffa2fe": { - "Name": "aptl-misp", - "EndpointID": "f409670052bafc8156295ba9726eece73f5c59596fcc9c3bfbbccbc469ed1e6a", - "MacAddress": "86:fa:65:cd:e7:af", - "IPv4Address": "172.20.0.16/24", + "3915bf99db610fc31263974fe29386dc468257123d1d6cfbea40af28ded147eb": { + "Name": "aptl-shuffle-orborus", + "EndpointID": "4c1236121cc15fea3e9cdbb210edcc2b26fd8aac31d24b87f20031bb13b471dc", + "MacAddress": "06:7a:92:c0:08:df", + "IPv4Address": "172.20.0.7/24", "IPv6Address": "" }, - "65c13c0e3ff5a1dd75970cf528bb3f69ec3bc2e29a91ca0d68c8a44b699b13af": { - "Name": "aptl-thehive-es", - "EndpointID": "8cd9a3f3b446bc9209e4f3f82e457c2fd6e869cd93e85dc5656c44d1ea99d5e6", - "MacAddress": "6e:90:06:ed:1e:39", - "IPv4Address": "172.20.0.4/24", + "3931f92d40bbc0fdfe83b151bb5ee55cc23095790527e5f2d89303aedc249583": { + "Name": "aptl-shuffle-opensearch", + "EndpointID": "a537d655a9f35a110e53b3a2c0bf509f220a485510710352120b169901ef06a7", + "MacAddress": "f6:03:be:a2:c8:6e", + "IPv4Address": "172.20.0.3/24", "IPv6Address": "" }, - "6c2af9a97f898958c921de97255cf617c5e92e45d11265898da9b61f6eb8a0ed": { - "Name": "aptl-wazuh-sidecar-suricata", - "EndpointID": "179bd493f4770c9289c363036cf35c11b44e065ce3d400b09387a6640c78b31d", - "MacAddress": "6e:3a:b1:ae:03:5e", - "IPv4Address": "172.20.0.36/24", + "3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e": { + "Name": "aptl-misp-db", + "EndpointID": "73e39ff049ae6a7ca17d27fd6cacd9508b44d494c82c67f907e9226bf5f77eed", + "MacAddress": "4a:86:7e:26:b7:4d", + "IPv4Address": "172.20.0.17/24", + "IPv6Address": "" + }, + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "7679ac32e7963f5fba9208df0850b4597f4c5a3ae5c639031c6215957b28cce1", + "MacAddress": "be:3d:8a:44:e1:54", + "IPv4Address": "172.20.0.50/24", + "IPv6Address": "" + }, + "4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006": { + "Name": "aptl-misp-suricata-sync", + "EndpointID": "1f9c73fd62723bdc27495a37d74155403b91b1b67b891a7a659c564054f8283b", + "MacAddress": "4e:15:5f:aa:9a:0d", + "IPv4Address": "172.20.0.19/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { "Name": "aptl-wazuh-manager", - "EndpointID": "0c62d4d57a01c10d77ee0c7b66417375c74d8ef03e7a989ab3c57b66c38cd518", - "MacAddress": "9e:fe:e4:f4:76:54", + "EndpointID": "456970667f70a5299c2ebd1f6fa4b8fd65221f277b23afd77a8a59299bd4cfcc", + "MacAddress": "9e:b2:71:1e:88:e7", "IPv4Address": "172.20.0.10/24", "IPv6Address": "" }, - "b51ef8f59d741ab520cac4a561c536956c8d094ab1a97efbdd44073eeb4fe71f": { - "Name": "aptl-cortex", - "EndpointID": "37e13e84898148cf4f45007e5060bf4f745fd6a71be8f924515833275ff32460", - "MacAddress": "aa:84:55:53:7d:b6", - "IPv4Address": "172.20.0.22/24", + "7f16fd7f180b401274599f2f5bb2150d547a621555d71625e8dad7ec39f199d2": { + "Name": "aptl-misp", + "EndpointID": "dc1db5b964b4421cd783fb11ffb3f5cca1dd7ff1332618e1acaedc26d6382774", + "MacAddress": "6a:cd:2c:fb:d8:da", + "IPv4Address": "172.20.0.16/24", "IPv6Address": "" }, - "b735a651190127fa2e01279b81c7390d65eea72af9bf19be5598d6ea64863daa": { - "Name": "aptl-shuffle-backend", - "EndpointID": "d4294cfc69dd529f1d3d826007ac7fc22c76094148e61be663ac8bf9d1752e22", - "MacAddress": "12:03:45:c0:31:dd", - "IPv4Address": "172.20.0.20/24", + "83afd43012dd1ad31bd3f54ee5ac27a09fc833ec827c3f5444ba991c3cd19b5c": { + "Name": "aptl-wazuh-sidecar-db", + "EndpointID": "d001f2f509f4b1ca8af5c123af28392a1d7b44691b0128d7ad185886d60d2bdc", + "MacAddress": "86:46:20:34:a2:ac", + "IPv4Address": "172.20.0.35/24", "IPv6Address": "" }, - "baf593babfd4c17e3133cb5a1b05d356b66b6166e59a3bd1192678b23d0c8425": { - "Name": "aptl-thehive-cassandra", - "EndpointID": "cc2baef19a8c4f2b6dd7798d848b54cb73da88e7a1d8079b67e4bc39b8f7e56c", - "MacAddress": "e6:c8:39:71:62:0c", - "IPv4Address": "172.20.0.5/24", + "8434e442eee0ae7b19788d1da5c8fee1957b84181c22f18e0c4f6e862a2759cd": { + "Name": "aptl-thehive", + "EndpointID": "e516382039e3d1ec5be6be9c50bc53f410819a793313fbe5e17e48399cc2c35c", + "MacAddress": "ca:0d:20:64:1a:40", + "IPv4Address": "172.20.0.18/24", "IPv6Address": "" }, - "c064e5698405c9ebd3d305b3076a78ad7ee26a600482c91f92f3cbf54670bcd7": { - "Name": "aptl-wazuh-dashboard", - "EndpointID": "20430152a65e828de2388ba941a29d8e3d837b692290217cb7ec7e641ba329ff", - "MacAddress": "9a:ac:f7:25:27:95", - "IPv4Address": "172.20.0.11/24", + "b40f4f901839b4cd89aeed63edd7ac9d90e6d9a60d8febf0278b77998cef2dea": { + "Name": "aptl-wazuh-indexer", + "EndpointID": "330f0f7e150e07d60cd93ecb95cf0f12162dfcba8a6ff748395a4d251834110d", + "MacAddress": "fe:81:69:5e:59:72", + "IPv4Address": "172.20.0.12/24", "IPv6Address": "" }, "cad789f14bfce945bb8f7326673a71b9c215e1bea4d6e37032726747ae7cca84": { @@ -144,25 +151,11 @@ "IPv4Address": "172.20.0.53/24", "IPv6Address": "" }, - "cae4c1cf9e6cee79118d95837a3aca4e40f307ca661d418971a53d923973633f": { - "Name": "aptl-shuffle-orborus", - "EndpointID": "017ec486227ae01ac147e78b3df72857d4d0e53c64ee3de6b964ba6e6213baf1", - "MacAddress": "8a:51:5f:67:89:f8", - "IPv4Address": "172.20.0.6/24", - "IPv6Address": "" - }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "5d23550a01131bf2d9bdae8c31002c3848de46d7851ff4303660343979103cc9", - "MacAddress": "36:a4:19:0b:50:e3", - "IPv4Address": "172.20.0.25/24", - "IPv6Address": "" - }, - "e1eb785c281a38818b7659df835f1afc8817f1f6c67d2ccb47a0c9e2c098163e": { - "Name": "aptl-shuffle-opensearch", - "EndpointID": "d4c38951f71d7db45f3ee1d1b85afd042093535901696ec70eeeb26977768df6", - "MacAddress": "6a:2f:5a:b3:b9:39", - "IPv4Address": "172.20.0.2/24", + "df22d1f07a1c45816554595dce7defa6ef5beec882360dbcbf66a7ed4a44c63c": { + "Name": "aptl-wazuh-sidecar-suricata", + "EndpointID": "7e2ba2f38a00f63594a5b0bf2b1c44a65789c5bacffbb56b2c293b1d5e4040bc", + "MacAddress": "f6:68:93:9d:24:8c", + "IPv4Address": "172.20.0.36/24", "IPv6Address": "" }, "ec7a3226d061d9607301e051d025bf5b4938af587c07ba35eee9692b54ccfef1": { @@ -172,27 +165,41 @@ "IPv4Address": "172.20.0.51/24", "IPv6Address": "" }, + "ef853168108e8140ec9f0124baa239b3a296253006a672338e686be1aeab627e": { + "Name": "aptl-cortex", + "EndpointID": "90badae83bbeedfa11194f4d25ab5e3d4de3d8dfd38cc8d81a135b9f84fac94a", + "MacAddress": "06:d3:4c:4f:09:df", + "IPv4Address": "172.20.0.22/24", + "IPv6Address": "" + }, + "f479361d5d174e5d09f6d3dd004ed7b49350a8ed05b0a480bc92d0e6e127c163": { + "Name": "aptl-reverse", + "EndpointID": "abf0bf6e87ae53d037ab63dff07b4c582777561b2949d71499b5c5bd3e966760", + "MacAddress": "ae:f5:7b:2a:8b:76", + "IPv4Address": "172.20.0.27/24", + "IPv6Address": "" + }, + "f838813d53ead651c21145aa396b916533be87c22036a8d045c1597275da6bb0": { + "Name": "aptl-thehive-cassandra", + "EndpointID": "1417eeb83b041c577c185da7dff14581c009ab5947f03ee297c20769f8844191", + "MacAddress": "8a:57:bc:8c:4d:95", + "IPv4Address": "172.20.0.4/24", + "IPv6Address": "" + }, "f83fc422fdaeb411d2a4714eba0dd0b76fcfe3d264f2aa73e7b151026ed3fc6b": { "Name": "aptl-grafana-otel", "EndpointID": "e1c668e2d0b69adae2ac8057eee53013ac7c64d4f915dd3100a287c7e607b023", "MacAddress": "a2:dd:c0:b0:a9:fd", "IPv4Address": "172.20.0.52/24", "IPv6Address": "" - }, - "f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140": { - "Name": "aptl-misp-suricata-sync", - "EndpointID": "c2e7c9057e44f3738c59729144ddb56b9ad8c7d7ec9d16a1e20d8b6c618bde9d", - "MacAddress": "12:17:77:43:59:eb", - "IPv4Address": "172.20.0.19/24", - "IPv6Address": "" } }, "Status": { "IPAM": { "Subnets": { "172.20.0.0/24": { - "IPsInUse": 25, - "DynamicIPsAvailable": 231 + "IPsInUse": 26, + "DynamicIPsAvailable": 230 } } } diff --git a/docs/aces/inventory/misp-redis/evidence/evidence-sha256sums.txt b/docs/aces/inventory/misp-redis/evidence/evidence-sha256sums.txt index fe6c9380..9238bc7d 100644 --- a/docs/aces/inventory/misp-redis/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/misp-redis/evidence/evidence-sha256sums.txt @@ -1,5 +1,5 @@ -36337d57f453f764d7a268644499e9f52b9ee6350ffa001584f1fb78ed2b8aad docs/aces/inventory/misp-redis/evidence/captured-at-utc.txt 67aea83f99d14160060e9320d8d8b786b7321e61ccfdd52a3146de30fe5cfcbd docs/aces/inventory/misp-redis/evidence/capture-limits.txt +36337d57f453f764d7a268644499e9f52b9ee6350ffa001584f1fb78ed2b8aad docs/aces/inventory/misp-redis/evidence/captured-at-utc.txt fa6e44af33c2dfc99c7d392feaf181a5b5fcb090823bfbcc9d6cb7ae5e906b04 docs/aces/inventory/misp-redis/evidence/compose-service.misp-redis.json 28807c5609c69414114e857bacab5136207630cc02cc7ec6345502b049f9f0ba docs/aces/inventory/misp-redis/evidence/docker-buildx-imagetools.attestation-amd64.raw.json 2abafb21dcf9140618a8a2970686948cf69dcfcce0b6f49006f13ea5d34ee8ae docs/aces/inventory/misp-redis/evidence/docker-buildx-imagetools.image.raw.json @@ -7,25 +7,25 @@ fa6e44af33c2dfc99c7d392feaf181a5b5fcb090823bfbcc9d6cb7ae5e906b04 docs/aces/inve 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/misp-redis/evidence/docker-compose-version.json d74e6dea362b034f0754515d1a41ce57da411401dde867cb9c8106499698a3ab docs/aces/inventory/misp-redis/evidence/docker-history.image.jsonl 3350308d04f48569a98908580d7abc7cea9d0a8151870760adc1f968da13d9fa docs/aces/inventory/misp-redis/evidence/docker-history.image.txt -5621c68a462a022309823149023955f1ca394dbb4e77aa86528c49c2f720a561 docs/aces/inventory/misp-redis/evidence/docker-inspect.container.json +9b688d740f53b1f4d1097fe625f1aff23d1de441614805ddb65f9c3f5e1ce14e docs/aces/inventory/misp-redis/evidence/docker-inspect.container.json 4fc2710aebdd4de89eea45919099e7f8186ab6b09e9b31e3ad2db17bb3abb923 docs/aces/inventory/misp-redis/evidence/docker-inspect.image.json cbf311e96082390cf0137082d1f95304903c59b426d08d7bbaf827ce030ad772 docs/aces/inventory/misp-redis/evidence/docker-logs.misp-redis.txt -fdad524a0d3d888a2779e7e3670e7c71e42947c4ee853b8df157516ab1077d25 docs/aces/inventory/misp-redis/evidence/docker-network.aptl-security.json +40aedbb9a9ca01e0dff69672cfbe50b67c0569c2115d57a8d9e9cc570c80a34e docs/aces/inventory/misp-redis/evidence/docker-network.aptl-security.json 1549fa20e5f6be9ef22d4576d30c411aef0894e303d56da7007d229796f22657 docs/aces/inventory/misp-redis/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/misp-redis/evidence/docker-version.json 8b2ed12f695195614529c6987538c21aba25b605667ecaa5891cf78d62ce2320 docs/aces/inventory/misp-redis/evidence/filesystem-checksums.txt.xz cd766b45a6d8e93e88af738850ced2379b6d8c00426c093685f77687446d6619 docs/aces/inventory/misp-redis/evidence/filesystem-tree.txt.gz c1aded7e4b72d5cfedb6fe6b63ad8bb149190b0c97419ed6f6788336727cf14f docs/aces/inventory/misp-redis/evidence/os-packages.txt 8008a0e8c1d289f7f50d6afebce713aeb9b8fb23ee7a09106e6fc664a01f99bc docs/aces/inventory/misp-redis/evidence/osquery-apt-sources.json -8e1bdec8018ab3cfcdcae95c5f7db142743887bf32ec819c794ddf0dfd1ab14a docs/aces/inventory/misp-redis/evidence/osquery-docker-containers.json -7398e87d8f818f613a6242a2b482c09cd56daf98977d7b14046036a78b68fd3d docs/aces/inventory/misp-redis/evidence/osquery-docker-images.json +c5236df66ad0367d84add20495ae56d54b70df08603deac16fc3b80a48d4c897 docs/aces/inventory/misp-redis/evidence/osquery-docker-containers.json +d404d512e2c51c3dbeb89c29e6df2bb8a2b7548a103a4d2725ea55b08a9e79fb docs/aces/inventory/misp-redis/evidence/osquery-docker-images.json 9ec147b95b0ccd7e2893f01192d9e0db4a6c0a3e3e3ff5fe6e9f72781f18aad0 docs/aces/inventory/misp-redis/evidence/osquery-installed-applications.json ff9ee710678db1519727790c4ce97568351f9d7900ba1a2f286727e8ac7f83e9 docs/aces/inventory/misp-redis/evidence/osquery-listening-ports.json 53bedb02a23f736b43cb397dea57bfb6d3fdaf9c198eaa4852b570fd2b4722ea docs/aces/inventory/misp-redis/evidence/osquery-processes.json be829067463f0ff96e4af9c0c5d19b687bc0da2807f3cf72491f448f4ca17b60 docs/aces/inventory/misp-redis/evidence/osquery-programs.json 2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/misp-redis/evidence/osquery-version.txt -e928eec82055878f370909b2c7f1d059b3faf3221a0839ac1a57c5479f86ef77 docs/aces/inventory/misp-redis/evidence/participant-discovery.kali.txt -17870072ba59567d416d24b0b3d4b86db4a230eb7449af9164cd8f2d9d231ac4 docs/aces/inventory/misp-redis/evidence/participant-discovery.misp.txt +13959264c3a3ee9fa073b6e64cd33800bbd7837566331190092bbe73427f5beb docs/aces/inventory/misp-redis/evidence/participant-discovery.kali.txt +c95992ab8c6da6c8bd40b745c49f0c678532b6503a66f7ec591e4bc078e2ab6e docs/aces/inventory/misp-redis/evidence/participant-discovery.misp.txt e4b7625f594949d15d1edb8415d9569f9c1d29383b8d137f8ffd1296e1622fa5 docs/aces/inventory/misp-redis/evidence/redis-manifest.txt 7e9830ce8b1e47da603b418d8558239b91c725a0fe0e786b23d89b6055c2abcf docs/aces/inventory/misp-redis/evidence/redis-state.txt a5a573740a64aa4224c9f113d322ea731350f56f3d12030d93e86111573ed6f9 docs/aces/inventory/misp-redis/evidence/runtime-baseline.txt diff --git a/docs/aces/inventory/misp-redis/evidence/osquery-docker-containers.json b/docs/aces/inventory/misp-redis/evidence/osquery-docker-containers.json index 9b2e75b5..fd87e9f4 100644 --- a/docs/aces/inventory/misp-redis/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/misp-redis/evidence/osquery-docker-containers.json @@ -9,9 +9,9 @@ "cgroup_namespace": "", "command": "docker-entrypoint.sh redis-server --requirepass redispassword", "config_entrypoint": "docker-entrypoint.sh", - "created": "1779517109", + "created": "1781193617", "finished_at": "0001-01-01T00:00:00Z", - "id": "45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a", + "id": "15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c", "image": "redis:7-alpine", "image_id": "7aec734b2bb298a1d769fd8729f13b8514a41bf90fcdd1f38ec52267fbaa8ee6", "ipc_namespace": "", @@ -19,14 +19,14 @@ "name": "/aptl-misp-redis", "net_namespace": "", "path": "docker-entrypoint.sh", - "pid": "2955768", + "pid": "804534", "pid_namespace": "", "privileged": "0", "readonly_rootfs": "0", "security_options": "", - "started_at": "2026-05-23T06:18:34.634895704Z", + "started_at": "2026-06-11T16:00:21.961196998Z", "state": "running", - "status": "Up 2 weeks", + "status": "Up 23 hours", "user_namespace": "", "uts_namespace": "" } diff --git a/docs/aces/inventory/misp-redis/evidence/osquery-docker-images.json b/docs/aces/inventory/misp-redis/evidence/osquery-docker-images.json index 5fcee8f5..8e1fac16 100644 --- a/docs/aces/inventory/misp-redis/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/misp-redis/evidence/osquery-docker-images.json @@ -1,16 +1,10 @@ { "table": "docker_images", - "query": "select id, tags, created, size_bytes from docker_images where tags like \"%redis%\";", + "query": "select id, tags, created, size_bytes from docker_images where tags like \"%misp-redis%\";", "tool": "osqueryi version 4.9.0", "vantage": "containerized osquery host-side Docker socket view", "status": "captured", "rows": [ - { - "created": "1776821692", - "id": "3e0669e42d4fe421c9dea0ba5fbc04d336b80b4f32a6c7d25bee3a1d089288a1", - "size_bytes": "175315376", - "tags": "redis:7" - }, { "created": "1776385319", "id": "7aec734b2bb298a1d769fd8729f13b8514a41bf90fcdd1f38ec52267fbaa8ee6", diff --git a/docs/aces/inventory/misp-redis/evidence/participant-discovery.kali.txt b/docs/aces/inventory/misp-redis/evidence/participant-discovery.kali.txt index 018a01df..dc784044 100644 --- a/docs/aces/inventory/misp-redis/evidence/participant-discovery.kali.txt +++ b/docs/aces/inventory/misp-redis/evidence/participant-discovery.kali.txt @@ -1,6 +1,6 @@ --dns-- --tcp6379-ip-- -172.20.0.3: inverse host lookup failed: Host name lookup failure -(UNKNOWN) [172.20.0.3] 6379 (redis) : Network is unreachable +172.20.0.2: inverse host lookup failed: Host name lookup failure +(UNKNOWN) [172.20.0.2] 6379 (redis) : Network is unreachable --tcp6379-name-- misp-redis: forward host lookup failed: Host name lookup failure : Resource temporarily unavailable diff --git a/docs/aces/inventory/misp-redis/evidence/participant-discovery.misp.txt b/docs/aces/inventory/misp-redis/evidence/participant-discovery.misp.txt index bc0f37cc..2dce3241 100644 --- a/docs/aces/inventory/misp-redis/evidence/participant-discovery.misp.txt +++ b/docs/aces/inventory/misp-redis/evidence/participant-discovery.misp.txt @@ -1,6 +1,6 @@ --dns-- -172.20.0.3 misp-redis -172.20.0.3 aptl-misp-redis +172.20.0.2 misp-redis +172.20.0.2 aptl-misp-redis --redis-host-env-- REDIS_HOST=misp-redis --tcp6379-- diff --git a/docs/aces/inventory/misp-redis/mapping-ledger.yaml b/docs/aces/inventory/misp-redis/mapping-ledger.yaml index c9156c42..3499625e 100644 --- a/docs/aces/inventory/misp-redis/mapping-ledger.yaml +++ b/docs/aces/inventory/misp-redis/mapping-ledger.yaml @@ -55,7 +55,7 @@ correspondence_checks: - misp-redis.datastore.logical-dbs - misp-redis.datastore.acl - misp-redis.runtime.vulnerability-scan -- id: misp-redis-scope-and-redaction-caveats +- id: misp-redis-scope-and-capture-caveats status: implemented source: docs/aces/inventory/misp-redis/evidence/capture-limits.txt method: README and tests assert non-destructive capture scope, preservation of the disclosed Redis auth fixture, Syft normalization, dump.rdb checksum exclusion, and unavailable osquery tables. @@ -179,7 +179,7 @@ facts: rationale: Current ACES SDL node runtime container/policy/health fields carry this catalogued MISP Redis fact directly. - id: misp-redis.network.identity category: network - summary: misp-redis is attached to security-net at a DHCP-assigned 172.20.0.3 with Docker aliases, DNS names, a MAC address, and no host-published ports. + summary: misp-redis is attached to security-net at a DHCP-assigned 172.20.0.2 with Docker aliases, DNS names, a MAC address, and no host-published ports. evidence: - path: evidence/docker-inspect.container.json - path: evidence/docker-network.aptl-security.json diff --git a/docs/aces/inventory/misp-suricata-sync/README.md b/docs/aces/inventory/misp-suricata-sync/README.md index 2aecc141..f86d79db 100644 --- a/docs/aces/inventory/misp-suricata-sync/README.md +++ b/docs/aces/inventory/misp-suricata-sync/README.md @@ -36,7 +36,7 @@ observation of that local steady state, **not as clean-lab rebuild proof**. | TechVault profile | `soc` | | Source class | `local-custom-build-integration-service` | | Image | `aptl-misp-suricata-sync:latest` (custom build from `containers/misp-suricata-sync/Dockerfile`) | -| Local image config ID | `aptl-misp-suricata-sync@sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e` | +| Local image config ID | `aptl-misp-suricata-sync@sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb` | | Base image | `python:3.11-slim` | | Runtime OS | Debian GNU/Linux 13 (trixie) | | Application | `aptl` 0.1.0 (pip; executed package `aptl.services.misp_suricata_sync`) on CPython 3.11.15 | @@ -109,8 +109,8 @@ These are recorded as first-class entries in `evidence/capture-limits.txt`: - `docker buildx imagetools inspect` fails for the local-only image tag; image identity is the local config ID plus the build recipe. - `MISP_API_KEY` (= the disclosed `nodes.techvault.misp` `ADMIN_KEY` - secret_fixture) and the base image's `GPG_KEY` are redacted from committed - evidence (ADR-029); the SDL carries the fixture values. + secret_fixture) and the base image's `GPG_KEY` are retained verbatim in + committed evidence because they are TechVault scenario content. - `/var/run/suricata` is the suricata asset's command-socket volume and the hash-list files in the rules bind are suricata authored content; both are recorded here as path/metadata with cross-references. diff --git a/docs/aces/inventory/misp-suricata-sync/capture-evidence.sh b/docs/aces/inventory/misp-suricata-sync/capture-evidence.sh index 0a1924f6..8498c0c2 100755 --- a/docs/aces/inventory/misp-suricata-sync/capture-evidence.sh +++ b/docs/aces/inventory/misp-suricata-sync/capture-evidence.sh @@ -21,8 +21,8 @@ set -euo pipefail # # MISP_API_KEY in the runtime env is the lab's MISP admin API key — the same # secret_fixture value already disclosed on nodes.techvault.misp runtime -# environment (ADMIN_KEY). It is redacted from committed evidence (ADR-029) -# and carried with its value only in the SDL secret-fixture encoding. +# environment (ADMIN_KEY). It is TechVault scenario content and is captured +# verbatim in committed evidence. ROOT="$(git rev-parse --show-toplevel)" ASSET_DIR="$ROOT/docs/aces/inventory/misp-suricata-sync" @@ -47,40 +47,10 @@ record_limit() { printf -- '- %s\n' "$*" >> "$OUT/capture-limits.txt" } -redact_stream() { - sed -E \ - -e 's/(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHD_PASS)=([^[:space:]]+)/\1=/Ig' +capture_stream() { + cat } -redact_env_jq=' - def redact_env: - if contains("=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHD_PASS)$"; "i")) then - "\($m.name)=" - else - . - end - else - . - end; - - def redact_sensitive_keys: - walk( - if type == "object" then - with_entries( - if (.key | test("(password|pass|secret|token|key|cookie|session|private_key|api_key|jwt)$"; "i")) then - .value = "" - else - . - end - ) - else - . - end - ); -' - date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" docker version --format json | jq . > "$OUT/docker-version.json" @@ -91,35 +61,20 @@ docker compose version --format json | jq . > "$OUT/docker-compose-version.json" # be used because the soc profile pulls in services that depend_on # wazuh.manager and profile filtering invalidates the project. The authored # MISP_API_KEY entry is an ${MISP_API_KEY:?...} interpolation template, not a -# literal secret, but the env redaction rule is applied uniformly anyway; the -# authored template text is plain in docker-compose.yml. +# literal secret, and is captured exactly as authored. yq -o=json '.services."misp-suricata-sync"' "$ROOT/docker-compose.yml" \ - | jq ' - if (has("environment") and (.environment | type == "array")) then - .environment |= map( - if test("^(?[^=]+)=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHD_PASS)$"; "i")) - then "\($m.name)=" - else . - end - else - . - end - ) - else . end - ' > "$OUT/compose-service.misp-suricata-sync.json" -record_limit "compose-service.misp-suricata-sync.json is the authored docker-compose.yml service block (yq-extracted); a profile-filtered docker compose config could not be used because soc-profile services depend_on wazuh.manager and profile filtering invalidates the project. The authored MISP_API_KEY value is an \${MISP_API_KEY:?...} interpolation template (visible in docker-compose.yml), redacted here by the uniform env redaction rule." + | jq . > "$OUT/compose-service.misp-suricata-sync.json" +record_limit "compose-service.misp-suricata-sync.json is the authored docker-compose.yml service block (yq-extracted); a profile-filtered docker compose config could not be used because soc-profile services depend_on wazuh.manager and profile filtering invalidates the project. The authored MISP_API_KEY value is an \${MISP_API_KEY:?...} interpolation template and is captured exactly as authored." docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= ((. // []) | map(redact_env)) | redact_sensitive_keys" \ + | jq . \ > "$OUT/docker-inspect.container.json" docker image inspect "$IMAGE" \ - | jq "$redact_env_jq redact_sensitive_keys" \ + | jq . \ > "$OUT/docker-inspect.image.json" -docker history --no-trunc "$IMAGE" | redact_stream > "$OUT/docker-history.image.txt" -docker history --no-trunc --format '{{json .}}' "$IMAGE" | redact_stream > "$OUT/docker-history.image.jsonl" +docker history --no-trunc "$IMAGE" | capture_stream > "$OUT/docker-history.image.txt" +docker history --no-trunc --format '{{json .}}' "$IMAGE" | capture_stream > "$OUT/docker-history.image.jsonl" if docker buildx imagetools inspect "$IMAGE" > "$OUT/docker-buildx-imagetools.image.txt" 2>"$OUT/docker-buildx-imagetools.image.err"; then docker buildx imagetools inspect "$IMAGE" --raw \ @@ -132,11 +87,11 @@ fi docker network inspect aptl_aptl-security | jq . > "$OUT/docker-network.aptl-security.json" docker volume inspect aptl_suricata_command_socket | jq . > "$OUT/docker-volume.suricata_command_socket.json" -docker top "$CONTAINER" | redact_stream > "$OUT/docker-top.txt" -docker logs "$CONTAINER" --tail 500 2>&1 | redact_stream > "$OUT/docker-logs.misp-suricata-sync.txt" +docker top "$CONTAINER" | capture_stream > "$OUT/docker-top.txt" +docker logs "$CONTAINER" --tail 500 2>&1 | capture_stream > "$OUT/docker-logs.misp-suricata-sync.txt" record_limit "Capture used the already-running aptl project (soc profile up) per operator direction and did not run aptl lab stop -v && aptl lab start; this bundle is a steady-state observation of that local lab, not a clean-reset rebuild proof." -record_limit "MISP_API_KEY (runtime env) is the lab MISP admin API key — the same secret_fixture value already disclosed on nodes.techvault.misp (ADMIN_KEY). Redacted from committed evidence per ADR-029; carried with its value only in the SDL secret-fixture encoding." +record_limit "MISP_API_KEY (runtime env) is the lab MISP admin API key — the same secret_fixture value already disclosed on nodes.techvault.misp (ADMIN_KEY). It is retained verbatim in committed evidence and SDL because it is TechVault scenario content." record_limit "/var/run/suricata is the shared suricata_command_socket volume owned by the suricata asset; only the socket path/metadata is recorded here. /var/lib/suricata/rules/misp is a host bind mount (.aptl/suricata/rules/misp) whose misp-iocs.rules content is generated by this service and recorded as a runtime-created file." # Build-recipe provenance: the Dockerfile COPYs pyproject.toml and the entire @@ -257,7 +212,7 @@ docker exec "$CONTAINER" sh -lc ' (ps -eo pid,ppid,user,args || for p in /proc/[0-9]*; do printf "%s %s\n" "${p#/proc/}" "$(tr "\0" " " < "$p/cmdline" 2>/dev/null)"; done) 2>&1 printf "%s\n" --python-version-- python3 --version 2>&1 || true -' | redact_stream > "$OUT/runtime-baseline.txt" +' | capture_stream > "$OUT/runtime-baseline.txt" # Service-specific state: the generated Suricata rules output, the command # socket, the CA trust input, and the sync loop's recent activity. @@ -272,7 +227,7 @@ docker exec "$CONTAINER" sh -lc ' printf "%s\n" --ca-cert-fingerprint-- (command -v openssl >/dev/null 2>&1 && openssl x509 -in /etc/lab-ca/lab-ca.pem -noout -fingerprint -sha256 -subject -dates) 2>&1 \ || sha256sum /etc/lab-ca/lab-ca.pem 2>&1 || true -' | redact_stream > "$OUT/sync-service-state.txt" +' | capture_stream > "$OUT/sync-service-state.txt" # Observer vantage: the suricata container consumes the rules file and the # command socket. Record the realized integration from the consumer side. @@ -287,7 +242,7 @@ if docker inspect "$SURICATA_CONTAINER" >/dev/null 2>&1; then printf "%s\n" --suricata-rule-reload-counters-- (suricatasc -c "show-all-rules" /var/run/suricata/suricata-command.socket 2>&1 | head -3) 2>&1 true - ' | redact_stream > "$OUT/observer-discovery.suricata.txt" + ' | capture_stream > "$OUT/observer-discovery.suricata.txt" else record_limit "Suricata observer-vantage discovery was skipped because $SURICATA_CONTAINER was not present." printf '%s container unavailable\n' "$SURICATA_CONTAINER" > "$OUT/observer-discovery.suricata.txt" @@ -307,7 +262,7 @@ if docker inspect aptl-kali >/dev/null 2>&1; then printf "%s\n" --ping-- ping -c 1 -W 2 172.20.0.19 2>&1 | sed -n "1,4p" true - ' | redact_stream > "$OUT/participant-discovery.kali.txt" + ' | capture_stream > "$OUT/participant-discovery.kali.txt" else record_limit "Kali participant-vantage discovery was skipped because aptl-kali was not present." printf 'aptl-kali container unavailable\n' > "$OUT/participant-discovery.kali.txt" diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt b/docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt index d2206b06..0fbc5d22 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt +++ b/docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt @@ -1,7 +1,7 @@ -- compose-service.misp-suricata-sync.json is the authored docker-compose.yml service block (yq-extracted); a profile-filtered docker compose config could not be used because soc-profile services depend_on wazuh.manager and profile filtering invalidates the project. The authored MISP_API_KEY value is an ${MISP_API_KEY:?...} interpolation template (visible in docker-compose.yml), redacted here by the uniform env redaction rule. +- compose-service.misp-suricata-sync.json is the authored docker-compose.yml service block (yq-extracted); a profile-filtered docker compose config could not be used because soc-profile services depend_on wazuh.manager and profile filtering invalidates the project. The authored MISP_API_KEY value is an ${MISP_API_KEY:?...} interpolation template and is captured exactly as authored. - Docker Buildx imagetools inspection failed for aptl-misp-suricata-sync:latest because it is a locally built tag with no registry manifest; see docker-buildx-imagetools.image.err. Image identity is the local config ID in docker-inspect.image.json plus the build recipe in source-checksums.txt. - Capture used the already-running aptl project (soc profile up) per operator direction and did not run aptl lab stop -v && aptl lab start; this bundle is a steady-state observation of that local lab, not a clean-reset rebuild proof. -- MISP_API_KEY (runtime env) is the lab MISP admin API key — the same secret_fixture value already disclosed on nodes.techvault.misp (ADMIN_KEY). Redacted from committed evidence per ADR-029; carried with its value only in the SDL secret-fixture encoding. +- MISP_API_KEY (runtime env) is the lab MISP admin API key — the same secret_fixture value already disclosed on nodes.techvault.misp (ADMIN_KEY). It is retained verbatim in committed evidence and SDL because it is TechVault scenario content. - /var/run/suricata is the shared suricata_command_socket volume owned by the suricata asset; only the socket path/metadata is recorded here. /var/lib/suricata/rules/misp is a host bind mount (.aptl/suricata/rules/misp) whose misp-iocs.rules content is generated by this service and recorded as a runtime-created file. - source-checksums.txt covers the compose file, Dockerfile, pyproject.toml, and the executed aptl.services.misp_suricata_sync package sources. The Dockerfile COPYs the entire repo src/ tree into /app; that full copy is evidenced by the in-image filesystem manifest under /app and /usr/local/lib/python3.11/site-packages/aptl, not by per-file repo checksums of unrelated aptl subpackages. - filesystem-tree.txt.gz scopes the manifest to the application surfaces (/app, installed aptl package, console script, CA input, rules output, socket dir, os-release) and excludes __pycache__ bytecode and third-party site-packages dependency trees; the dependency closure is evidenced by the SBOMs and pip list instead. diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/compose-service.misp-suricata-sync.json b/docs/aces/inventory/misp-suricata-sync/evidence/compose-service.misp-suricata-sync.json index 0538df3a..2cfea7b5 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/compose-service.misp-suricata-sync.json +++ b/docs/aces/inventory/misp-suricata-sync/evidence/compose-service.misp-suricata-sync.json @@ -11,7 +11,7 @@ "restart": "unless-stopped", "environment": [ "MISP_URL=https://misp", - "MISP_API_KEY=", + "MISP_API_KEY=${MISP_API_KEY:?MISP_API_KEY must be set in .env (copy .env.example to .env)}", "MISP_VERIFY_SSL=${MISP_VERIFY_SSL:-true}", "MISP_CA_CERT_PATH=${MISP_CA_CERT_PATH:-/etc/lab-ca/lab-ca.pem}", "IOC_TAG_FILTER=aptl:enforce", diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.jsonl b/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.jsonl index c352cfd2..cb0127e7 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.jsonl +++ b/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.jsonl @@ -1,16 +1,16 @@ -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-23T08:17:44+02:00","CreatedBy":"ENTRYPOINT [\"aptl-misp-suricata-sync\"]","CreatedSince":"2 weeks ago","ID":"sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-23T08:17:44+02:00","CreatedBy":"RUN /bin/sh -c pip install --no-cache-dir . \u0026\u0026 apt-get purge -y git \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"120MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-23T08:17:09+02:00","CreatedBy":"COPY src /app/src # buildkit","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"2.43MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-23T08:17:08+02:00","CreatedBy":"COPY pyproject.toml /app/ # buildkit","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-21T10:01:22+02:00","CreatedBy":"WORKDIR /app","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"8.19kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-21T10:01:22+02:00","CreatedBy":"RUN /bin/sh -c apt-get update \u0026\u0026 apt-get install -y --no-install-recommends curl ca-certificates git \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"2 weeks ago","ID":"\u003cmissing\u003e","Size":"107MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:52:06+02:00","CreatedBy":"CMD [\"python3\"]","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:52:06+02:00","CreatedBy":"RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst=\"$(echo \"$src\" | tr -d 3)\"; [ -s \"/usr/local/bin/$src\" ]; [ ! -e \"/usr/local/bin/$dst\" ]; ln -svT \"$src\" \"/usr/local/bin/$dst\"; done # buildkit","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:52:06+02:00","CreatedBy":"RUN /bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; echo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; wget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; GNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf \"$GNUPGHOME\" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; ./configure --build=\"$gnuArch\" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test \"${gnuArch%%-*}\" != 'riscv64' \u0026\u0026 echo '--with-lto') --with-ensurepip ; nproc=\"$(nproc)\"; EXTRA_CFLAGS=\"$(dpkg-buildflags --get CFLAGS)\"; LDFLAGS=\"$(dpkg-buildflags --get LDFLAGS)\"; LDFLAGS=\"${LDFLAGS:-} -Wl,--strip-all\"; make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:-}\" ; rm python; make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\\$\\$ORIGIN/../lib'\" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \\( \\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) -o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \\) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' \u003e /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' | awk '/=\u003e/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); printf \"*%s\\n\", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(\":$\", \"\", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; apt-get dist-clean; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel\u003c0.46' ; pip3 --version # buildkit","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"48.4MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:43:52+02:00","CreatedBy":"ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:43:52+02:00","CreatedBy":"ENV PYTHON_VERSION=3.11.15","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:43:52+02:00","CreatedBy":"ENV GPG_KEY= weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:43:52+02:00","CreatedBy":"RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"4.95MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:43:52+02:00","CreatedBy":"ENV LANG=C.UTF-8","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-05-20T01:43:52+02:00","CreatedBy":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"debuerreotype 0.17","CreatedAt":"2026-05-18T02:00:00+02:00","CreatedBy":"# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'","CreatedSince":"3 weeks ago","ID":"\u003cmissing\u003e","Size":"87.4MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:58+02:00","CreatedBy":"ENTRYPOINT [\"aptl-misp-suricata-sync\"]","CreatedSince":"22 hours ago","ID":"sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:58+02:00","CreatedBy":"RUN /bin/sh -c pip install --no-cache-dir . \u0026\u0026 apt-get purge -y git \u0026\u0026 apt-get autoremove -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"22 hours ago","ID":"\u003cmissing\u003e","Size":"122MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:06+02:00","CreatedBy":"COPY src /app/src # buildkit","CreatedSince":"22 hours ago","ID":"\u003cmissing\u003e","Size":"2.44MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:05+02:00","CreatedBy":"COPY pyproject.toml /app/ # buildkit","CreatedSince":"22 hours ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:05+02:00","CreatedBy":"WORKDIR /app","CreatedSince":"22 hours ago","ID":"\u003cmissing\u003e","Size":"8.19kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T17:15:04+02:00","CreatedBy":"RUN /bin/sh -c apt-get update \u0026\u0026 apt-get install -y --no-install-recommends curl ca-certificates git \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"22 hours ago","ID":"\u003cmissing\u003e","Size":"107MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:11:19+02:00","CreatedBy":"CMD [\"python3\"]","CreatedSince":"36 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:11:19+02:00","CreatedBy":"RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst=\"$(echo \"$src\" | tr -d 3)\"; [ -s \"/usr/local/bin/$src\" ]; [ ! -e \"/usr/local/bin/$dst\" ]; ln -svT \"$src\" \"/usr/local/bin/$dst\"; done # buildkit","CreatedSince":"36 hours ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:11:18+02:00","CreatedBy":"RUN /bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; echo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; wget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; GNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf \"$GNUPGHOME\" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; ./configure --build=\"$gnuArch\" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test \"${gnuArch%%-*}\" != 'riscv64' \u0026\u0026 echo '--with-lto') --with-ensurepip ; nproc=\"$(nproc)\"; EXTRA_CFLAGS=\"$(dpkg-buildflags --get CFLAGS)\"; LDFLAGS=\"$(dpkg-buildflags --get LDFLAGS)\"; LDFLAGS=\"${LDFLAGS:-} -Wl,--strip-all\"; make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:-}\" ; rm python; make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\\$\\$ORIGIN/../lib'\" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \\( \\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) -o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \\) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' \u003e /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' | awk '/=\u003e/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); printf \"*%s\\n\", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(\":$\", \"\", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; apt-get dist-clean; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel\u003c0.46' ; pip3 --version # buildkit","CreatedSince":"36 hours ago","ID":"\u003cmissing\u003e","Size":"48.4MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:03:07+02:00","CreatedBy":"ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625","CreatedSince":"37 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:03:07+02:00","CreatedBy":"ENV PYTHON_VERSION=3.11.15","CreatedSince":"37 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:03:07+02:00","CreatedBy":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","CreatedSince":"37 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:03:07+02:00","CreatedBy":"RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit","CreatedSince":"37 hours ago","ID":"\u003cmissing\u003e","Size":"4.94MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:03:07+02:00","CreatedBy":"ENV LANG=C.UTF-8","CreatedSince":"37 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-06-11T03:03:07+02:00","CreatedBy":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CreatedSince":"37 hours ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"debuerreotype 0.17","CreatedAt":"2026-06-10T02:00:00+02:00","CreatedBy":"# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'","CreatedSince":"2 days ago","ID":"\u003cmissing\u003e","Size":"87.4MB"} diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.txt b/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.txt index 82e86622..dbba5002 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.txt +++ b/docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.txt @@ -1,17 +1,17 @@ -IMAGE CREATED CREATED BY SIZE COMMENT -sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e 2 weeks ago ENTRYPOINT ["aptl-misp-suricata-sync"] 0B buildkit.dockerfile.v0 - 2 weeks ago RUN /bin/sh -c pip install --no-cache-dir . && apt-get purge -y git && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit 120MB buildkit.dockerfile.v0 - 2 weeks ago COPY src /app/src # buildkit 2.43MB buildkit.dockerfile.v0 - 2 weeks ago COPY pyproject.toml /app/ # buildkit 12.3kB buildkit.dockerfile.v0 - 2 weeks ago WORKDIR /app 8.19kB buildkit.dockerfile.v0 - 2 weeks ago RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates git && rm -rf /var/lib/apt/lists/* # buildkit 107MB buildkit.dockerfile.v0 - 3 weeks ago CMD ["python3"] 0B buildkit.dockerfile.v0 - 3 weeks ago RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit 16.4kB buildkit.dockerfile.v0 - 3 weeks ago RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; apt-get dist-clean; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel<0.46' ; pip3 --version # buildkit 48.4MB buildkit.dockerfile.v0 - 3 weeks ago ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625 0B buildkit.dockerfile.v0 - 3 weeks ago ENV PYTHON_VERSION=3.11.15 0B buildkit.dockerfile.v0 - 3 weeks ago ENV GPG_KEY= 0B buildkit.dockerfile.v0 - 3 weeks ago RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit 4.95MB buildkit.dockerfile.v0 - 3 weeks ago ENV LANG=C.UTF-8 0B buildkit.dockerfile.v0 - 3 weeks ago ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0B buildkit.dockerfile.v0 - 3 weeks ago # debian.sh --arch 'amd64' out/ 'trixie' '@1779062400' 87.4MB debuerreotype 0.17 +IMAGE CREATED CREATED BY SIZE COMMENT +sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb 22 hours ago ENTRYPOINT ["aptl-misp-suricata-sync"] 0B buildkit.dockerfile.v0 + 22 hours ago RUN /bin/sh -c pip install --no-cache-dir . && apt-get purge -y git && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit 122MB buildkit.dockerfile.v0 + 22 hours ago COPY src /app/src # buildkit 2.44MB buildkit.dockerfile.v0 + 22 hours ago COPY pyproject.toml /app/ # buildkit 12.3kB buildkit.dockerfile.v0 + 22 hours ago WORKDIR /app 8.19kB buildkit.dockerfile.v0 + 22 hours ago RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates git && rm -rf /var/lib/apt/lists/* # buildkit 107MB buildkit.dockerfile.v0 + 36 hours ago CMD ["python3"] 0B buildkit.dockerfile.v0 + 36 hours ago RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit 16.4kB buildkit.dockerfile.v0 + 36 hours ago RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; apt-get dist-clean; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel<0.46' ; pip3 --version # buildkit 48.4MB buildkit.dockerfile.v0 + 37 hours ago ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625 0B buildkit.dockerfile.v0 + 37 hours ago ENV PYTHON_VERSION=3.11.15 0B buildkit.dockerfile.v0 + 37 hours ago ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D 0B buildkit.dockerfile.v0 + 37 hours ago RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit 4.94MB buildkit.dockerfile.v0 + 37 hours ago ENV LANG=C.UTF-8 0B buildkit.dockerfile.v0 + 37 hours ago ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0B buildkit.dockerfile.v0 + 2 days ago # debian.sh --arch 'amd64' out/ 'trixie' '@1781049600' 87.4MB debuerreotype 0.17 diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.container.json b/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.container.json index 738131d6..89726877 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140", - "Created": "2026-05-23T06:18:33.940460113Z", + "Id": "4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006", + "Created": "2026-06-11T16:00:20.90864794Z", "Path": "aptl-misp-suricata-sync", "Args": [], "State": { @@ -11,17 +11,17 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2966482, + "Pid": 816601, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:19:18.253749742Z", + "StartedAt": "2026-06-11T16:01:13.234913066Z", "FinishedAt": "0001-01-01T00:00:00Z" }, - "Image": "sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e", - "ResolvConfPath": "/var/lib/docker/containers/f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140/resolv.conf", - "HostnamePath": "/var/lib/docker/containers/f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140/hostname", - "HostsPath": "/var/lib/docker/containers/f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140/hosts", - "LogPath": "/var/lib/docker/containers/f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140/f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140-json.log", + "Image": "sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb", + "ResolvConfPath": "/var/lib/docker/containers/4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006/hostname", + "HostsPath": "/var/lib/docker/containers/4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006/hosts", + "LogPath": "/var/lib/docker/containers/4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006/4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006-json.log", "Name": "/aptl-misp-suricata-sync", "RestartCount": 0, "Driver": "overlayfs", @@ -173,19 +173,19 @@ "OpenStdin": false, "StdinOnce": false, "Env": [ - "IOC_TAG_FILTER=aptl:enforce", - "SID_BASE=99000000", - "MISP_VERIFY_SSL=false", - "SURICATA_SOCKET_PATH=/var/run/suricata/suricata-command.socket", + "MISP_URL=https://misp", + "RULES_OUT_PATH=/var/lib/suricata/rules/misp/misp-iocs.rules", "SYNC_INTERVAL_SECONDS=300", + "SID_BASE=99000000", + "IOC_TAG_FILTER=aptl:enforce", "MISP_CA_CERT_PATH=/etc/lab-ca/lab-ca.pem", + "MISP_VERIFY_SSL=false", + "MISP_API_KEY=JHxBbGPnAtyut0FTwkeuhVFnbMksGRCRwsE0V9Xw", "LOG_LEVEL=INFO", - "MISP_API_KEY=", - "RULES_OUT_PATH=/var/lib/suricata/rules/misp/misp-iocs.rules", - "MISP_URL=https://misp", + "SURICATA_SOCKET_PATH=/var/run/suricata/suricata-command.socket", "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", - "GPG_KEY=", + "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D", "PYTHON_VERSION=3.11.15", "PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625" ], @@ -200,7 +200,7 @@ "com.docker.compose.config-hash": "698addea73c31be5c811bd694c043524dcfd0af0730d177cfb1ee47c95f9f2ae", "com.docker.compose.container-number": "1", "com.docker.compose.depends_on": "suricata:service_started:false,misp:service_healthy:false", - "com.docker.compose.image": "sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e", + "com.docker.compose.image": "sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb", "com.docker.compose.oneoff": "False", "com.docker.compose.project": "aptl", "com.docker.compose.project.config_files": "/home/atomik/src/aptl/docker-compose.yml", @@ -210,8 +210,8 @@ } }, "NetworkSettings": { - "SandboxID": "e91bb451cf3e8eb8653486369ecade33f02358bd5c25e1ed3634f8761adc0986", - "SandboxKey": "", + "SandboxID": "4b2ecb2a398f6aa1f774972011aa40f65921766cfa0ad9df719e5312710373fb", + "SandboxKey": "/var/run/docker/netns/4b2ecb2a398f", "Ports": {}, "Networks": { "aptl_aptl-security": { @@ -226,10 +226,10 @@ "DriverOpts": null, "GwPriority": 0, "NetworkID": "42784966d53752a3d576860aee0748dc2cbfaa93f918b3832eddc9852e20aa7f", - "EndpointID": "c2e7c9057e44f3738c59729144ddb56b9ad8c7d7ec9d16a1e20d8b6c618bde9d", + "EndpointID": "1f9c73fd62723bdc27495a37d74155403b91b1b67b891a7a659c564054f8283b", "Gateway": "172.20.0.1", "IPAddress": "172.20.0.19", - "MacAddress": "12:17:77:43:59:eb", + "MacAddress": "4e:15:5f:aa:9a:0d", "IPPrefixLen": 24, "IPv6Gateway": "", "GlobalIPv6Address": "", @@ -237,14 +237,14 @@ "DNSNames": [ "aptl-misp-suricata-sync", "misp-suricata-sync", - "f93b9d4e2865" + "4d56ddfac027" ] } } }, "ImageManifestDescriptor": { "mediaType": "application/vnd.oci.image.manifest.v1+json", - "digest": "sha256:099e39a47ded62a5b6f52fdb4d5b48e7d9368e1d1d30c1009279e7292364aa12", + "digest": "sha256:675b3c6ff934ed25e0bf01e2b43ffca3eac3b86dc4003d0fa74736cf0dc4f9b4", "size": 2008, "platform": { "architecture": "amd64", diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.image.json b/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.image.json index 88cc5367..4f8a5788 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.image.json +++ b/docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.image.json @@ -1,14 +1,14 @@ [ { - "Id": "sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e", + "Id": "sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb", "RepoTags": [ "aptl-misp-suricata-sync:latest" ], "RepoDigests": [ - "aptl-misp-suricata-sync@sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e" + "aptl-misp-suricata-sync@sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb" ], "Comment": "buildkit.dockerfile.v0", - "Created": "2026-05-23T08:17:44.953784955+02:00", + "Created": "2026-06-11T17:15:58.139822106+02:00", "Config": { "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", @@ -29,34 +29,34 @@ }, "Architecture": "amd64", "Os": "linux", - "Size": 114201128, + "Size": 114813853, "RootFS": { "Type": "layers", "Layers": [ - "sha256:219a998c60509502b47b97f1158067d5dd62640d2d689560d32cfd5594f6bc40", - "sha256:98df1ca0e575d9026c1abd12994fad3c14effa4558d50b6961fd586930956b26", - "sha256:bffa3c30a00bb534b2e3637bd26d9a75e095172be7d0b33924f1a61bf6cb2120", - "sha256:89bfb82659d056dd4ef25b8b3f99c7a97874083d86d92924e931ffa2fb7c7861", - "sha256:323eb9311846722470f94332df2d3a10b99658aac4c39624f1fe6ae3ee49d32f", - "sha256:dc1b01f6b7228ddca8df73c90239cfb0c55a3f3f5d571bff8edaeea4fc8949f3", - "sha256:9632fe7a7363c825bfe943fd6532e5afc9994610c232ef550770a37f2dae95c3", - "sha256:5473a54ecbee25f3e5d13390bcac20b9e191b9c015cbcf75f8c1b26ffd9ca2ec", - "sha256:87bbc7895e09b6fe07a317c0572bbafc91f2b6cf0091e8503c698c173b23af1f" + "sha256:f4f8b983b714f130e2cff99176baa26352db6a55d3622e10ada40f2b4720a4eb", + "sha256:30397027ad83521a240789f494c872644416a4e3a3c44f2efb5bdc4eb457e20f", + "sha256:28b2c2519a708607986b8f9cc0fdd3c481df4c3f4d6730db76bdbce692e8d868", + "sha256:fc765e52b6a7a069d79e6fc708336d622c2cd040a37bae484c64b7edf9f7b5a5", + "sha256:71ab58e680c48926e2e52847acc0c54c7666a9054ca9abe5ca87bb40bc3ff477", + "sha256:fd56aace439b8d4db1f9633aa6910d7af670cd024fe862144bed2f79ba272662", + "sha256:ac23bb47eced054e63a931e05c6ab91b59c0218e09a6d00b3c88301a511af543", + "sha256:ba16317430ff90d6dc30f0c0485a2a2df07c505e3a00629634bf7f3d14846d85", + "sha256:0aaa5c7169995e92d7df700ed106b6606ab7b91ae6f8a6db1fe534387481030c" ] }, "Metadata": { - "LastTagTime": "2026-05-23T06:17:51.013940318Z" + "LastTagTime": "2026-06-11T16:00:12.204402187Z" }, "Descriptor": { "mediaType": "application/vnd.oci.image.index.v1+json", - "digest": "sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e", + "digest": "sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb", "size": 856 }, "Identity": { "Build": [ { - "Ref": "zqytksanrfpp93kb2xm7yeuap", - "CreatedAt": "2026-05-23T08:17:52.967446472+02:00" + "Ref": "imiicbdf668i0jrss8lukfmu6", + "CreatedAt": "2026-06-11T18:00:12.485113656+02:00" } ] } diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/docker-network.aptl-security.json b/docs/aces/inventory/misp-suricata-sync/evidence/docker-network.aptl-security.json index 0168c4eb..609774a7 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/docker-network.aptl-security.json +++ b/docs/aces/inventory/misp-suricata-sync/evidence/docker-network.aptl-security.json @@ -32,116 +32,116 @@ "com.docker.compose.version": "5.1.3" }, "Containers": { - "1574ba5c2bb24a249ffe94f8181ddb9ac33655518416af53707a74ece6173cbf": { - "Name": "aptl-misp-db", - "EndpointID": "16c627c6f35a90e618081014ff0ca0715aec52c1999dcb38b97caef2ca822acb", - "MacAddress": "92:10:31:d6:8d:68", - "IPv4Address": "172.20.0.17/24", - "IPv6Address": "" - }, - "23dec623baa3a9318ee9d76e486592a2ba74ad9ea18c62cce5bcae2b48fdab22": { - "Name": "aptl-suricata", - "EndpointID": "f531b4053fbcb648b918f085d69e46dafd1ff77ac87da71976a05a8369f06598", - "MacAddress": "fe:d7:53:72:ef:4f", - "IPv4Address": "172.20.0.50/24", + "0195e03e370b90cb0170a11fcb42c2d74fb08a20e2a327f51a6252aa1102e77b": { + "Name": "aptl-thehive-es", + "EndpointID": "5a192ee037a801c25168cfacbc5a37d6e6ee9054c1fc5fbf82f82b1e087b602e", + "MacAddress": "c2:5b:e0:6e:56:68", + "IPv4Address": "172.20.0.5/24", "IPv6Address": "" }, - "3dc2564de3ddba2431a6b3a0aeced293363d73825ed0271798b153b27af01dd7": { + "0ac6370712e66ca445fca393e928243e0ae71a42529235da2c3ee00ede094450": { "Name": "aptl-shuffle-frontend", - "EndpointID": "4e52e88e28c274d4dd2c42983582271c41dfc828a327dde266e9e273b13dde04", - "MacAddress": "22:55:6d:62:d3:1b", + "EndpointID": "6b1df095e0e68b9efe75f89690336495533e160a1a2c35fa533cf074ef1626a3", + "MacAddress": "3e:24:fe:1c:9d:fe", "IPv4Address": "172.20.0.21/24", "IPv6Address": "" }, - "3ee8e93f293ba3e8d5ebae58992c340265d79a9c8c840e85fd6f50273538259f": { - "Name": "aptl-thehive", - "EndpointID": "831d69a1869f8e1dfcb83673f5010440f9e3a213331ae3e575e6df72167cc880", - "MacAddress": "9e:dc:d0:3e:8d:c5", - "IPv4Address": "172.20.0.18/24", + "15776121bcbe81af778d2df109831463803ace5c8c09b0bc66916ebd6a69d25c": { + "Name": "aptl-misp-redis", + "EndpointID": "3adbeefef751f220f107dfce2404ff362c214bf145f9378cd7239cedb7383dee", + "MacAddress": "da:8e:cb:fa:b6:2b", + "IPv4Address": "172.20.0.2/24", "IPv6Address": "" }, - "404b16989dedfed41b2fff56be2831b526b8ac73c98cf46813f237bbff04fa88": { - "Name": "aptl-wazuh-sidecar-db", - "EndpointID": "91095e1ea27cc849b878dd7d193e011f89db78749798b4d426d5272a081c6b45", - "MacAddress": "9e:19:75:cf:5f:48", - "IPv4Address": "172.20.0.35/24", + "2463810da701ee82ea8024e7b7a8e3faafe67500c5fdbcb440387becfab0c613": { + "Name": "aptl-wazuh-dashboard", + "EndpointID": "2a053aebe4fcc2685a7ad7c4c168c68bc0d0fe4ce4061c6e4b9a3f124754daca", + "MacAddress": "ce:73:a1:0e:dc:52", + "IPv4Address": "172.20.0.11/24", "IPv6Address": "" }, - "45f5c73dd16061bc9b4f27ed4b4911ee707cf1b348c9ce6ec2cdd0333b26914a": { - "Name": "aptl-misp-redis", - "EndpointID": "7279ec3c7c60b8bbb3dcbcda88d0cd762c7681f3c6cd1aa023dcd092d6f0ea14", - "MacAddress": "92:11:52:ea:7d:44", - "IPv4Address": "172.20.0.3/24", + "246fa725d79a63ee35eb461f245e09c61489d4d83624d57ee13129af84d7bfea": { + "Name": "aptl-dns", + "EndpointID": "52b904dff453015126f11968f518f998fb605b94ae21f1d9bac7628d42a8918f", + "MacAddress": "ae:9b:d4:a3:d7:ee", + "IPv4Address": "172.20.0.25/24", "IPv6Address": "" }, - "50c9dab972af1c3ae4b91598fceef4eda08df6545bf44b832f13cbb0b2c76d24": { - "Name": "aptl-wazuh-indexer", - "EndpointID": "1eb3bb0e2a5be86233852f0b592b0a1819c4b6fbaf7406e91e8c87d29fcf178e", - "MacAddress": "ae:4b:7d:21:1f:d2", - "IPv4Address": "172.20.0.12/24", + "35eaf7464bfd2158b1d1464e62613c4be293c99fc9c1b333eb9e2f0f669e39bd": { + "Name": "aptl-shuffle-backend", + "EndpointID": "3c817c2641a39319d11eb701d2aebefe660560be9a36b15173c79888bf731f94", + "MacAddress": "ba:57:1a:c6:a8:f8", + "IPv4Address": "172.20.0.20/24", "IPv6Address": "" }, - "6397f21096e0228ce79916da87d14fc8527ee0174e27b8ac9a16936b31ffa2fe": { - "Name": "aptl-misp", - "EndpointID": "f409670052bafc8156295ba9726eece73f5c59596fcc9c3bfbbccbc469ed1e6a", - "MacAddress": "86:fa:65:cd:e7:af", - "IPv4Address": "172.20.0.16/24", + "3915bf99db610fc31263974fe29386dc468257123d1d6cfbea40af28ded147eb": { + "Name": "aptl-shuffle-orborus", + "EndpointID": "4c1236121cc15fea3e9cdbb210edcc2b26fd8aac31d24b87f20031bb13b471dc", + "MacAddress": "06:7a:92:c0:08:df", + "IPv4Address": "172.20.0.7/24", "IPv6Address": "" }, - "65c13c0e3ff5a1dd75970cf528bb3f69ec3bc2e29a91ca0d68c8a44b699b13af": { - "Name": "aptl-thehive-es", - "EndpointID": "8cd9a3f3b446bc9209e4f3f82e457c2fd6e869cd93e85dc5656c44d1ea99d5e6", - "MacAddress": "6e:90:06:ed:1e:39", - "IPv4Address": "172.20.0.4/24", + "3931f92d40bbc0fdfe83b151bb5ee55cc23095790527e5f2d89303aedc249583": { + "Name": "aptl-shuffle-opensearch", + "EndpointID": "a537d655a9f35a110e53b3a2c0bf509f220a485510710352120b169901ef06a7", + "MacAddress": "f6:03:be:a2:c8:6e", + "IPv4Address": "172.20.0.3/24", "IPv6Address": "" }, - "6c2af9a97f898958c921de97255cf617c5e92e45d11265898da9b61f6eb8a0ed": { - "Name": "aptl-wazuh-sidecar-suricata", - "EndpointID": "179bd493f4770c9289c363036cf35c11b44e065ce3d400b09387a6640c78b31d", - "MacAddress": "6e:3a:b1:ae:03:5e", - "IPv4Address": "172.20.0.36/24", + "3c887f1f2f799554a3a2ae6e68d7961ca3a6e0760451abbf00ea53bad2236b8e": { + "Name": "aptl-misp-db", + "EndpointID": "73e39ff049ae6a7ca17d27fd6cacd9508b44d494c82c67f907e9226bf5f77eed", + "MacAddress": "4a:86:7e:26:b7:4d", + "IPv4Address": "172.20.0.17/24", "IPv6Address": "" }, - "7a0689d6ee54b643fba6d88e1fe2419a9de0833d79bebba12ccdc102f20b12e9": { - "Name": "aptl-wazuh-manager", - "EndpointID": "0c62d4d57a01c10d77ee0c7b66417375c74d8ef03e7a989ab3c57b66c38cd518", - "MacAddress": "9e:fe:e4:f4:76:54", - "IPv4Address": "172.20.0.10/24", + "4281739e19e1119c427a3fd8315d9c8081e1fb313a11907712ccbe05c35630d1": { + "Name": "aptl-suricata", + "EndpointID": "7679ac32e7963f5fba9208df0850b4597f4c5a3ae5c639031c6215957b28cce1", + "MacAddress": "be:3d:8a:44:e1:54", + "IPv4Address": "172.20.0.50/24", "IPv6Address": "" }, - "89b491aa2172e28413ed23d3aa11257b11d23cab0adcec050cbcc6804007e5a9": { - "Name": "aptl-reverse", - "EndpointID": "b2a5b7e8b19e8d605f4515feffd9f366917366599a51c5f0fc08d2f051dddd1b", - "MacAddress": "be:d5:d8:e7:63:89", - "IPv4Address": "172.20.0.27/24", + "4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006": { + "Name": "aptl-misp-suricata-sync", + "EndpointID": "1f9c73fd62723bdc27495a37d74155403b91b1b67b891a7a659c564054f8283b", + "MacAddress": "4e:15:5f:aa:9a:0d", + "IPv4Address": "172.20.0.19/24", "IPv6Address": "" }, - "b51ef8f59d741ab520cac4a561c536956c8d094ab1a97efbdd44073eeb4fe71f": { - "Name": "aptl-cortex", - "EndpointID": "37e13e84898148cf4f45007e5060bf4f745fd6a71be8f924515833275ff32460", - "MacAddress": "aa:84:55:53:7d:b6", - "IPv4Address": "172.20.0.22/24", + "670478d55b62588e7e46835213915c073222e5fe0bb502fdede860a0243c3bb8": { + "Name": "aptl-wazuh-manager", + "EndpointID": "456970667f70a5299c2ebd1f6fa4b8fd65221f277b23afd77a8a59299bd4cfcc", + "MacAddress": "9e:b2:71:1e:88:e7", + "IPv4Address": "172.20.0.10/24", "IPv6Address": "" }, - "b735a651190127fa2e01279b81c7390d65eea72af9bf19be5598d6ea64863daa": { - "Name": "aptl-shuffle-backend", - "EndpointID": "d4294cfc69dd529f1d3d826007ac7fc22c76094148e61be663ac8bf9d1752e22", - "MacAddress": "12:03:45:c0:31:dd", - "IPv4Address": "172.20.0.20/24", + "7f16fd7f180b401274599f2f5bb2150d547a621555d71625e8dad7ec39f199d2": { + "Name": "aptl-misp", + "EndpointID": "dc1db5b964b4421cd783fb11ffb3f5cca1dd7ff1332618e1acaedc26d6382774", + "MacAddress": "6a:cd:2c:fb:d8:da", + "IPv4Address": "172.20.0.16/24", "IPv6Address": "" }, - "baf593babfd4c17e3133cb5a1b05d356b66b6166e59a3bd1192678b23d0c8425": { - "Name": "aptl-thehive-cassandra", - "EndpointID": "cc2baef19a8c4f2b6dd7798d848b54cb73da88e7a1d8079b67e4bc39b8f7e56c", - "MacAddress": "e6:c8:39:71:62:0c", - "IPv4Address": "172.20.0.5/24", + "83afd43012dd1ad31bd3f54ee5ac27a09fc833ec827c3f5444ba991c3cd19b5c": { + "Name": "aptl-wazuh-sidecar-db", + "EndpointID": "d001f2f509f4b1ca8af5c123af28392a1d7b44691b0128d7ad185886d60d2bdc", + "MacAddress": "86:46:20:34:a2:ac", + "IPv4Address": "172.20.0.35/24", "IPv6Address": "" }, - "c064e5698405c9ebd3d305b3076a78ad7ee26a600482c91f92f3cbf54670bcd7": { - "Name": "aptl-wazuh-dashboard", - "EndpointID": "20430152a65e828de2388ba941a29d8e3d837b692290217cb7ec7e641ba329ff", - "MacAddress": "9a:ac:f7:25:27:95", - "IPv4Address": "172.20.0.11/24", + "8434e442eee0ae7b19788d1da5c8fee1957b84181c22f18e0c4f6e862a2759cd": { + "Name": "aptl-thehive", + "EndpointID": "e516382039e3d1ec5be6be9c50bc53f410819a793313fbe5e17e48399cc2c35c", + "MacAddress": "ca:0d:20:64:1a:40", + "IPv4Address": "172.20.0.18/24", + "IPv6Address": "" + }, + "b40f4f901839b4cd89aeed63edd7ac9d90e6d9a60d8febf0278b77998cef2dea": { + "Name": "aptl-wazuh-indexer", + "EndpointID": "330f0f7e150e07d60cd93ecb95cf0f12162dfcba8a6ff748395a4d251834110d", + "MacAddress": "fe:81:69:5e:59:72", + "IPv4Address": "172.20.0.12/24", "IPv6Address": "" }, "cad789f14bfce945bb8f7326673a71b9c215e1bea4d6e37032726747ae7cca84": { @@ -151,25 +151,11 @@ "IPv4Address": "172.20.0.53/24", "IPv6Address": "" }, - "cae4c1cf9e6cee79118d95837a3aca4e40f307ca661d418971a53d923973633f": { - "Name": "aptl-shuffle-orborus", - "EndpointID": "017ec486227ae01ac147e78b3df72857d4d0e53c64ee3de6b964ba6e6213baf1", - "MacAddress": "8a:51:5f:67:89:f8", - "IPv4Address": "172.20.0.6/24", - "IPv6Address": "" - }, - "ceed7fcfb8cfb21a8c5b8d18d801946bf8057dcaa1dc9f4507319ae33aad323d": { - "Name": "aptl-dns", - "EndpointID": "5d23550a01131bf2d9bdae8c31002c3848de46d7851ff4303660343979103cc9", - "MacAddress": "36:a4:19:0b:50:e3", - "IPv4Address": "172.20.0.25/24", - "IPv6Address": "" - }, - "e1eb785c281a38818b7659df835f1afc8817f1f6c67d2ccb47a0c9e2c098163e": { - "Name": "aptl-shuffle-opensearch", - "EndpointID": "d4c38951f71d7db45f3ee1d1b85afd042093535901696ec70eeeb26977768df6", - "MacAddress": "6a:2f:5a:b3:b9:39", - "IPv4Address": "172.20.0.2/24", + "df22d1f07a1c45816554595dce7defa6ef5beec882360dbcbf66a7ed4a44c63c": { + "Name": "aptl-wazuh-sidecar-suricata", + "EndpointID": "7e2ba2f38a00f63594a5b0bf2b1c44a65789c5bacffbb56b2c293b1d5e4040bc", + "MacAddress": "f6:68:93:9d:24:8c", + "IPv4Address": "172.20.0.36/24", "IPv6Address": "" }, "ec7a3226d061d9607301e051d025bf5b4938af587c07ba35eee9692b54ccfef1": { @@ -179,19 +165,33 @@ "IPv4Address": "172.20.0.51/24", "IPv6Address": "" }, + "ef853168108e8140ec9f0124baa239b3a296253006a672338e686be1aeab627e": { + "Name": "aptl-cortex", + "EndpointID": "90badae83bbeedfa11194f4d25ab5e3d4de3d8dfd38cc8d81a135b9f84fac94a", + "MacAddress": "06:d3:4c:4f:09:df", + "IPv4Address": "172.20.0.22/24", + "IPv6Address": "" + }, + "f479361d5d174e5d09f6d3dd004ed7b49350a8ed05b0a480bc92d0e6e127c163": { + "Name": "aptl-reverse", + "EndpointID": "abf0bf6e87ae53d037ab63dff07b4c582777561b2949d71499b5c5bd3e966760", + "MacAddress": "ae:f5:7b:2a:8b:76", + "IPv4Address": "172.20.0.27/24", + "IPv6Address": "" + }, + "f838813d53ead651c21145aa396b916533be87c22036a8d045c1597275da6bb0": { + "Name": "aptl-thehive-cassandra", + "EndpointID": "1417eeb83b041c577c185da7dff14581c009ab5947f03ee297c20769f8844191", + "MacAddress": "8a:57:bc:8c:4d:95", + "IPv4Address": "172.20.0.4/24", + "IPv6Address": "" + }, "f83fc422fdaeb411d2a4714eba0dd0b76fcfe3d264f2aa73e7b151026ed3fc6b": { "Name": "aptl-grafana-otel", "EndpointID": "e1c668e2d0b69adae2ac8057eee53013ac7c64d4f915dd3100a287c7e607b023", "MacAddress": "a2:dd:c0:b0:a9:fd", "IPv4Address": "172.20.0.52/24", "IPv6Address": "" - }, - "f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140": { - "Name": "aptl-misp-suricata-sync", - "EndpointID": "c2e7c9057e44f3738c59729144ddb56b9ad8c7d7ec9d16a1e20d8b6c618bde9d", - "MacAddress": "12:17:77:43:59:eb", - "IPv4Address": "172.20.0.19/24", - "IPv6Address": "" } }, "Status": { diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/evidence-sha256sums.txt b/docs/aces/inventory/misp-suricata-sync/evidence/evidence-sha256sums.txt index 72c44999..1cc8b919 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/evidence-sha256sums.txt +++ b/docs/aces/inventory/misp-suricata-sync/evidence/evidence-sha256sums.txt @@ -1,14 +1,14 @@ +7fe5e88b84c5f0143ca138b1b6da6ee9708e1dd796293f4871e49f0bc3b98b81 docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt 51f441654fa3ddd4019e56faaace8a84608b359007ae8ec46d47790037da78d3 docs/aces/inventory/misp-suricata-sync/evidence/captured-at-utc.txt -5bae2cc0a6bf1fcae6ea3b1116a0fefb05c3e261af5daec62c68cc1e3ba436d7 docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt -a2a26fe8798e466344a80acb390db4dd649f9428ecfdbee8805c44963c4517d8 docs/aces/inventory/misp-suricata-sync/evidence/compose-service.misp-suricata-sync.json +fad09ef5dba10192ef161272866e569f338d310a4aed59da0c160b7db1e954dd docs/aces/inventory/misp-suricata-sync/evidence/compose-service.misp-suricata-sync.json 8c9bd5eb460bbe84911ade3ea3e7d4d30ddce4ca8a29ae8a60be390058e518d8 docs/aces/inventory/misp-suricata-sync/evidence/docker-buildx-imagetools.image.err 44f3ef17b42afec3edf07e584987dc8c8f9421969d225852c6fa9483ec12f3a7 docs/aces/inventory/misp-suricata-sync/evidence/docker-compose-version.json -35199f4de49d72f4e65f8833864ae11997ccfa1db5552892c7265d9bcf7b5d65 docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.jsonl -a8328f16aa1b0e92e041b98d784610c4a09203070f9ae86a564bdd5cb8cbd87f docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.txt -3d4b33832c01c5d8b4b9885bcbb1ee2c54cb09f77793fe51546ec6b93e270c7d docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.container.json -a3a919f4c7044c32e3fc8ac8e19ae5ae916e5412920f01f1c77553e3ce5ab087 docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.image.json +4197116021a34edcd3e44fa9e9a9f736767987d07c70c6e2832d78d8df70a745 docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.jsonl +2a166aa598de6422653ff7a8d42c601d0a510caa7f1fa8b8e789783e0e3cb048 docs/aces/inventory/misp-suricata-sync/evidence/docker-history.image.txt +9d6370269d81313d4ef029f0f4954fab6b1683af515805d10cd727e31099c717 docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.container.json +7038a5ef27a71f56eed6219672ae3ae7134d49fd7c255e2f91fad4c765455144 docs/aces/inventory/misp-suricata-sync/evidence/docker-inspect.image.json 2422de0c3b90893cfbfff4de519ab0ae056db41e9249e92751c6faa932b84036 docs/aces/inventory/misp-suricata-sync/evidence/docker-logs.misp-suricata-sync.txt -bbfb902399ed52ea74f0399d6372b2577e31ff4870c0c84121d3a8b22d4d066b docs/aces/inventory/misp-suricata-sync/evidence/docker-network.aptl-security.json +40aedbb9a9ca01e0dff69672cfbe50b67c0569c2115d57a8d9e9cc570c80a34e docs/aces/inventory/misp-suricata-sync/evidence/docker-network.aptl-security.json 37de65d643009f7598e18cc3718ebb54d43f169582dd0ac6bfda70dd5baf4605 docs/aces/inventory/misp-suricata-sync/evidence/docker-top.txt b36f5346fbc3c3655bcc3c8086a51b11dca27ead2139c794cd91dc8862357a47 docs/aces/inventory/misp-suricata-sync/evidence/docker-version.json 4f422785325ac341b7fb061efa40871cb83540d8a574d60556a71e0511b8bfd2 docs/aces/inventory/misp-suricata-sync/evidence/docker-volume.suricata_command_socket.json @@ -18,15 +18,15 @@ c2085e370a6dc63398662d7abd8233807fc3a1e6378dcfa330bf6cb1f9d78868 docs/aces/inve 6ffb154e21c7976c5beb468f753cc168cfeba8b59e6c38e2957c65a4b34fd67f docs/aces/inventory/misp-suricata-sync/evidence/observer-discovery.suricata.txt 5a16d6535c8737617a110406098fde44f96455db112279305847fbceee1b95c1 docs/aces/inventory/misp-suricata-sync/evidence/os-packages.txt 9e58642ff525c09d997b2b86e0ce451629a86cb2e6f99ec38826ba2938a7edec docs/aces/inventory/misp-suricata-sync/evidence/osquery-apt-sources.json -770e59967342f333d52105fbda3481f46a6c1d5e0272750f5b89c7e1a0936221 docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-containers.json -c46f98e5877044139a842b753135a1e219eee9b9292a8eb35774c434be60d5dd docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-images.json +220e9d060d9f3694c45f7693bce387b96ce7f5f9615686d5760747680830c476 docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-containers.json +fd7df66e0f0e37c8edc95d57c3bf8222f6153434c9d90e8ab30d9bc4d646f3fc docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-images.json 9ec147b95b0ccd7e2893f01192d9e0db4a6c0a3e3e3ff5fe6e9f72781f18aad0 docs/aces/inventory/misp-suricata-sync/evidence/osquery-installed-applications.json 23ec8e3bc80174426aa845916568eaa6eb17f52a5c485a610b898de0032569d1 docs/aces/inventory/misp-suricata-sync/evidence/osquery-listening-ports.json 7185f79bd72a911c4239f7fc1d9cc52be3a439711a45148fc7f4c757bc2d415c docs/aces/inventory/misp-suricata-sync/evidence/osquery-processes.json be829067463f0ff96e4af9c0c5d19b687bc0da2807f3cf72491f448f4ca17b60 docs/aces/inventory/misp-suricata-sync/evidence/osquery-programs.json 2238bddd22d66e419558abdaa4efec3f05b41685e13fe1b78486ddfbe75bf2f6 docs/aces/inventory/misp-suricata-sync/evidence/osquery-version.txt 4af2f0541dddedb54c5c766c8a5ec3dc94723adadc7b2264f580bbeaa607c4ec docs/aces/inventory/misp-suricata-sync/evidence/participant-discovery.kali.txt -22b8902ec5373692b80db52a7ae0f49dc9878bb86341a801c7902b81033d3836 docs/aces/inventory/misp-suricata-sync/evidence/runtime-baseline.txt +0e1345fb5a9e3cd8b73a8f1d145302c92991d9b1b843668c2cd14b982138be89 docs/aces/inventory/misp-suricata-sync/evidence/runtime-baseline.txt 688a2825dcc97c47f3a87531a443ec256a09fe0d0f5427bf519e6b718f72006c docs/aces/inventory/misp-suricata-sync/evidence/source-checksums.txt 3fac72ad72f265a679a72af20ae3bade4c8fd17262088ec744a4f8ac79f27a7c docs/aces/inventory/misp-suricata-sync/evidence/syft-sbom.cyclonedx.json.gz 9bc44860404aa5796cf5a6fe72a551f8d58d32d59d1b65b68b9f66d690bf7fd5 docs/aces/inventory/misp-suricata-sync/evidence/syft-version.json diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-containers.json b/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-containers.json index 1c98df58..e3aa36fd 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-containers.json +++ b/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-containers.json @@ -9,24 +9,24 @@ "cgroup_namespace": "", "command": "aptl-misp-suricata-sync", "config_entrypoint": "aptl-misp-suricata-sync", - "created": "1779517113", + "created": "1781193620", "finished_at": "0001-01-01T00:00:00Z", - "id": "f93b9d4e28659e3645e8d982f1e54aae7bf555fd65317a3ede095a79ba181140", + "id": "4d56ddfac02728f5df55169655664a10b97ffdf803c1a9d08ef5ae44946ac006", "image": "aptl-misp-suricata-sync", - "image_id": "f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e", + "image_id": "71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb", "ipc_namespace": "", "mnt_namespace": "", "name": "/aptl-misp-suricata-sync", "net_namespace": "", "path": "aptl-misp-suricata-sync", - "pid": "2966482", + "pid": "816601", "pid_namespace": "", "privileged": "0", "readonly_rootfs": "0", "security_options": "", - "started_at": "2026-05-23T06:19:18.253749742Z", + "started_at": "2026-06-11T16:01:13.234913066Z", "state": "running", - "status": "Up 2 weeks", + "status": "Up 23 hours", "user_namespace": "", "uts_namespace": "" } diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-images.json b/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-images.json index 1f8f022e..fa010d52 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-images.json +++ b/docs/aces/inventory/misp-suricata-sync/evidence/osquery-docker-images.json @@ -5,29 +5,29 @@ "vantage": "containerized osquery host-side Docker socket view", "status": "captured", "rows": [ - { - "created": "1779517064", - "id": "f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e", - "size_bytes": "484091976", - "tags": "aptl-misp-suricata-sync:latest" - }, - { - "created": "1779354104", - "id": "67b33459a28a2f0a508f7ba0885fea4bb1fdae683149c42c1bdae565c0188cd0", - "size_bytes": "307650280", - "tags": "aptl2-misp-suricata-sync:latest" - }, { "created": "1779350510", "id": "7df823d4a2873c06d0d3e648ba46459313657610b7d0ab9aa0fcf57113b04ca2", "size_bytes": "483262816", "tags": "aptl-local/misp-suricata-sync:330" }, + { + "created": "1781190958", + "id": "71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb", + "size_bytes": "487113149", + "tags": "aptl-misp-suricata-sync:latest" + }, { "created": "1777767254", "id": "87bf33cd61beb1c7df48e7b8f9c0ddd83f23dac43785b10efe1b87d02952d8db", "size_bytes": "281768267", "tags": "aptl-misp-suricata-sync:test" + }, + { + "created": "1779354104", + "id": "67b33459a28a2f0a508f7ba0885fea4bb1fdae683149c42c1bdae565c0188cd0", + "size_bytes": "307650280", + "tags": "aptl2-misp-suricata-sync:latest" } ] } diff --git a/docs/aces/inventory/misp-suricata-sync/evidence/runtime-baseline.txt b/docs/aces/inventory/misp-suricata-sync/evidence/runtime-baseline.txt index 5ec575f2..89ecde11 100644 --- a/docs/aces/inventory/misp-suricata-sync/evidence/runtime-baseline.txt +++ b/docs/aces/inventory/misp-suricata-sync/evidence/runtime-baseline.txt @@ -22,13 +22,13 @@ CapEff: 00000000a80425fb CapBnd: 00000000a80425fb CapAmb: 0000000000000000 --environment-- -GPG_KEY= +GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D HOME=/root HOSTNAME=misp-suricata-sync IOC_TAG_FILTER=aptl:enforce LANG=C.UTF-8 LOG_LEVEL=INFO -MISP_API_KEY= +MISP_API_KEY=JHxBbGPnAtyut0FTwkeuhVFnbMksGRCRwsE0V9Xw MISP_CA_CERT_PATH=/etc/lab-ca/lab-ca.pem MISP_URL=https://misp MISP_VERIFY_SSL=false diff --git a/docs/aces/inventory/misp-suricata-sync/mapping-ledger.yaml b/docs/aces/inventory/misp-suricata-sync/mapping-ledger.yaml index 4719e9f7..d4e1d6f2 100644 --- a/docs/aces/inventory/misp-suricata-sync/mapping-ledger.yaml +++ b/docs/aces/inventory/misp-suricata-sync/mapping-ledger.yaml @@ -7,7 +7,7 @@ asset: source_class: local-custom-build-integration-service proof_scope: steady-state-asset-spec provenance: - image_digest: aptl-misp-suricata-sync@sha256:f2e12bfa2a1fb8771c01a54880154e4f0d90360f98bba592accf23bdda8c276e + image_digest: aptl-misp-suricata-sync@sha256:71fc6bcd3af6b6654a566b14139d1aa06b7063b12c0eb282d0d40d49361580fb attestation: status: not_available verification_status: not_applicable @@ -28,7 +28,7 @@ notes: node, and the MISP-API + Suricata-handoff behaviour on typed relationship edges. No known ACES expressivity gap remains for the catalogued misp-suricata-sync steady-state facts.' - MISP_API_KEY is the lab MISP admin API key — the same secret_fixture value already disclosed on nodes.techvault.misp (ADMIN_KEY). - It is redacted from committed evidence (ADR-029) and carried with its value only in the SDL secret-fixture encoding. + It is retained verbatim in committed evidence and SDL because it is TechVault scenario content. - /var/run/suricata is the suricata asset's command-socket volume and /var/lib/suricata/rules/misp is a shared host bind; the socket and the suricata-owned hash-list files are recorded here as path/metadata with cross-references to the suricata asset inventory. @@ -75,10 +75,10 @@ correspondence_checks: - misp-suricata-sync.relationship.queries-misp-api - misp-suricata-sync.relationship.updates-suricata-rules - misp-suricata-sync.service.sync-behavior -- id: misp-suricata-sync-scope-and-redaction-caveats +- id: misp-suricata-sync-scope-and-scenario-secret-caveats status: implemented source: docs/aces/inventory/misp-suricata-sync/evidence/capture-limits.txt - method: README and tests assert non-destructive capture scope, MISP_API_KEY/GPG_KEY redaction, the scoped filesystem manifest, + method: README and tests assert non-destructive capture scope, MISP_API_KEY/GPG_KEY retention, the scoped filesystem manifest, missing ss/netstat, and unavailable osquery tables. realized_evidence: - path: evidence/capture-limits.txt @@ -308,8 +308,8 @@ facts: fields: - nodes.techvault.misp-suricata-sync.runtime.environment rationale: Current ACES SDL node runtime.environment carries the captured variables directly. - caveat: MISP_API_KEY and GPG_KEY are redacted in committed evidence (ADR-029) and carried with their values only as SDL - secret fixtures; MISP_API_KEY equals the ADMIN_KEY fixture already disclosed on nodes.techvault.misp. + caveat: MISP_API_KEY and GPG_KEY are retained verbatim in committed evidence and SDL; MISP_API_KEY equals the ADMIN_KEY + fixture already disclosed on nodes.techvault.misp. - id: misp-suricata-sync.runtime.linux-capabilities category: runtime summary: PID 1 holds the default Docker capability set (00000000a80425fb); no cap_add. The service runs as root for host-bind @@ -487,7 +487,7 @@ facts: - id: misp-suricata-sync.secret.misp-api-key-fixture category: secret summary: MISP_API_KEY equals the lab MISP admin API key already disclosed as a secret_fixture on nodes.techvault.misp (ADMIN_KEY); - evidence is redacted, the SDL carries the fixture value. + evidence and SDL carry the fixture value verbatim. evidence: - path: evidence/capture-limits.txt - path: evidence/docker-inspect.container.json @@ -500,5 +500,4 @@ facts: - nodes.techvault.misp-suricata-sync.runtime.environment rationale: The scenario-fixture API key is encoded with its value per the repo secret-fixture policy (deliberate lab credential, reproduction input). - caveat: Committed evidence redacts the value (ADR-029); the SDL secret_fixture entry is the canonical disclosed copy, - identical to the misp node's ADMIN_KEY. + caveat: Committed evidence and SDL both retain the scenario-fixture API key, identical to the misp node's ADMIN_KEY. diff --git a/docs/aces/inventory/misp/README.md b/docs/aces/inventory/misp/README.md index bcfadd5c..11e0c2d1 100644 --- a/docs/aces/inventory/misp/README.md +++ b/docs/aces/inventory/misp/README.md @@ -37,13 +37,15 @@ as current-running steady-state evidence, not as clean-lab rebuild proof. - OS/runtime: Debian GNU/Linux 13 (trixie), PHP 8.4.16, nginx 1.26.3, Python 3.12.13, MariaDB client 11.8.6. - MISP app version: `{"major":2, "minor":5, "hotfix":36}`. -- Runtime counts: 17,516 filesystem entries, 12,544 checksummed files, +- Runtime counts: 17,516 filesystem entries, 12,549 checksummed files, 238 dpkg packages, 593 Trivy vulnerability findings, 21 local users, 42 local groups, 49 steady-state processes, and 15 unique service listeners. - MISP logical state: one admin user, one local organisation, six roles, one - API-key metadata row, six admin settings, zero events, zero attributes, zero - objects, five tags, 165 taxonomies, 112 galaxies, 49,300 galaxy clusters, + API-key metadata row, six admin settings, one event, six attributes, zero + objects, seven tags, 165 taxonomies, 112 galaxies, 49,300 galaxy clusters, 122 warninglists, two feeds, zero sharing groups, and 388 object templates. + The live event is `APTL Lab - Known Threat Actors` with three `ip-src` IOCs + and three `pattern-in-traffic` IOCs. - Participant discovery: `aptl-misp-suricata-sync` resolves `misp` and `aptl-misp`, reaches TCP 443 and TCP 80, and verifies TLS with the lab CA. `aptl-kali` cannot reach `172.20.0.16:443` from its current network vantage. @@ -51,15 +53,14 @@ as current-running steady-state evidence, not as clean-lab rebuild proof. ## Limits - This is not a destructive fresh-lab reset or byte-identical rebuild proof. -- Private key material, raw admin password/key values, MySQL password values, - CSRF-bearing healthcheck HTML, and secret-bearing config file hashes are - redacted or omitted. +- Scenario fixture secrets are retained unmasked in the evidence and SDL. The + live TLS key and active MISP config files are represented by target-file + metadata and SHA-256 digests in the filesystem evidence. - Docker embedded DNS listener ports are backend-generated and ephemeral; the SDL records them as node-local runtime listeners with provenance and caveat text rather than as MISP application services. -- No attack-induced MISP events, attributes, or objects were present. Typed - threat-intelligence event semantics were therefore not exercised by this - snapshot. +- The snapshot contains one MISP event and six attributes; the bundle records + row-level event, attribute, event-tag, and tag evidence in `misp-state.txt`. Run: diff --git a/docs/aces/inventory/misp/capture-evidence.sh b/docs/aces/inventory/misp/capture-evidence.sh index f6251de6..8410e49c 100755 --- a/docs/aces/inventory/misp/capture-evidence.sh +++ b/docs/aces/inventory/misp/capture-evidence.sh @@ -36,43 +36,13 @@ compose_cmd() { "${cmd[@]}" } -redact_stream() { - sed -E \ - -e 's/(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHKEY)=([^[:space:]]+)/\1=/Ig' \ - -e "s/(admin user key set to ')[^']+(')/\1\2/Ig" \ - -e "s/(setting admin key to ')[^']+(')/\1\2/Ig" \ - -e 's/(misp_db_password|misp_root_password|redispassword|admin@admin\.test[[:space:]]+admin)//g' \ - -e 's/-----BEGIN [A-Z ]*PRIVATE KEY-----//g' \ - -e 's/-----END [A-Z ]*PRIVATE KEY-----//g' +capture_stream() { + cat } -redact_env_jq=' - def redact_env: - if contains("=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHKEY)$"; "i")) then - "\($m.name)=" - else - . - end - else - . - end; - - def redact_sensitive_keys: - walk( - if type == "object" then - with_entries( - if (.key | test("(password|pass|secret|token|key|cookie|session|private_key|api_key|jwt|authkey)$"; "i")) then - .value = "" - else - . - end - ) - else - . - end - ); +identity_jq=' + def keep_env: .; + def keep_values: .; ' date -u +"%Y-%m-%dT%H:%M:%SZ" > "$OUT/captured-at-utc.txt" @@ -81,30 +51,18 @@ docker version --format json | jq . > "$OUT/docker-version.json" docker compose version --format json | jq . > "$OUT/docker-compose-version.json" yq -o=json '.services.misp' "$ROOT/docker-compose.yml" \ - | jq ' - .environment |= map( - if test("^(?[^=]+)=") then - capture("^(?[^=]+)=(?.*)$") as $m - | if ($m.name | test("(PASSWORD|PASS|SECRET|TOKEN|KEY|COOKIE|SESSION|PRIVATE_KEY|API_KEY|JWT|AUTHKEY)$"; "i")) - then "\($m.name)=" - else . - end - else - . - end - ) - ' > "$OUT/compose-service.misp.json" + | jq . > "$OUT/compose-service.misp.json" record_limit "Compose service evidence was extracted from docker-compose.yml with yq because the full local compose project has an unrelated invalid dependency reference that prevents docker compose config from rendering." docker inspect "$CONTAINER" \ - | jq "$redact_env_jq .[].Config.Env |= ((. // []) | map(redact_env)) | .[].State.Health.Log |= ((. // []) | map(.Output = \"\")) | redact_sensitive_keys" \ + | jq "$identity_jq keep_values" \ > "$OUT/docker-inspect.container.json" docker image inspect "$IMAGE" \ - | jq "$redact_env_jq redact_sensitive_keys" \ + | jq "$identity_jq keep_values" \ > "$OUT/docker-inspect.image.json" -docker history --no-trunc "$IMAGE" | redact_stream > "$OUT/docker-history.image.txt" -docker history --no-trunc --format '{{json .}}' "$IMAGE" | redact_stream > "$OUT/docker-history.image.jsonl" +docker history --no-trunc "$IMAGE" | capture_stream > "$OUT/docker-history.image.txt" +docker history --no-trunc --format '{{json .}}' "$IMAGE" | capture_stream > "$OUT/docker-history.image.jsonl" if docker buildx imagetools inspect "$IMAGE" > "$OUT/docker-buildx-imagetools.image.txt" 2>"$OUT/docker-buildx-imagetools.image.err"; then docker buildx imagetools inspect "$IMAGE" --raw \ @@ -117,12 +75,11 @@ fi docker network inspect aptl_aptl-security | jq . > "$OUT/docker-network.aptl-security.json" docker volume inspect aptl_misp_data | jq . > "$OUT/docker-volume.misp-data.json" docker volume inspect aptl_misp_config | jq . > "$OUT/docker-volume.misp-config.json" -docker top "$CONTAINER" | redact_stream > "$OUT/docker-top.txt" -docker logs "$CONTAINER" --tail 500 2>&1 | redact_stream > "$OUT/docker-logs.misp.txt" +docker top "$CONTAINER" | capture_stream > "$OUT/docker-top.txt" +docker logs "$CONTAINER" --tail 500 2>&1 | capture_stream > "$OUT/docker-logs.misp.txt" record_limit "Capture used the already-running aptl project per operator direction and did not run aptl lab stop -v && aptl lab start; this bundle is a steady-state observation of that local lab, not clean-reset rebuild proof." record_limit "Full source tree and volume filesystem evidence is captured as compressed manifests. SDL encodes load-bearing participant-visible paths and structured runtime surfaces directly; byte-identical rebuild proof remains out of scope for this inventory issue." -record_limit "Private key file content and secret-bearing config values are not captured or hashed as raw values; their path, mount, ownership, mode, and redaction classification are captured instead." sha256sum \ "$ROOT/docker-compose.yml" \ @@ -130,7 +87,12 @@ sha256sum \ "$ROOT/config/soc_certs/misp/server.pem" \ "$ROOT/config/soc_certs/lab-ca.pem" \ | sed "s# $ROOT/# #" > "$OUT/source-checksums.txt" -record_limit "config/soc_certs/misp/server.key is mounted by the container but intentionally omitted from source-checksums.txt because it is private key material." +if [[ -f "$ROOT/config/soc_certs/misp/server.key" ]]; then + sha256sum "$ROOT/config/soc_certs/misp/server.key" \ + | sed "s# $ROOT/# #" >> "$OUT/source-checksums.txt" +else + record_limit "config/soc_certs/misp/server.key was not present in this checkout; the live mounted key is captured through /etc/nginx/certs/key.pem in container filesystem evidence." +fi docker exec "$CONTAINER" sh -lc ' dpkg-query -W -f="\${binary:Package}\t\${Version}\t\${Architecture}\n" | sort @@ -184,9 +146,12 @@ docker exec "$CONTAINER" sh -lc ' stability=stable sensitivity=plain case "$path" in - */database.php|*/config.php|*/email.php|*/bootstrap.php|/etc/nginx/certs/key.pem) + */database.php|*/config.php|*/email.php|/etc/nginx/certs/key.pem) + stability=volume_backed + sensitivity=secret_fixture + ;; + */bootstrap.php) stability=volume_backed - sensitivity=operator_secret ;; /var/www/MISP/app/files/*) stability=volume_backed @@ -218,7 +183,6 @@ docker exec "$CONTAINER" sh -lc ' find "$root" -xdev -type f -print0 done \ | sort -zu \ - | grep -zEv "(/var/www/MISP/app/Config/(database|config|email|bootstrap)\.php|/etc/nginx/certs/key\.pem)$" \ | xargs -0 -r sha256sum ' | xz -9 -c > "$OUT/filesystem-checksums.txt.xz" rm -f "$OUT/filesystem-checksums.txt.gz" @@ -255,7 +219,7 @@ docker exec "$CONTAINER" sh -lc ' redis-cli --version 2>&1 || true printf "%s\n" --supervisor-- supervisorctl status 2>&1 || true -' | redact_stream > "$OUT/runtime-baseline.txt" +' | capture_stream > "$OUT/runtime-baseline.txt" docker exec "$CONTAINER" sh -lc ' set -eu @@ -269,7 +233,7 @@ docker exec "$CONTAINER" sh -lc ' $files = ["/var/www/MISP/app/Config/bootstrap.php", "/var/www/MISP/app/Config/config.php", "/var/www/MISP/app/Config/database.php", "/var/www/MISP/app/Config/email.php"]; foreach ($files as $f) { if (is_file($f)) { - printf("%s\t%s\t\n", $f, filesize($f)); + printf("%s\t%s\t%s\n", $f, filesize($f), hash_file("sha256", $f)); } } '\'' @@ -285,6 +249,14 @@ docker exec "$CONTAINER" sh -lc ' query -e "select id,setting,value from admin_settings order by id;" printf "%s\n" --db-content-counts-- query -e "select '\''events'\'' as table_name, count(*) as count from events union all select '\''attributes'\'', count(*) from attributes union all select '\''objects'\'', count(*) from objects union all select '\''tags'\'', count(*) from tags union all select '\''taxonomies'\'', count(*) from taxonomies union all select '\''galaxies'\'', count(*) from galaxies union all select '\''galaxy_clusters'\'', count(*) from galaxy_clusters union all select '\''warninglists'\'', count(*) from warninglists union all select '\''feeds'\'', count(*) from feeds union all select '\''sharing_groups'\'', count(*) from sharing_groups union all select '\''object_templates'\'', count(*) from object_templates;" + printf "%s\n" --db-events-- + query -e "select id,uuid,orgc_id,org_id,info,date,published,threat_level_id,analysis,distribution,timestamp from events order by id;" + printf "%s\n" --db-attributes-- + query -e "select id,event_id,object_id,object_relation,category,type,value1,value2,to_ids,deleted,timestamp from attributes order by id;" + printf "%s\n" --db-event-tags-- + query -e "select event_tags.id,event_tags.event_id,event_tags.local,event_tags.relationship_type,event_tags.tag_id,tags.name from event_tags left join tags on tags.id = event_tags.tag_id order by event_tags.id;" + printf "%s\n" --db-tags-- + query -e "select id,name,colour,exportable,org_id,user_id,local_only,is_galaxy from tags order by id;" printf "%s\n" --db-schema-sample-- query -e "show tables;" | sed -n "1,220p" printf "%s\n" --http-login-- @@ -300,7 +272,7 @@ docker exec "$CONTAINER" sh -lc ' if [ -s /tmp/misp-restsearch.json ]; then jq "{response_type: (type), keys: (if type == \"object\" then keys else [] end), length: (if type == \"array\" then length else null end)}" /tmp/misp-restsearch.json 2>/dev/null || sed -n "1,20p" /tmp/misp-restsearch.json fi -' | redact_stream > "$OUT/misp-state.txt" +' | capture_stream > "$OUT/misp-state.txt" if docker inspect aptl-kali >/dev/null 2>&1; then docker exec aptl-kali sh -lc ' @@ -311,7 +283,7 @@ if docker inspect aptl-kali >/dev/null 2>&1; then timeout 5 sh -c "nc -vz 172.20.0.16 443" 2>&1 timeout 5 sh -c "nc -vz misp.techvault.local 443" 2>&1 true - ' | redact_stream > "$OUT/participant-discovery.kali.txt" + ' | capture_stream > "$OUT/participant-discovery.kali.txt" else record_limit "Kali participant-vantage discovery was skipped because aptl-kali was not present." printf 'aptl-kali container unavailable\n' > "$OUT/participant-discovery.kali.txt" @@ -329,7 +301,7 @@ if docker inspect "$SYNC_CONTAINER" >/dev/null 2>&1; then printf "%s\n" --tls-- timeout 8 sh -c "openssl s_client -connect misp:443 -servername misp -brief -CAfile /etc/lab-ca/lab-ca.pem < /dev/null" 2>&1 true - ' | redact_stream > "$OUT/participant-discovery.misp-suricata-sync.txt" + ' | capture_stream > "$OUT/participant-discovery.misp-suricata-sync.txt" else record_limit "misp-suricata-sync participant-vantage discovery was skipped because $SYNC_CONTAINER was not present." printf '%s container unavailable\n' "$SYNC_CONTAINER" > "$OUT/participant-discovery.misp-suricata-sync.txt" diff --git a/docs/aces/inventory/misp/evidence/capture-limits.txt b/docs/aces/inventory/misp/evidence/capture-limits.txt index a9ef99f9..b97baff8 100644 --- a/docs/aces/inventory/misp/evidence/capture-limits.txt +++ b/docs/aces/inventory/misp/evidence/capture-limits.txt @@ -1,8 +1,7 @@ - Compose service evidence was extracted from docker-compose.yml with yq because the full local compose project has an unrelated invalid dependency reference that prevents docker compose config from rendering. - Capture used the already-running aptl project per operator direction and did not run aptl lab stop -v && aptl lab start; this bundle is a steady-state observation of that local lab, not clean-reset rebuild proof. - Full source tree and volume filesystem evidence is captured as compressed manifests. SDL encodes load-bearing participant-visible paths and structured runtime surfaces directly; byte-identical rebuild proof remains out of scope for this inventory issue. -- Private key file content and secret-bearing config values are not captured or hashed as raw values; their path, mount, ownership, mode, and redaction classification are captured instead. -- config/soc_certs/misp/server.key is mounted by the container but intentionally omitted from source-checksums.txt because it is private key material. +- The aptl4 checkout used for this branch does not contain config/soc_certs/misp/server.key as a source file; the running target exposes the key at /etc/nginx/certs/key.pem and the runtime checksum is captured there. - Syft CycloneDX output was deterministically normalized by stripping syft:location:* properties; filesystem provenance is captured in filesystem-tree.txt.gz and filesystem-checksums.txt.xz. - osquery installed_applications table unavailable in the digest-pinned Linux scanner image. - osquery programs table unavailable in the digest-pinned Linux scanner image. diff --git a/docs/aces/inventory/misp/evidence/compose-service.misp.json b/docs/aces/inventory/misp/evidence/compose-service.misp.json index c69082e2..f14addc7 100644 --- a/docs/aces/inventory/misp/evidence/compose-service.misp.json +++ b/docs/aces/inventory/misp/evidence/compose-service.misp.json @@ -13,10 +13,10 @@ "MYSQL_HOST=misp-db", "MYSQL_DATABASE=misp", "MYSQL_USER=misp", - "MYSQL_PASSWORD=", + "MYSQL_PASSWORD=misp_db_password", "ADMIN_EMAIL=admin@admin.test", - "ADMIN_PASSWORD=", - "ADMIN_KEY=", + "ADMIN_PASSWORD=admin", + "ADMIN_KEY=${MISP_API_KEY:?MISP_API_KEY must be set in .env (copy .env.example to .env)}", "BASE_URL=https://localhost", "REDIS_HOST=misp-redis" ], diff --git a/docs/aces/inventory/misp/evidence/docker-history.image.jsonl b/docs/aces/inventory/misp/evidence/docker-history.image.jsonl index 8736aa7f..0fd9f4f6 100644 --- a/docs/aces/inventory/misp/evidence/docker-history.image.jsonl +++ b/docs/aces/inventory/misp/evidence/docker-history.image.jsonl @@ -1,32 +1,32 @@ -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"WORKDIR /var/www/MISP","CreatedSince":"7 weeks ago","ID":"sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd","Size":"4.1kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"ENTRYPOINT [\"/entrypoint.sh\"]","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"COPY files/ / # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"254kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c cp -R /var/www/MISP/app/files /var/www/MISP/app/files.dist\n echo \"${CORE_COMMIT:-${CORE_TAG}}\" \u003e /var/www/MISP/app/files/VERSION\n cp -R /var/www/MISP/app/Config /var/www/MISP/app/Config.dist\n find /var/www/MISP \\( ! -user www-data -or ! -group www-data \\) -exec chown www-data:www-data '{}' +;\n find /var/www/MISP -not -perm 550 -type f -exec chmod 0550 '{}' +;\n find /var/www/MISP -not -perm 770 -type d -exec chmod 0770 '{}' +;\n # Diagnostics wants this file to be present and writable even if we do not use git in docker land\n touch /var/www/MISP/.git/ORIG_HEAD \u0026\u0026 chmod 0600 /var/www/MISP/.git/ORIG_HEAD \u0026\u0026 chown www-data:www-data /var/www/MISP/.git/ORIG_HEAD\n # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"159MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:45+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c rm /etc/nginx/sites-enabled/*; mkdir -p /run/php /etc/nginx/certs # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:45+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c if [ \"${CORE_FLAVOR}\" = \"slim\" ]; then\n set -- \n else\n set -- \"ssdeep\" \"rdkafka\" \"brotli\" \"simdjson\" \"zstd\"\n fi\n for mod in \"$@\"; do\n for dir in /etc/php/*/; do\n echo \"extension=${mod}.so\" \u003e \"${dir}mods-available/${mod}.ini\"\n done;\n phpenmod \"${mod}\"\n done;\n phpenmod redis\n # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"102kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:44+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /tmp/Plugin /var/www/MISP/app/Plugin # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"791kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:44+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /tmp/Vendor /var/www/MISP/app/Vendor # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"89.5MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:43+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /tmp/composer.lock /var/www/MISP/app/composer.lock # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"242kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:43+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /var/www/MISP /var/www/MISP # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"222MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:42+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c tar -xzf /pecl_libs.tar.gz \u0026\u0026 rm /pecl_libs.tar.gz # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"13.1MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:41+02:00","CreatedBy":"COPY /pecl_libs.tar.gz / # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"4.72MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:41+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c pip install --no-cache-dir /wheels/*.whl \u0026\u0026 rm -rf /wheels # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"399MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:23+02:00","CreatedBy":"COPY /wheels /wheels # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"84.9MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:24+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get autoremove -y \u0026\u0026 apt-get clean -y \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c update-alternatives --set php /usr/bin/php8.4 # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"36.9kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c sed -i '/imklog/s/^/#/' /etc/rsyslog.conf # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get update\n if [ \"${CORE_FLAVOR}\" = \"slim\" ]; then\n apt-get install -y --no-install-recommends \\\n lsb-release \\\n ca-certificates \\\n tini \\\n gettext \\\n procps \\\n sudo \\\n nginx \\\n openssl \\\n gpg \\\n gpg-agent \\\n mariadb-client \\\n rsync \\\n rsyslog \\\n php8.4 \\\n php8.4-curl \\\n php8.4-xml \\\n php8.4-mbstring \\\n php8.4-mysql \\\n php8.4-redis \\\n php8.4-gd \\\n php8.4-fpm \\\n php8.4-zip \\\n unzip \\\n zip \\\n curl \\\n uuid-runtime \\\n jq\n else\n apt-get install -y --no-install-recommends \\\n lsb-release \\\n ca-certificates \\\n tini \\\n gettext \\\n procps \\\n sudo \\\n nginx \\\n openssl \\\n gpg \\\n gpg-agent \\\n mariadb-client \\\n rsync \\\n rsyslog \\\n php8.4 \\\n php8.4-apcu \\\n php8.4-curl \\\n php8.4-xml \\\n php8.4-intl \\\n php8.4-bcmath \\\n php8.4-mbstring \\\n php8.4-mysql \\\n php8.4-redis \\\n php8.4-gd \\\n php8.4-fpm \\\n php8.4-zip \\\n php8.4-ldap \\\n libmagic1 \\\n libldap-common \\\n librdkafka1 \\\n libbrotli1 \\\n libsimdjson25 \\\n libzstd1 \\\n ssdeep \\\n stunnel4 \\\n libfuzzy2 \\\n unzip \\\n zip \\\n curl \\\n uuid-runtime \\\n jq\n fi\n # buildkit","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"345MB"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG CORE_FLAVOR=standard","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG PHP_VER=20240924","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG CORE_COMMIT=","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG CORE_TAG=v2.5.36","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ENV DEBIAN_FRONTEND=noninteractive","CreatedSince":"7 weeks ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"WORKDIR /var/www/MISP","CreatedSince":"2 months ago","ID":"sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd","Size":"4.1kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"ENTRYPOINT [\"/entrypoint.sh\"]","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"COPY files/ / # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"254kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:48+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c cp -R /var/www/MISP/app/files /var/www/MISP/app/files.dist\n echo \"${CORE_COMMIT:-${CORE_TAG}}\" \u003e /var/www/MISP/app/files/VERSION\n cp -R /var/www/MISP/app/Config /var/www/MISP/app/Config.dist\n find /var/www/MISP \\( ! -user www-data -or ! -group www-data \\) -exec chown www-data:www-data '{}' +;\n find /var/www/MISP -not -perm 550 -type f -exec chmod 0550 '{}' +;\n find /var/www/MISP -not -perm 770 -type d -exec chmod 0770 '{}' +;\n # Diagnostics wants this file to be present and writable even if we do not use git in docker land\n touch /var/www/MISP/.git/ORIG_HEAD \u0026\u0026 chmod 0600 /var/www/MISP/.git/ORIG_HEAD \u0026\u0026 chown www-data:www-data /var/www/MISP/.git/ORIG_HEAD\n # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"159MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:45+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c rm /etc/nginx/sites-enabled/*; mkdir -p /run/php /etc/nginx/certs # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:45+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c if [ \"${CORE_FLAVOR}\" = \"slim\" ]; then\n set -- \n else\n set -- \"ssdeep\" \"rdkafka\" \"brotli\" \"simdjson\" \"zstd\"\n fi\n for mod in \"$@\"; do\n for dir in /etc/php/*/; do\n echo \"extension=${mod}.so\" \u003e \"${dir}mods-available/${mod}.ini\"\n done;\n phpenmod \"${mod}\"\n done;\n phpenmod redis\n # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"102kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:44+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /tmp/Plugin /var/www/MISP/app/Plugin # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"791kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:44+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /tmp/Vendor /var/www/MISP/app/Vendor # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"89.5MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:43+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /tmp/composer.lock /var/www/MISP/app/composer.lock # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"242kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:43+02:00","CreatedBy":"COPY --chown=www-data:www-data --chmod=0550 /var/www/MISP /var/www/MISP # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"222MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:42+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c tar -xzf /pecl_libs.tar.gz \u0026\u0026 rm /pecl_libs.tar.gz # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"13.1MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:41+02:00","CreatedBy":"COPY /pecl_libs.tar.gz / # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"4.72MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:41+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c pip install --no-cache-dir /wheels/*.whl \u0026\u0026 rm -rf /wheels # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"399MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:23:23+02:00","CreatedBy":"COPY /wheels /wheels # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"84.9MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:24+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get autoremove -y \u0026\u0026 apt-get clean -y \u0026\u0026 rm -rf /var/lib/apt/lists/* # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"20.5kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c update-alternatives --set php /usr/bin/php8.4 # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"36.9kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c sed -i '/imklog/s/^/#/' /etc/rsyslog.conf # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"12.3kB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get update\n if [ \"${CORE_FLAVOR}\" = \"slim\" ]; then\n apt-get install -y --no-install-recommends \\\n lsb-release \\\n ca-certificates \\\n tini \\\n gettext \\\n procps \\\n sudo \\\n nginx \\\n openssl \\\n gpg \\\n gpg-agent \\\n mariadb-client \\\n rsync \\\n rsyslog \\\n php8.4 \\\n php8.4-curl \\\n php8.4-xml \\\n php8.4-mbstring \\\n php8.4-mysql \\\n php8.4-redis \\\n php8.4-gd \\\n php8.4-fpm \\\n php8.4-zip \\\n unzip \\\n zip \\\n curl \\\n uuid-runtime \\\n jq\n else\n apt-get install -y --no-install-recommends \\\n lsb-release \\\n ca-certificates \\\n tini \\\n gettext \\\n procps \\\n sudo \\\n nginx \\\n openssl \\\n gpg \\\n gpg-agent \\\n mariadb-client \\\n rsync \\\n rsyslog \\\n php8.4 \\\n php8.4-apcu \\\n php8.4-curl \\\n php8.4-xml \\\n php8.4-intl \\\n php8.4-bcmath \\\n php8.4-mbstring \\\n php8.4-mysql \\\n php8.4-redis \\\n php8.4-gd \\\n php8.4-fpm \\\n php8.4-zip \\\n php8.4-ldap \\\n libmagic1 \\\n libldap-common \\\n librdkafka1 \\\n libbrotli1 \\\n libsimdjson25 \\\n libzstd1 \\\n ssdeep \\\n stunnel4 \\\n libfuzzy2 \\\n unzip \\\n zip \\\n curl \\\n uuid-runtime \\\n jq\n fi\n # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"345MB"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG CORE_FLAVOR=standard","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG PHP_VER=20240924","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG CORE_COMMIT=","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ARG CORE_TAG=v2.5.36","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-04-04T11:21:22+02:00","CreatedBy":"ENV DEBIAN_FRONTEND=noninteractive","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:09:05+01:00","CreatedBy":"CMD [\"python3\"]","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:09:05+01:00","CreatedBy":"RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst=\"$(echo \"$src\" | tr -d 3)\"; [ -s \"/usr/local/bin/$src\" ]; [ ! -e \"/usr/local/bin/$dst\" ]; ln -svT \"$src\" \"/usr/local/bin/$dst\"; done # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"16.4kB"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:09:05+01:00","CreatedBy":"RUN /bin/sh -c set -eux; savedAptMark=\"$(apt-mark showmanual)\"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; echo \"$PYTHON_SHA256 *python.tar.xz\" | sha256sum -c -; wget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; GNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf \"$GNUPGHOME\" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; ./configure --build=\"$gnuArch\" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test \"${gnuArch%%-*}\" != 'riscv64' \u0026\u0026 echo '--with-lto') --with-ensurepip ; nproc=\"$(nproc)\"; EXTRA_CFLAGS=\"$(dpkg-buildflags --get CFLAGS)\"; LDFLAGS=\"$(dpkg-buildflags --get LDFLAGS)\"; LDFLAGS=\"${LDFLAGS:-} -Wl,--strip-all\"; arch=\"$(dpkg --print-architecture)\"; arch=\"${arch##*-}\"; case \"$arch\" in amd64|arm64) EXTRA_CFLAGS=\"${EXTRA_CFLAGS:-} -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer\"; ;; i386) ;; *) EXTRA_CFLAGS=\"${EXTRA_CFLAGS:-} -fno-omit-frame-pointer\"; ;; esac; make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:-}\" ; rm python; make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\\$\\$ORIGIN/../lib'\" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \\( \\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) -o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \\) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' \u003e /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' | awk '/=\u003e/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); printf \"*%s\\n\", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(\":$\", \"\", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; apt-get dist-clean; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 --version # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"41.4MB"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"ENV PYTHON_VERSION=3.12.13","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} -{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"ENV GPG_KEY= months ago","ID":"\u003cmissing\u003e","Size":"0B"} +{"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"4.94MB"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"ENV LANG=C.UTF-8","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} {"Comment":"buildkit.dockerfile.v0","CreatedAt":"2026-03-17T00:00:43+01:00","CreatedBy":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","CreatedSince":"2 months ago","ID":"\u003cmissing\u003e","Size":"0B"} diff --git a/docs/aces/inventory/misp/evidence/docker-history.image.txt b/docs/aces/inventory/misp/evidence/docker-history.image.txt index aa782e82..403570bd 100644 --- a/docs/aces/inventory/misp/evidence/docker-history.image.txt +++ b/docs/aces/inventory/misp/evidence/docker-history.image.txt @@ -1,8 +1,8 @@ -IMAGE CREATED CREATED BY SIZE COMMENT -sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd 7 weeks ago WORKDIR /var/www/MISP 4.1kB buildkit.dockerfile.v0 - 7 weeks ago ENTRYPOINT ["/entrypoint.sh"] 0B buildkit.dockerfile.v0 - 7 weeks ago COPY files/ / # buildkit 254kB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c cp -R /var/www/MISP/app/files /var/www/MISP/app/files.dist +IMAGE CREATED CREATED BY SIZE COMMENT +sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd 2 months ago WORKDIR /var/www/MISP 4.1kB buildkit.dockerfile.v0 + 2 months ago ENTRYPOINT ["/entrypoint.sh"] 0B buildkit.dockerfile.v0 + 2 months ago COPY files/ / # buildkit 254kB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c cp -R /var/www/MISP/app/files /var/www/MISP/app/files.dist echo "${CORE_COMMIT:-${CORE_TAG}}" > /var/www/MISP/app/files/VERSION cp -R /var/www/MISP/app/Config /var/www/MISP/app/Config.dist find /var/www/MISP \( ! -user www-data -or ! -group www-data \) -exec chown www-data:www-data '{}' +; @@ -10,9 +10,9 @@ sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd 7 week find /var/www/MISP -not -perm 770 -type d -exec chmod 0770 '{}' +; # Diagnostics wants this file to be present and writable even if we do not use git in docker land touch /var/www/MISP/.git/ORIG_HEAD && chmod 0600 /var/www/MISP/.git/ORIG_HEAD && chown www-data:www-data /var/www/MISP/.git/ORIG_HEAD - # buildkit 159MB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c rm /etc/nginx/sites-enabled/*; mkdir -p /run/php /etc/nginx/certs # buildkit 20.5kB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c if [ "${CORE_FLAVOR}" = "slim" ]; then + # buildkit 159MB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c rm /etc/nginx/sites-enabled/*; mkdir -p /run/php /etc/nginx/certs # buildkit 20.5kB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c if [ "${CORE_FLAVOR}" = "slim" ]; then set -- else set -- "ssdeep" "rdkafka" "brotli" "simdjson" "zstd" @@ -24,19 +24,19 @@ sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd 7 week phpenmod "${mod}" done; phpenmod redis - # buildkit 102kB buildkit.dockerfile.v0 - 7 weeks ago COPY --chown=www-data:www-data --chmod=0550 /tmp/Plugin /var/www/MISP/app/Plugin # buildkit 791kB buildkit.dockerfile.v0 - 7 weeks ago COPY --chown=www-data:www-data --chmod=0550 /tmp/Vendor /var/www/MISP/app/Vendor # buildkit 89.5MB buildkit.dockerfile.v0 - 7 weeks ago COPY --chown=www-data:www-data --chmod=0550 /tmp/composer.lock /var/www/MISP/app/composer.lock # buildkit 242kB buildkit.dockerfile.v0 - 7 weeks ago COPY --chown=www-data:www-data --chmod=0550 /var/www/MISP /var/www/MISP # buildkit 222MB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c tar -xzf /pecl_libs.tar.gz && rm /pecl_libs.tar.gz # buildkit 13.1MB buildkit.dockerfile.v0 - 7 weeks ago COPY /pecl_libs.tar.gz / # buildkit 4.72MB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c pip install --no-cache-dir /wheels/*.whl && rm -rf /wheels # buildkit 399MB buildkit.dockerfile.v0 - 7 weeks ago COPY /wheels /wheels # buildkit 84.9MB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit 20.5kB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c update-alternatives --set php /usr/bin/php8.4 # buildkit 36.9kB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c sed -i '/imklog/s/^/#/' /etc/rsyslog.conf # buildkit 12.3kB buildkit.dockerfile.v0 - 7 weeks ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get update + # buildkit 102kB buildkit.dockerfile.v0 + 2 months ago COPY --chown=www-data:www-data --chmod=0550 /tmp/Plugin /var/www/MISP/app/Plugin # buildkit 791kB buildkit.dockerfile.v0 + 2 months ago COPY --chown=www-data:www-data --chmod=0550 /tmp/Vendor /var/www/MISP/app/Vendor # buildkit 89.5MB buildkit.dockerfile.v0 + 2 months ago COPY --chown=www-data:www-data --chmod=0550 /tmp/composer.lock /var/www/MISP/app/composer.lock # buildkit 242kB buildkit.dockerfile.v0 + 2 months ago COPY --chown=www-data:www-data --chmod=0550 /var/www/MISP /var/www/MISP # buildkit 222MB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c tar -xzf /pecl_libs.tar.gz && rm /pecl_libs.tar.gz # buildkit 13.1MB buildkit.dockerfile.v0 + 2 months ago COPY /pecl_libs.tar.gz / # buildkit 4.72MB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c pip install --no-cache-dir /wheels/*.whl && rm -rf /wheels # buildkit 399MB buildkit.dockerfile.v0 + 2 months ago COPY /wheels /wheels # buildkit 84.9MB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit 20.5kB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c update-alternatives --set php /usr/bin/php8.4 # buildkit 36.9kB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c sed -i '/imklog/s/^/#/' /etc/rsyslog.conf # buildkit 12.3kB buildkit.dockerfile.v0 + 2 months ago RUN |4 CORE_TAG=v2.5.36 CORE_COMMIT= PHP_VER=20240924 CORE_FLAVOR=standard /bin/sh -c apt-get update if [ "${CORE_FLAVOR}" = "slim" ]; then apt-get install -y --no-install-recommends \ lsb-release \ @@ -110,17 +110,17 @@ sha256:992fd95b8d9698a18e1acdd7dbf5e8d03b32a03fd80e4bcbcff77bc7f17768cd 7 week jq fi # buildkit 345MB buildkit.dockerfile.v0 - 7 weeks ago ARG CORE_FLAVOR=standard 0B buildkit.dockerfile.v0 - 7 weeks ago ARG PHP_VER=20240924 0B buildkit.dockerfile.v0 - 7 weeks ago ARG CORE_COMMIT= 0B buildkit.dockerfile.v0 - 7 weeks ago ARG CORE_TAG=v2.5.36 0B buildkit.dockerfile.v0 - 7 weeks ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 + 2 months ago ARG CORE_FLAVOR=standard 0B buildkit.dockerfile.v0 + 2 months ago ARG PHP_VER=20240924 0B buildkit.dockerfile.v0 + 2 months ago ARG CORE_COMMIT= 0B buildkit.dockerfile.v0 + 2 months ago ARG CORE_TAG=v2.5.36 0B buildkit.dockerfile.v0 + 2 months ago ENV DEBIAN_FRONTEND=noninteractive 0B buildkit.dockerfile.v0 2 months ago CMD ["python3"] 0B buildkit.dockerfile.v0 2 months ago RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit 16.4kB buildkit.dockerfile.v0 2 months ago RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; case "$arch" in amd64|arm64) EXTRA_CFLAGS="${EXTRA_CFLAGS:-} -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"; ;; i386) ;; *) EXTRA_CFLAGS="${EXTRA_CFLAGS:-} -fno-omit-frame-pointer"; ;; esac; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; apt-get dist-clean; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 --version # buildkit 41.4MB buildkit.dockerfile.v0 2 months ago ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684 0B buildkit.dockerfile.v0 2 months ago ENV PYTHON_VERSION=3.12.13 0B buildkit.dockerfile.v0 - 2 months ago ENV GPG_KEY= 0B buildkit.dockerfile.v0 + 2 months ago ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305 0B buildkit.dockerfile.v0 2 months ago RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit 4.94MB buildkit.dockerfile.v0 2 months ago ENV LANG=C.UTF-8 0B buildkit.dockerfile.v0 2 months ago ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0B buildkit.dockerfile.v0 diff --git a/docs/aces/inventory/misp/evidence/docker-inspect.container.json b/docs/aces/inventory/misp/evidence/docker-inspect.container.json index 79b5b3cd..422b8f8e 100644 --- a/docs/aces/inventory/misp/evidence/docker-inspect.container.json +++ b/docs/aces/inventory/misp/evidence/docker-inspect.container.json @@ -1,7 +1,7 @@ [ { - "Id": "6397f21096e0228ce79916da87d14fc8527ee0174e27b8ac9a16936b31ffa2fe", - "Created": "2026-05-23T06:18:31.972449017Z", + "Id": "7f16fd7f180b401274599f2f5bb2150d547a621555d71625e8dad7ec39f199d2", + "Created": "2026-06-11T16:00:19.365800332Z", "Path": "/entrypoint.sh", "Args": [], "State": { @@ -11,53 +11,53 @@ "Restarting": false, "OOMKilled": false, "Dead": false, - "Pid": 2958905, + "Pid": 807711, "ExitCode": 0, "Error": "", - "StartedAt": "2026-05-23T06:18:50.192751102Z", + "StartedAt": "2026-06-11T16:00:38.559150225Z", "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "Status": "healthy", "FailingStreak": 0, "Log": [ { - "Start": "2026-05-29T02:14:06.497076824+02:00", - "End": "2026-05-29T02:14:06.566746865+02:00", + "Start": "2026-06-12T10:32:53.85328239+02:00", + "End": "2026-06-12T10:32:53.913015827+02:00", "ExitCode": 0, - "Output": "" + "Output": "\n\n\n \n \n \n \n Users - MISP\n \n\n\n\n\n\n\n\n\n\n\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
    \n
\n
    \n
\n
\n
\n\n\n\n
\n
\n
\n
\n
\n
\n
\n \n \n \n
\n \n \n

\n
\n \n
\n
Login\n
\n
\n
\n