Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/53395?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/53395?format=api",
    "vulnerability_id": "VCID-qub7-qp14-uqcg",
    "summary": "TemporaryFolder on unix-like systems does not limit access to created files\n**Vulnerability**\n\n`PreparedStatement.setText(int, InputStream)`\nand\n\n`PreparedStatemet.setBytea(int, InputStream)`\n\nwill create a temporary file if the InputStream is larger than 51k\n\n \nExample of vulnerable code:\n\n```java\nString s = \"some very large string greater than 51200 bytes\";\n\nPreparedStatement.setInputStream(1, new ByteArrayInputStream(s.getBytes()) );\n```\nThis will create a temporary file which is readable by other users on Unix like systems, but not MacOS.\n\nImpact\nOn Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.\n\nThis vulnerability does not allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability.\n\nWhen analyzing the impact of this vulnerability, here are the important questions to ask:\n\nIs the driver running in an environment where the OS has other untrusted users.\nIf yes, and you answered 'yes' to question 1, this vulnerability impacts you.\nIf no, this vulnerability does not impact you.\nPatches\nBecause certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using.\n\nJava 1.8 and higher users: this vulnerability is fixed in 42.2.27, 42.3.8, 42.4.3, 42.5.1\nJava 1.7 users: this vulnerability is fixed in 42.2.27.jre7\nJava 1.6 and lower users: no patch is available; you must use the workaround below.\nWorkarounds\nIf you are unable to patch, or are stuck running on Java 1.6, specifying the java.io.tmpdir system environment variable to a directory that is exclusively owned by the executing user will fix this vulnerability.\n\nReferences\n[CWE-200: Exposure of Sensitive Information to an Unauthorized Actor](https://cwe.mitre.org/data/definitions/200.html)\nFix commit https://github.com/pgjdbc/pgjdbc/commit/9008dc9aade6dbfe4efafcd6872ebc55f4699cf5\nSimilar Vulnerabilities\nGoogle Guava - https://github.com/google/guava/issues/4011\nApache Ant - https://nvd.nist.gov/vuln/detail/CVE-2020-1945\nJetBrains Kotlin Compiler - https://nvd.nist.gov/vuln/detail/CVE-2020-15824",
    "aliases": [
        {
            "alias": "CVE-2022-41946"
        },
        {
            "alias": "GHSA-562r-vg33-8x8h"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017459?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017460?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017462?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017464?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461452?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461450?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461451?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461454?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555059?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555062?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555064?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555065?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952185?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017461?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516092?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516093?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436474?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436475?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436476?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436477?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436478?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436479?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436480?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436481?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/436482?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=edge&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=edge&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461453?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461455?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461456?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461457?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/461458?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.21&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.21&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516086?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516087?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516088?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516089?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516090?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/516091?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.20&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.20&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555060?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555061?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/555063?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.19&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.19&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952179?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952180?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952181?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952182?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952183?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/952184?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.17&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.17&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985698?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985699?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985700?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985701?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=loongarch64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=loongarch64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985702?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985703?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=riscv64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=riscv64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985704?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985705?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/985706?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.23&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.23&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017457?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017458?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017463?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1017465?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.22&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.22&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019042?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=aarch64&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=aarch64&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019043?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armhf&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armhf&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019044?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=armv7&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=armv7&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019045?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=ppc64le&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=ppc64le&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019046?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=s390x&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=s390x&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019047?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1019048?format=api",
            "purl": "pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0?arch=x86_64&distroversion=v3.18&reponame=community",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:apk/alpine/java-postgresql-jdbc@42.5.1-r0%3Farch=x86_64&distroversion=v3.18&reponame=community"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/928176?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.15-1%252Bdeb11u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/928184?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.15-1%252Bdeb11u2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/928185?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.5.1-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.5.1-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/928174?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.5.5-0%2Bdeb12u1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.5.5-0%252Bdeb12u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1049755?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.5.5-0%2Bdeb12u1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.5.5-0%252Bdeb12u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/928178?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.7.7-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.7.7-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/928177?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.7.10-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.7.10-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/81011?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/81012?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.8",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/81013?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.4.3",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/81014?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.5.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.5.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037881?format=api",
            "purl": "pkg:deb/debian/libpgjava@6.3.2-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@6.3.2-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037882?format=api",
            "purl": "pkg:deb/debian/libpgjava@6.3.2-2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@6.3.2-2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037883?format=api",
            "purl": "pkg:deb/debian/libpgjava@6.5.3-2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@6.5.3-2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037884?format=api",
            "purl": "pkg:deb/debian/libpgjava@7.2-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@7.2-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037885?format=api",
            "purl": "pkg:deb/debian/libpgjava@7.4.7-3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@7.4.7-3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037886?format=api",
            "purl": "pkg:deb/debian/libpgjava@8.1-405-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@8.1-405-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037887?format=api",
            "purl": "pkg:deb/debian/libpgjava@8.2-504-2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@8.2-504-2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037888?format=api",
            "purl": "pkg:deb/debian/libpgjava@8.4-701-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@8.4-701-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037889?format=api",
            "purl": "pkg:deb/debian/libpgjava@9.1-901-2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@9.1-901-2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037890?format=api",
            "purl": "pkg:deb/debian/libpgjava@9.2-1002-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@9.2-1002-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037891?format=api",
            "purl": "pkg:deb/debian/libpgjava@9.4.1212-1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-6z5w-j6xv-fffz"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@9.4.1212-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037892?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.2.5-2%2Bdeb10u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.5-2%252Bdeb10u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1049754?format=api",
            "purl": "pkg:deb/debian/libpgjava@42.2.15-1%2Bdeb11u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/libpgjava@42.2.15-1%252Bdeb11u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/144826?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279456?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.0.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.0.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279457?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.0.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.0.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279458?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279459?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.1.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.1.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279460?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.1.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.1.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279461?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279462?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.2.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.2.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279463?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.2.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.2.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279464?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279465?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.3.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.3.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279466?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.3.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.3.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279467?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279468?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.4.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.4.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279469?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.4.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.4.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279470?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279471?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.5.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.5.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279472?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.5.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.5.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279473?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279474?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.6.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.6.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279475?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.6.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.6.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279476?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279477?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.7.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.7.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279478?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.7.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.7.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/52736?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279479?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.8.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.8.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279480?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.8.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.8.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279481?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279482?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.9.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.9.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279483?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.9.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.9.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279484?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279485?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.10.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.10.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279486?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.10.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.10.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279487?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279488?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.11.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.11.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279489?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.11.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.11.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279490?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279491?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.12.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.12.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279492?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.12.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                },
                {
                    "vulnerability": "VCID-vdtn-ek54-nqh6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.12.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/45860?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279493?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.13.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.13.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279494?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.13.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.13.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279495?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279496?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.14.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.14.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279497?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.14.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.14.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279498?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279499?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.15.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.15.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279500?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.15.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.15.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279501?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279502?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.16.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.16.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279503?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.16.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.16.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279504?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279505?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.17.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.17.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279506?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.17.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.17.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279507?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279508?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.18.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.18.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279509?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.18.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.18.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279510?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279511?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.19.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.19.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279512?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.19.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.19.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279513?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279514?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.20.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.20.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279515?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.20.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.20.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279516?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279517?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.21.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.21.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279518?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.21.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.21.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279519?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279520?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.22.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.22.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279521?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.22.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.22.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279522?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279523?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.23.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.23.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279524?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.23.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.23.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279525?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279526?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.24.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.24.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279527?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.24.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.24.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/44719?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/284104?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.25.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.25.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/284105?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.25.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.25.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/80804?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/284106?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.26.jre6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.26.jre6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/284107?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.2.26.jre7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.2.26.jre7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/44718?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-rwwd-8qgf-f3ac"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/279528?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7p16-8nb5-kucz"
                },
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/44720?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-hpc5-vtmd-gub5"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-uzj4-puvz-zfgh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46299?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/342897?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/342898?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/342899?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/80806?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.3.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.3.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/144311?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-ba8g-gn36-7bdp"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-rwwd-8qgf-f3ac"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/80805?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/342900?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/144825?format=api",
            "purl": "pkg:maven/org.postgresql/postgresql@42.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6r4u-tem9-vkey"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-rwwd-8qgf-f3ac"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.postgresql/postgresql@42.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/97528?format=api",
            "purl": "pkg:rpm/redhat/candlepin@4.1.20-1?arch=el8sat",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/candlepin@4.1.20-1%3Farch=el8sat"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/96695?format=api",
            "purl": "pkg:rpm/redhat/candlepin@4.2.13-1?arch=el8sat",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2cup-9gdn-yyhk"
                },
                {
                    "vulnerability": "VCID-4nu3-fknt-puej"
                },
                {
                    "vulnerability": "VCID-6354-p39b-zbhp"
                },
                {
                    "vulnerability": "VCID-9h46-72hw-bkcr"
                },
                {
                    "vulnerability": "VCID-dmkc-42vj-gbhc"
                },
                {
                    "vulnerability": "VCID-fb8u-g65k-hffs"
                },
                {
                    "vulnerability": "VCID-j986-mtma-b3bw"
                },
                {
                    "vulnerability": "VCID-mbst-3bec-ykcq"
                },
                {
                    "vulnerability": "VCID-mm3e-4pej-byed"
                },
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                },
                {
                    "vulnerability": "VCID-qxfs-sq38-jfad"
                },
                {
                    "vulnerability": "VCID-v2pq-1qhm-4qb9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/candlepin@4.2.13-1%3Farch=el8sat"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/97527?format=api",
            "purl": "pkg:rpm/redhat/postgresql-jdbc@42.2.14-2?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/postgresql-jdbc@42.2.14-2%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/97529?format=api",
            "purl": "pkg:rpm/redhat/postgresql-jdbc@42.2.27-1?arch=el9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-qub7-qp14-uqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/postgresql-jdbc@42.2.27-1%3Farch=el9"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41946.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41946.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-41946",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.31922",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.31889",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.31923",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.31962",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.31958",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.3193",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.31878",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.32054",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00126",
                    "scoring_system": "epss",
                    "scoring_elements": "0.32013",
                    "published_at": "2026-04-02T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-41946"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41946",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41946"
        },
        {
            "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
                }
            ],
            "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"
        },
        {
            "reference_url": "https://github.com/pgjdbc/pgjdbc",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/pgjdbc/pgjdbc"
        },
        {
            "reference_url": "https://github.com/pgjdbc/pgjdbc/commit/9008dc9aade6dbfe4efafcd6872ebc55f4699cf5",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/pgjdbc/pgjdbc/commit/9008dc9aade6dbfe4efafcd6872ebc55f4699cf5"
        },
        {
            "reference_url": "https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h"
        },
        {
            "reference_url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00003.html",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00003.html"
        },
        {
            "reference_url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00017.html",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00017.html"
        },
        {
            "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD"
        },
        {
            "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/25TY2L3RMVNOC7VAHJEAO7PTT6M6JJAD"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41946",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41946"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20240329-0003",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240329-0003"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153399",
            "reference_id": "2153399",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153399"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-562r-vg33-8x8h",
            "reference_id": "GHSA-562r-vg33-8x8h",
            "reference_type": "",
            "scores": [
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-562r-vg33-8x8h"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:0758",
            "reference_id": "RHSA-2023:0758",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:0758"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:0888",
            "reference_id": "RHSA-2023:0888",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:0888"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:1006",
            "reference_id": "RHSA-2023:1006",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:1006"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:1177",
            "reference_id": "RHSA-2023:1177",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:1177"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:1630",
            "reference_id": "RHSA-2023:1630",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:1630"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:1815",
            "reference_id": "RHSA-2023:1815",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:1815"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:2097",
            "reference_id": "RHSA-2023:2097",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:2097"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:2378",
            "reference_id": "RHSA-2023:2378",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:2378"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2023:2867",
            "reference_id": "RHSA-2023:2867",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2023:2867"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 200,
            "name": "Exposure of Sensitive Information to an Unauthorized Actor",
            "description": "The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information."
        },
        {
            "cwe_id": 668,
            "name": "Exposure of Resource to Wrong Sphere",
            "description": "The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource."
        },
        {
            "cwe_id": 377,
            "name": "Insecure Temporary File",
            "description": "Creating and using insecure temporary files can leave application and system data vulnerable to attack."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        },
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        }
    ],
    "exploits": [],
    "severity_range_score": "4.0 - 6.9",
    "exploitability": "0.5",
    "weighted_severity": "6.2",
    "risk_score": 3.1,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-qub7-qp14-uqcg"
}