Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/24946?format=api",
    "vulnerability_id": "VCID-e1r9-bbdh-qqf6",
    "summary": "org.eclipse.jetty:jetty-http has different parsing of invalid URIs\nThe Jetty URI parser has some key differences compared to other common parsers when evaluating invalid or unusual URIs. Specifically:\n\n#### Invalid Scheme\n| URI | Jetty | uri-js (nodejs) | node-url(nodejs) |\n|---|---|---| --- |\n| `https>://vulndetector.com/path` | scheme=`http>`| scheme=`https` | invalid URI |\n\n#### Improper IPv4 mapped IPv6\n\n| URI | Jetty | System.Uri(CSharp) | curl(C) |\n|---|---|---| --- |\n| `http://[0:0:0:0:0:ffff:127.0.0.1]` | invalid | host=`[::ffff:127.0.0.1]` | host=`[::ffff:127.0.0.1]` | \n| `http://[::ffff:255.255.0.0]` | invalid | host=`[::ffff:255.255.0.0]` | host=`[::ffff:255.255.0.0]` | \n\n#### Incorrect IPv6 delimeter priority\n\n| URI | Jetty | urllib3(python) | furl(python) | Spring | chromium |\n|---|---|---| --- |---|---|\n| `http://[normal.com@]vulndetector.com/` | host=`[normal.com@]` | invalid | invalid | | |\n| `http://normal.com[user@vulndetector].com/`  | host=`[noirmal.com@vulndetector | | | host=`normal.com` | invalid |\n| `http://normal.com[@]vulndetector.com/`  | host=`normal.com[@] | | | host=`normal.com` | invalid |\n\n#### Incorrect delimeter priority\n\n| URI | Jetty | urllib3(python) | jersey |\n|---|---|---| --- |\n| `http://normal.com/#@vulndetector.com` | host=`vulndetector.com` | host=`normal.com` | host=`normal.com` |\n| `http://normal.com/?@vulndetector.com` | host=`vulndetector.com` | host=`normal.com` | host=`normal.com` |\n\n\n### Impact\nDifferential parsing of URIs in systems using multiple components may result in security by-pass. For example a component that enforces a black list may interpret the URIs differently from one that generates a response.\nAt the very least, differential parsing may divulge implementation details. \n\n### Patches\nPatched in Supported Open Source versions.\n* 12.1.5 - Supported and available on Maven Central\n* 12.0.31 - Supported and available on Maven Central\n* 11.0.x  - EOL Release, patches available on [tuxcare](https://tuxcare.com/) and [herodevs](https://www.herodevs.com/)\n* 10.0.x  - EOL Release, patches available on [tuxcare](https://tuxcare.com/) and [herodevs](https://www.herodevs.com/)\n* 9.4.x - EOL Release, patches available on [tuxcare](https://tuxcare.com/) and [herodevs](https://www.herodevs.com/)\n\n### Workarounds\nNone\n\n### Resources\n\n + [Java Eclipse Jetty Report_ Incorrect Parsing Priority of the IPv6 Hostname Delimeter.pdf](https://github.com/user-attachments/files/22222625/Java.Eclipse.Jetty.Report_.Incorrect.Parsing.Priority.of.the.IPv6.Hostname.Delimeter.pdf)\n + [Java Eclipse Jetty Report_ The Parsing Priority of the Delimiter.pdf](https://github.com/user-attachments/files/22222626/Java.Eclipse.Jetty.Report_.The.Parsing.Priority.of.the.Delimiter.pdf)\n + [Java Eclipse Jetty Report_ Parsing Difference Due to Deformed Scheme.pdf](https://github.com/user-attachments/files/22222627/Java.Eclipse.Jetty.Report_.Parsing.Difference.Due.to.Deformed.Scheme.pdf)\n + [Java Eclipse Jetty Report_ Improper IPv4-mapped IPv6 Parsing.pdf](https://github.com/user-attachments/files/22222630/Java.Eclipse.Jetty.Report_.Improper.IPv4-mapped.IPv6.Parsing.pdf)",
    "aliases": [
        {
            "alias": "CVE-2025-11143"
        },
        {
            "alias": "GHSA-wjpw-4j6x-6rwh"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925870?format=api",
            "purl": "pkg:deb/debian/jetty12@12.0.32-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.32-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925867?format=api",
            "purl": "pkg:deb/debian/jetty12@12.0.33-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.33-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1054895?format=api",
            "purl": "pkg:deb/debian/jetty12@12.0.33-1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.33-1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719826?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.58.v20250814",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.58.v20250814"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719837?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.0-alpha0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.0-alpha0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719847?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.0.alpha0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.0.alpha0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/68132?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.31",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/68133?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.1.5",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.1.5"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1054894?format=api",
            "purl": "pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-daws-9x98-vbbm"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925869?format=api",
            "purl": "pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-daws-9x98-vbbm"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147511?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185460?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.0.v20161208",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.0.v20161208"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185461?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.0.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.0.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185462?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.1.v20170120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.1.v20170120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185463?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.1.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.1.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185464?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20170220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20170220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185465?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.2.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185466?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.3.v20170317",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.3.v20170317"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185467?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.3.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.3.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185468?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.4.v20170414",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.4.v20170414"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185469?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.4.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.4.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185470?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20170502",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20170502"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185471?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.5.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185472?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20170531",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20170531"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185473?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.6.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185474?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.7.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.7.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185475?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.7.v20170914",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.7.v20170914"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185476?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.7.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.7.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185477?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.8.v20171121",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.8.v20171121"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185478?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.8.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.8.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185479?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.9.v20180320",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.9.v20180320"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185480?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.10.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.10.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185481?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.10.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.10.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185482?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.10.v20180503",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.10.v20180503"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185483?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.11.v20180605",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.11.v20180605"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185484?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185485?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185486?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.RC2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.RC2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185487?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.v20180830",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.12.v20180830"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185488?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.13.v20181111",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.13.v20181111"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/185489?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.14.v20181114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.14.v20181114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/36186?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.15.v20190215",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.15.v20190215"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/36189?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.16.v20190411",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-6uhn-tn81-cyac"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.16.v20190411"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/36199?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.17.v20190418",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.17.v20190418"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217963?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.18.v20190429",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.18.v20190429"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217964?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.19.v20190610",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.19.v20190610"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217965?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.20.v20190813",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.20.v20190813"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/197474?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.21.v20190926",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.21.v20190926"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/197475?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.22.v20191022",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.22.v20191022"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/197476?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.23.v20191118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.23.v20191118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/197477?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.24.v20191120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217966?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.25.v20191220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.25.v20191220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217967?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.26.v20200117",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.26.v20200117"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217968?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.27.v20200227",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.27.v20200227"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217969?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.28.v20200408",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.28.v20200408"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217970?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.29.v20200521",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.29.v20200521"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217971?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.30.v20200611",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.30.v20200611"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217972?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.31.v20200723",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.31.v20200723"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217973?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.32.v20200930",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.32.v20200930"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/217974?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.33.v20201020",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.33.v20201020"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/233431?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.34.v20201102",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.34.v20201102"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/233432?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.35.v20201120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.35.v20201120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/233433?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.36.v20210114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.36.v20210114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/233434?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.37.v20210219",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-p7cu-h519-83hx"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.37.v20210219"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/238135?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.38.v20210224",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.38.v20210224"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/238136?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.39.v20210325",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.39.v20210325"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319677?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.40.v20210413",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.40.v20210413"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319678?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.41.v20210516",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.41.v20210516"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319679?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.42.v20210604",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.42.v20210604"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319680?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.43.v20210629",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.43.v20210629"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319681?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.44.v20210927",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.44.v20210927"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319682?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.45.v20220203",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.45.v20220203"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319683?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.46.v20220331",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.46.v20220331"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621930?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.47.v20220610",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.47.v20220610"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621931?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.48.v20220622",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.48.v20220622"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621932?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.49.v20220914",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.49.v20220914"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621933?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.50.v20221201",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.50.v20221201"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621934?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.51.v20230217"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719820?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.52.v20230823",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.52.v20230823"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719821?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.53.v20231009",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.53.v20231009"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719822?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.54.v20240208",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.54.v20240208"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719823?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.55.v20240627",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.55.v20240627"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719824?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.56.v20240826",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.56.v20240826"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719825?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.57.v20241219",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.57.v20241219"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147512?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@9.4.58",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@9.4.58"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60026?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/233435?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/238137?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319684?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319685?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319686?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319687?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319688?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319689?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319690?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/81375?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621935?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621936?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621937?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621938?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60027?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60033?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719828?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719829?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719830?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719831?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719832?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719833?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719834?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719835?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719836?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147507?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@10.0.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60028?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/233436?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/238138?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319691?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319692?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319693?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319694?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319695?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319696?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/319697?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/81376?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621939?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621940?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621941?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/621942?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60029?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60034?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719838?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719839?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719840?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719841?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719842?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719843?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719844?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719845?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719846?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147510?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@11.0.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@11.0.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60030?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60036?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719856?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719857?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719858?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719859?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719860?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719861?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719862?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719863?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/719864?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/146393?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-2k3p-x56s-ffgr"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/42420?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039985?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039986?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039987?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039988?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039989?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039990?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039991?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039992?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039993?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039994?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039995?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039996?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039997?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039998?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1039999?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1040000?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1040001?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147513?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.0.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.0.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147508?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4g8e-zm2m-6yhv"
                },
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1040002?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1040003?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1040004?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/147509?format=api",
            "purl": "pkg:maven/org.eclipse.jetty/jetty-http@12.1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e1r9-bbdh-qqf6"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-http@12.1.4"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-11143.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-11143.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-11143",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00093",
                    "scoring_system": "epss",
                    "scoring_elements": "0.26246",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00093",
                    "scoring_system": "epss",
                    "scoring_elements": "0.26205",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.27943",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.27921",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.27989",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.2803",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.28033",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.27991",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00102",
                    "scoring_system": "epss",
                    "scoring_elements": "0.27932",
                    "published_at": "2026-04-13T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-11143"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-11143",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-11143"
        },
        {
            "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                }
            ],
            "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/jetty/jetty.project"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-wjpw-4j6x-6rwh",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-03-05T14:48:27Z/"
                }
            ],
            "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-wjpw-4j6x-6rwh"
        },
        {
            "reference_url": "https://github.com/user-attachments/files/22222625/Java.Eclipse.Jetty.Report_.Incorrect.Parsing.Priority.of.the.IPv6.Hostname.Delimeter.pdf",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/user-attachments/files/22222625/Java.Eclipse.Jetty.Report_.Incorrect.Parsing.Priority.of.the.IPv6.Hostname.Delimeter.pdf"
        },
        {
            "reference_url": "https://github.com/user-attachments/files/22222626/Java.Eclipse.Jetty.Report_.The.Parsing.Priority.of.the.Delimiter.pdf",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/user-attachments/files/22222626/Java.Eclipse.Jetty.Report_.The.Parsing.Priority.of.the.Delimiter.pdf"
        },
        {
            "reference_url": "https://github.com/user-attachments/files/22222627/Java.Eclipse.Jetty.Report_.Parsing.Difference.Due.to.Deformed.Scheme.pdf",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/user-attachments/files/22222627/Java.Eclipse.Jetty.Report_.Parsing.Difference.Due.to.Deformed.Scheme.pdf"
        },
        {
            "reference_url": "https://github.com/user-attachments/files/22222630/Java.Eclipse.Jetty.Report_.Improper.IPv4-mapped.IPv6.Parsing.pdf",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/user-attachments/files/22222630/Java.Eclipse.Jetty.Report_.Improper.IPv4-mapped.IPv6.Parsing.pdf"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11143",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "3.7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11143"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444808",
            "reference_id": "2444808",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444808"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-wjpw-4j6x-6rwh",
            "reference_id": "GHSA-wjpw-4j6x-6rwh",
            "reference_type": "",
            "scores": [
                {
                    "value": "LOW",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-wjpw-4j6x-6rwh"
        }
    ],
    "weaknesses": [
        {
            "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."
        },
        {
            "cwe_id": 444,
            "name": "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')",
            "description": "The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination."
        },
        {
            "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": "0.1 - 3.7",
    "exploitability": "0.5",
    "weighted_severity": "3.3",
    "risk_score": 1.6,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-e1r9-bbdh-qqf6"
}