Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8998?format=api",
    "vulnerability_id": "VCID-yk3z-5fjt-q7gb",
    "summary": "Prototype Pollution in hoek\nVersions of `hoek` prior to 4.2.1 and 5.0.3 are vulnerable to prototype pollution.\n\nThe `merge` function, and the `applyToDefaults` and `applyToDefaultsWithShallow` functions which leverage `merge` behind the scenes, are vulnerable to a prototype pollution attack when provided an _unvalidated_ payload created from a JSON string containing the `__proto__` property.\n\nThis can be demonstrated like so:\n\n```javascript\nvar Hoek = require('hoek');\nvar malicious_payload = '{\"__proto__\":{\"oops\":\"It works !\"}}';\n\nvar a = {};\nconsole.log(\"Before : \" + a.oops);\nHoek.merge({}, JSON.parse(malicious_payload));\nconsole.log(\"After : \" + a.oops);\n```\n\nThis type of attack can be used to overwrite existing properties causing a potential denial of service.",
    "aliases": [
        {
            "alias": "CVE-2018-3728"
        },
        {
            "alias": "GHSA-jp4x-w63m-7wgm"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932302?format=api",
            "purl": "pkg:deb/debian/node-hoek@5.0.3-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-hoek@5.0.3-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932303?format=api",
            "purl": "pkg:deb/debian/node-hoek@9.1.0%2B~cs10.1.0-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-hoek@9.1.0%252B~cs10.1.0-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932301?format=api",
            "purl": "pkg:deb/debian/node-hoek@10.0.1%2B~cs12.0.0-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-hoek@10.0.1%252B~cs12.0.0-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/932304?format=api",
            "purl": "pkg:deb/debian/node-hoek@11.0.7%2B~cs12.0.2-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/node-hoek@11.0.7%252B~cs12.0.2-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/27579?format=api",
            "purl": "pkg:npm/hoek@4.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/27578?format=api",
            "purl": "pkg:npm/hoek@5.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@5.0.3"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169494?format=api",
            "purl": "pkg:npm/hoek@0.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169495?format=api",
            "purl": "pkg:npm/hoek@0.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169496?format=api",
            "purl": "pkg:npm/hoek@0.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169497?format=api",
            "purl": "pkg:npm/hoek@0.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169498?format=api",
            "purl": "pkg:npm/hoek@0.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169499?format=api",
            "purl": "pkg:npm/hoek@0.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169500?format=api",
            "purl": "pkg:npm/hoek@0.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169501?format=api",
            "purl": "pkg:npm/hoek@0.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169502?format=api",
            "purl": "pkg:npm/hoek@0.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169503?format=api",
            "purl": "pkg:npm/hoek@0.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169504?format=api",
            "purl": "pkg:npm/hoek@0.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169505?format=api",
            "purl": "pkg:npm/hoek@0.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169506?format=api",
            "purl": "pkg:npm/hoek@0.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169507?format=api",
            "purl": "pkg:npm/hoek@0.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169508?format=api",
            "purl": "pkg:npm/hoek@0.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169509?format=api",
            "purl": "pkg:npm/hoek@0.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169510?format=api",
            "purl": "pkg:npm/hoek@0.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169511?format=api",
            "purl": "pkg:npm/hoek@0.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169512?format=api",
            "purl": "pkg:npm/hoek@0.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169513?format=api",
            "purl": "pkg:npm/hoek@0.0.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.0.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169514?format=api",
            "purl": "pkg:npm/hoek@0.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169515?format=api",
            "purl": "pkg:npm/hoek@0.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169516?format=api",
            "purl": "pkg:npm/hoek@0.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169517?format=api",
            "purl": "pkg:npm/hoek@0.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169518?format=api",
            "purl": "pkg:npm/hoek@0.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169519?format=api",
            "purl": "pkg:npm/hoek@0.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169520?format=api",
            "purl": "pkg:npm/hoek@0.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169521?format=api",
            "purl": "pkg:npm/hoek@0.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169522?format=api",
            "purl": "pkg:npm/hoek@0.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169523?format=api",
            "purl": "pkg:npm/hoek@0.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169524?format=api",
            "purl": "pkg:npm/hoek@0.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169525?format=api",
            "purl": "pkg:npm/hoek@0.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169526?format=api",
            "purl": "pkg:npm/hoek@0.6.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.6.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169527?format=api",
            "purl": "pkg:npm/hoek@0.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169528?format=api",
            "purl": "pkg:npm/hoek@0.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169529?format=api",
            "purl": "pkg:npm/hoek@0.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169530?format=api",
            "purl": "pkg:npm/hoek@0.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169531?format=api",
            "purl": "pkg:npm/hoek@0.7.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169532?format=api",
            "purl": "pkg:npm/hoek@0.7.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169533?format=api",
            "purl": "pkg:npm/hoek@0.7.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.7.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169534?format=api",
            "purl": "pkg:npm/hoek@0.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169535?format=api",
            "purl": "pkg:npm/hoek@0.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169536?format=api",
            "purl": "pkg:npm/hoek@0.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169537?format=api",
            "purl": "pkg:npm/hoek@0.8.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.8.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169538?format=api",
            "purl": "pkg:npm/hoek@0.8.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.8.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169539?format=api",
            "purl": "pkg:npm/hoek@0.8.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.8.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169540?format=api",
            "purl": "pkg:npm/hoek@0.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169541?format=api",
            "purl": "pkg:npm/hoek@0.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169542?format=api",
            "purl": "pkg:npm/hoek@0.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@0.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169543?format=api",
            "purl": "pkg:npm/hoek@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169544?format=api",
            "purl": "pkg:npm/hoek@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169545?format=api",
            "purl": "pkg:npm/hoek@1.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169546?format=api",
            "purl": "pkg:npm/hoek@1.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169547?format=api",
            "purl": "pkg:npm/hoek@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169548?format=api",
            "purl": "pkg:npm/hoek@1.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169549?format=api",
            "purl": "pkg:npm/hoek@1.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169550?format=api",
            "purl": "pkg:npm/hoek@1.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169551?format=api",
            "purl": "pkg:npm/hoek@1.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169552?format=api",
            "purl": "pkg:npm/hoek@1.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169553?format=api",
            "purl": "pkg:npm/hoek@1.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169554?format=api",
            "purl": "pkg:npm/hoek@1.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169555?format=api",
            "purl": "pkg:npm/hoek@1.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169556?format=api",
            "purl": "pkg:npm/hoek@1.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@1.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169557?format=api",
            "purl": "pkg:npm/hoek@2.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169558?format=api",
            "purl": "pkg:npm/hoek@2.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169559?format=api",
            "purl": "pkg:npm/hoek@2.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169560?format=api",
            "purl": "pkg:npm/hoek@2.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169561?format=api",
            "purl": "pkg:npm/hoek@2.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169562?format=api",
            "purl": "pkg:npm/hoek@2.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169563?format=api",
            "purl": "pkg:npm/hoek@2.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169564?format=api",
            "purl": "pkg:npm/hoek@2.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169565?format=api",
            "purl": "pkg:npm/hoek@2.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169566?format=api",
            "purl": "pkg:npm/hoek@2.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169567?format=api",
            "purl": "pkg:npm/hoek@2.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169568?format=api",
            "purl": "pkg:npm/hoek@2.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169569?format=api",
            "purl": "pkg:npm/hoek@2.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169570?format=api",
            "purl": "pkg:npm/hoek@2.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169571?format=api",
            "purl": "pkg:npm/hoek@2.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169572?format=api",
            "purl": "pkg:npm/hoek@2.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169573?format=api",
            "purl": "pkg:npm/hoek@2.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169574?format=api",
            "purl": "pkg:npm/hoek@2.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169575?format=api",
            "purl": "pkg:npm/hoek@2.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169576?format=api",
            "purl": "pkg:npm/hoek@2.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169577?format=api",
            "purl": "pkg:npm/hoek@2.13.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.13.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169578?format=api",
            "purl": "pkg:npm/hoek@2.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169579?format=api",
            "purl": "pkg:npm/hoek@2.15.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.15.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169580?format=api",
            "purl": "pkg:npm/hoek@2.16.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.16.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169581?format=api",
            "purl": "pkg:npm/hoek@2.16.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.16.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169582?format=api",
            "purl": "pkg:npm/hoek@2.16.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.16.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169583?format=api",
            "purl": "pkg:npm/hoek@2.16.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@2.16.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169584?format=api",
            "purl": "pkg:npm/hoek@3.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@3.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169585?format=api",
            "purl": "pkg:npm/hoek@3.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@3.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169586?format=api",
            "purl": "pkg:npm/hoek@3.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@3.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169587?format=api",
            "purl": "pkg:npm/hoek@3.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@3.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169588?format=api",
            "purl": "pkg:npm/hoek@3.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@3.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169589?format=api",
            "purl": "pkg:npm/hoek@4.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169590?format=api",
            "purl": "pkg:npm/hoek@4.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169591?format=api",
            "purl": "pkg:npm/hoek@4.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169592?format=api",
            "purl": "pkg:npm/hoek@4.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169593?format=api",
            "purl": "pkg:npm/hoek@4.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169594?format=api",
            "purl": "pkg:npm/hoek@4.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@4.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/27577?format=api",
            "purl": "pkg:npm/hoek@5.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@5.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169595?format=api",
            "purl": "pkg:npm/hoek@5.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@5.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/169596?format=api",
            "purl": "pkg:npm/hoek@5.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-f9fx-rs6v-x7d4"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/hoek@5.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109991?format=api",
            "purl": "pkg:rpm/redhat/fh-system-dump-tool@1.0.0-5?arch=el7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/fh-system-dump-tool@1.0.0-5%3Farch=el7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109990?format=api",
            "purl": "pkg:rpm/redhat/fping@3.10-4?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/fping@3.10-4%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109984?format=api",
            "purl": "pkg:rpm/redhat/nagios@4.0.8-8?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/nagios@4.0.8-8%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109983?format=api",
            "purl": "pkg:rpm/redhat/nagios-plugins@2.0.3-3?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/nagios-plugins@2.0.3-3%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109988?format=api",
            "purl": "pkg:rpm/redhat/perl-Crypt-CBC@2.33-2?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/perl-Crypt-CBC@2.33-2%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109977?format=api",
            "purl": "pkg:rpm/redhat/perl-Crypt-DES@2.05-20?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/perl-Crypt-DES@2.05-20%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109980?format=api",
            "purl": "pkg:rpm/redhat/perl-Net-SNMP@6.0.1-7?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/perl-Net-SNMP@6.0.1-7%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109982?format=api",
            "purl": "pkg:rpm/redhat/phantomjs@1.9.7-3?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/phantomjs@1.9.7-3%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109989?format=api",
            "purl": "pkg:rpm/redhat/python-meld3@0.6.10-1?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/python-meld3@0.6.10-1%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109992?format=api",
            "purl": "pkg:rpm/redhat/qstat@2.11-13.20080912svn311?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/qstat@2.11-13.20080912svn311%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109987?format=api",
            "purl": "pkg:rpm/redhat/radiusclient-ng@0.5.6-9?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/radiusclient-ng@0.5.6-9%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109986?format=api",
            "purl": "pkg:rpm/redhat/redis@2.8.21-2?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/redis@2.8.21-2%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109993?format=api",
            "purl": "pkg:rpm/redhat/rhmap-fh-openshift-templates@4.6.0-5?arch=el7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rhmap-fh-openshift-templates@4.6.0-5%3Farch=el7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109981?format=api",
            "purl": "pkg:rpm/redhat/rhmap-mod_authnz_external@3.3.1-7?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/rhmap-mod_authnz_external@3.3.1-7%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109985?format=api",
            "purl": "pkg:rpm/redhat/sendEmail@1.56-2?arch=el7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/sendEmail@1.56-2%3Farch=el7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109978?format=api",
            "purl": "pkg:rpm/redhat/ssmtp@2.64-14?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/ssmtp@2.64-14%3Farch=el7map"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/109979?format=api",
            "purl": "pkg:rpm/redhat/supervisor@3.1.3-3?arch=el7map",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3s88-wdk6-xyh6"
                },
                {
                    "vulnerability": "VCID-6wfy-67je-97h1"
                },
                {
                    "vulnerability": "VCID-am2z-v7gj-nqch"
                },
                {
                    "vulnerability": "VCID-db8x-2vgu-47gu"
                },
                {
                    "vulnerability": "VCID-tdkc-7dbb-uudh"
                },
                {
                    "vulnerability": "VCID-yk3z-5fjt-q7gb"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/supervisor@3.1.3-3%3Farch=el7map"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2018:1263",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://access.redhat.com/errata/RHSA-2018:1263"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2018:1264",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://access.redhat.com/errata/RHSA-2018:1264"
        },
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2018-3728.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "2.9",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2018-3728.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2018-3728",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82135",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82185",
                    "published_at": "2026-04-18T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82148",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82153",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82162",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82143",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.8208",
                    "published_at": "2026-04-01T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82092",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82112",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.01675",
                    "scoring_system": "epss",
                    "scoring_elements": "0.82109",
                    "published_at": "2026-04-07T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2018-3728"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3728",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3728"
        },
        {
            "reference_url": "https://github.com/hapijs/hoek",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/hapijs/hoek"
        },
        {
            "reference_url": "https://github.com/hapijs/hoek/commit/32ed5c9413321fbc37da5ca81a7cbab693786dee",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/hapijs/hoek/commit/32ed5c9413321fbc37da5ca81a7cbab693786dee"
        },
        {
            "reference_url": "https://github.com/hapijs/hoek/commit/5aed1a8c4a3d55722d1c799f2368857bf418d6df",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/hapijs/hoek/commit/5aed1a8c4a3d55722d1c799f2368857bf418d6df"
        },
        {
            "reference_url": "https://hackerone.com/reports/310439",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "2.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": ""
                },
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://hackerone.com/reports/310439"
        },
        {
            "reference_url": "https://snyk.io/vuln/npm:hoek:20180212",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://snyk.io/vuln/npm:hoek:20180212"
        },
        {
            "reference_url": "https://web.archive.org/web/20200227131737/https://www.securityfocus.com/bid/103108",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://web.archive.org/web/20200227131737/https://www.securityfocus.com/bid/103108"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=1545893",
            "reference_id": "1545893",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1545893"
        },
        {
            "reference_url": "https://github.com/nodejs/security-wg/blob/main/vuln/npm/367.json",
            "reference_id": "367",
            "reference_type": "",
            "scores": [
                {
                    "value": "2.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/nodejs/security-wg/blob/main/vuln/npm/367.json"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2018-3728",
            "reference_id": "CVE-2018-3728",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.8",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-3728"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-jp4x-w63m-7wgm",
            "reference_id": "GHSA-jp4x-w63m-7wgm",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-jp4x-w63m-7wgm"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2021:3917",
            "reference_id": "RHSA-2021:3917",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2021:3917"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 1321,
            "name": "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')",
            "description": "The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype."
        },
        {
            "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."
        },
        {
            "cwe_id": 20,
            "name": "Improper Input Validation",
            "description": "The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly."
        }
    ],
    "exploits": [],
    "severity_range_score": "2.5 - 8.9",
    "exploitability": "0.5",
    "weighted_severity": "8.0",
    "risk_score": 4.0,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-yk3z-5fjt-q7gb"
}