Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15083?format=api",
    "vulnerability_id": "VCID-5qhm-ase5-5qhy",
    "summary": "Connection leaking on idle timeout when TCP congested\n### Impact\nIf an HTTP/2 connection gets TCP congested, when an idle timeout occurs the HTTP/2 session is marked as closed, and then a GOAWAY frame is queued to be written.\nHowever it is not written because the connection is TCP congested.\nWhen another idle timeout period elapses, it is then supposed to hard close the connection, but it delegates to the HTTP/2 session which reports that it has already been closed so it does not attempt to hard close the connection.\n\nThis leaves the connection in ESTABLISHED state (i.e. not closed), TCP congested, and idle.\n\nAn attacker can cause many connections to end up in this state, and the server may run out of file descriptors, eventually causing the server to stop accepting new connections from valid clients.\n\nThe client may also be impacted (if the server does not read causing a TCP congestion), but the issue is more severe for servers.\n\n### Patches\nPatched versions:\n* 9.4.54\n* 10.0.20\n* 11.0.20\n* 12.0.6\n\n### Workarounds\nDisable HTTP/2 and HTTP/3 support until you can upgrade to a patched version of Jetty.\nHTTP/1.x is not affected.\n\n### References\n* https://github.com/jetty/jetty.project/issues/11256.",
    "aliases": [
        {
            "alias": "CVE-2024-22201"
        },
        {
            "alias": "GHSA-rggv-cv7r-mw98"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925875?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb11u2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1049401?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1ejr-3tea-kydr"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-gq93-ctd4-aqbp"
                },
                {
                    "vulnerability": "VCID-kx4x-gnk4-yugu"
                },
                {
                    "vulnerability": "VCID-memq-11qz-9qem"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb11u2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925900?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.50-4%2Bdeb12u3?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb12u3%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925901?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.54-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.54-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925873?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925877?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/925876?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.58-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.58-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666016?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.54.v20240208",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.54.v20240208"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53087?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53089?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53092?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53088?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.20",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53090?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.20",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53097?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.6",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.6"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1036988?format=api",
            "purl": "pkg:deb/debian/jetty9@9.2.21-1~bpo8%2B1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-12gq-ezut-ckhz"
                },
                {
                    "vulnerability": "VCID-1ejr-3tea-kydr"
                },
                {
                    "vulnerability": "VCID-3f6t-fkt7-wub9"
                },
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-9xw3-4a4u-hbbb"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-dvyn-8phs-a3a6"
                },
                {
                    "vulnerability": "VCID-dznb-x27e-kqan"
                },
                {
                    "vulnerability": "VCID-g3ff-brt6-vkeh"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-gq93-ctd4-aqbp"
                },
                {
                    "vulnerability": "VCID-kvqz-fppe-d7fe"
                },
                {
                    "vulnerability": "VCID-kx4x-gnk4-yugu"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-memq-11qz-9qem"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-nyxu-ekhs-gyb5"
                },
                {
                    "vulnerability": "VCID-p7cu-h519-83hx"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q35p-8qhp-aqec"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-rpc4-u4aq-4qde"
                },
                {
                    "vulnerability": "VCID-sw3q-jzqx-dkbn"
                },
                {
                    "vulnerability": "VCID-thpu-76e5-j3d3"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-u2b5-uyd6-fbh9"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-y3mv-vmwd-tydt"
                },
                {
                    "vulnerability": "VCID-ypc7-f1nd-t7gn"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                },
                {
                    "vulnerability": "VCID-znv6-77jf-v3gu"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.21-1~bpo8%252B1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1036989?format=api",
            "purl": "pkg:deb/debian/jetty9@9.2.21-1%2Bdeb9u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-12gq-ezut-ckhz"
                },
                {
                    "vulnerability": "VCID-1ejr-3tea-kydr"
                },
                {
                    "vulnerability": "VCID-3f6t-fkt7-wub9"
                },
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-9xw3-4a4u-hbbb"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-dvyn-8phs-a3a6"
                },
                {
                    "vulnerability": "VCID-dznb-x27e-kqan"
                },
                {
                    "vulnerability": "VCID-g3ff-brt6-vkeh"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-gq93-ctd4-aqbp"
                },
                {
                    "vulnerability": "VCID-kvqz-fppe-d7fe"
                },
                {
                    "vulnerability": "VCID-kx4x-gnk4-yugu"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-memq-11qz-9qem"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-nyxu-ekhs-gyb5"
                },
                {
                    "vulnerability": "VCID-p7cu-h519-83hx"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q35p-8qhp-aqec"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-rpc4-u4aq-4qde"
                },
                {
                    "vulnerability": "VCID-sw3q-jzqx-dkbn"
                },
                {
                    "vulnerability": "VCID-thpu-76e5-j3d3"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-u2b5-uyd6-fbh9"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-y3mv-vmwd-tydt"
                },
                {
                    "vulnerability": "VCID-ypc7-f1nd-t7gn"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                },
                {
                    "vulnerability": "VCID-znv6-77jf-v3gu"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.21-1%252Bdeb9u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037903?format=api",
            "purl": "pkg:deb/debian/jetty9@9.2.23-1~bpo8%2B1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-12gq-ezut-ckhz"
                },
                {
                    "vulnerability": "VCID-1ejr-3tea-kydr"
                },
                {
                    "vulnerability": "VCID-3f6t-fkt7-wub9"
                },
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-9xw3-4a4u-hbbb"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-dvyn-8phs-a3a6"
                },
                {
                    "vulnerability": "VCID-g3ff-brt6-vkeh"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-gq93-ctd4-aqbp"
                },
                {
                    "vulnerability": "VCID-kvqz-fppe-d7fe"
                },
                {
                    "vulnerability": "VCID-kx4x-gnk4-yugu"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-memq-11qz-9qem"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-nyxu-ekhs-gyb5"
                },
                {
                    "vulnerability": "VCID-p7cu-h519-83hx"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q35p-8qhp-aqec"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-rpc4-u4aq-4qde"
                },
                {
                    "vulnerability": "VCID-sw3q-jzqx-dkbn"
                },
                {
                    "vulnerability": "VCID-thpu-76e5-j3d3"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-u2b5-uyd6-fbh9"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-y3mv-vmwd-tydt"
                },
                {
                    "vulnerability": "VCID-ypc7-f1nd-t7gn"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                },
                {
                    "vulnerability": "VCID-znv6-77jf-v3gu"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.23-1~bpo8%252B1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1037904?format=api",
            "purl": "pkg:deb/debian/jetty9@9.4.16-0%2Bdeb10u1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1ejr-3tea-kydr"
                },
                {
                    "vulnerability": "VCID-3f6t-fkt7-wub9"
                },
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-9xw3-4a4u-hbbb"
                },
                {
                    "vulnerability": "VCID-ahev-zdjd-gqg1"
                },
                {
                    "vulnerability": "VCID-czhb-gqt2-17av"
                },
                {
                    "vulnerability": "VCID-dvyn-8phs-a3a6"
                },
                {
                    "vulnerability": "VCID-g3ff-brt6-vkeh"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-gq93-ctd4-aqbp"
                },
                {
                    "vulnerability": "VCID-kx4x-gnk4-yugu"
                },
                {
                    "vulnerability": "VCID-kxtv-ma18-8fer"
                },
                {
                    "vulnerability": "VCID-memq-11qz-9qem"
                },
                {
                    "vulnerability": "VCID-nubz-xqaw-tkfr"
                },
                {
                    "vulnerability": "VCID-nyxu-ekhs-gyb5"
                },
                {
                    "vulnerability": "VCID-p7cu-h519-83hx"
                },
                {
                    "vulnerability": "VCID-prd3-mmuv-n3dc"
                },
                {
                    "vulnerability": "VCID-q35p-8qhp-aqec"
                },
                {
                    "vulnerability": "VCID-q3k2-1x5q-buhy"
                },
                {
                    "vulnerability": "VCID-rpc4-u4aq-4qde"
                },
                {
                    "vulnerability": "VCID-sw3q-jzqx-dkbn"
                },
                {
                    "vulnerability": "VCID-thpu-76e5-j3d3"
                },
                {
                    "vulnerability": "VCID-tqm9-4ch7-s7b3"
                },
                {
                    "vulnerability": "VCID-uuju-ey95-tyfq"
                },
                {
                    "vulnerability": "VCID-y3mv-vmwd-tydt"
                },
                {
                    "vulnerability": "VCID-ypc7-f1nd-t7gn"
                },
                {
                    "vulnerability": "VCID-zdt8-jrn2-m3ff"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.16-0%252Bdeb10u1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60418?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626222?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0.v20150612",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0.v20150612"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626223?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.1.v20150714",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.1.v20150714"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626224?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.2.v20150730",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.2.v20150730"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626225?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.3.v20150827",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.3.v20150827"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626226?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626227?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626228?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.v20151007",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.v20151007"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626229?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.5.v20151012",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.5.v20151012"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626230?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.6.v20151106",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.6.v20151106"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626231?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626232?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626233?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.v20160115",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.v20160115"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626234?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626235?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.v20160314",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.v20160314"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626236?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626237?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626238?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.v20160517",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.v20160517"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626239?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.M0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.M0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626240?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.v20160621",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.v20160621"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626241?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.M0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.M0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626242?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.v20160721",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.v20160721"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626243?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.12.v20160915",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.12.v20160915"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626244?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.M0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.M0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626245?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.v20161014",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.v20161014"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626246?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.14.v20161028",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.14.v20161028"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626247?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.15.v20161220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.15.v20161220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626248?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.16.v20170120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.16.v20170120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626249?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626250?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.v20170317",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.v20170317"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626251?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.18.v20170406",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.18.v20170406"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626252?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.19.v20170502",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.19.v20170502"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626253?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.20.v20170531",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.20.v20170531"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626254?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.M0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.M0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626255?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626256?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.v20170918",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.v20170918"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626257?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.22.v20171030",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.22.v20171030"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626258?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.23.v20180228",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.23.v20180228"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626259?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.24.v20180605",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.24.v20180605"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626260?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.25.v20180904",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.25.v20180904"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626261?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.26.v20190403",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.26.v20190403"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626262?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.27.v20190418",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.27.v20190418"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626263?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.28.v20191105",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.28.v20191105"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626264?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.29.v20201019",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.29.v20201019"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626265?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.30.v20211001",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.30.v20211001"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626266?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626267?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626268?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626269?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626270?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626271?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626272?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20161208",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20161208"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626273?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626274?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20170120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20170120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626275?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626276?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20170220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20170220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626277?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626278?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20170317",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20170317"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626279?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626280?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20170414",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20170414"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626281?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626282?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20170502",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20170502"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626283?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626284?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20170531",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20170531"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626285?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626286?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626287?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20170914",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20170914"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626288?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626289?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20171121",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20171121"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626290?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20180619",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20180619"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626291?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.9.v20180320",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.9.v20180320"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626292?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626293?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626294?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.v20180503",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.v20180503"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626295?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.11.v20180605",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.11.v20180605"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626296?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626297?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626298?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626299?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.v20180830",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.v20180830"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626300?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.13.v20181111",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.13.v20181111"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626301?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.14.v20181114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.14.v20181114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626302?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.15.v20190215",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.15.v20190215"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626303?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.16.v20190411",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.16.v20190411"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626304?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.17.v20190418",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.17.v20190418"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626305?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.18.v20190429",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.18.v20190429"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626306?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.19.v20190610",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.19.v20190610"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626307?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.20.v20190813",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.20.v20190813"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626308?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.21.v20190926",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.21.v20190926"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626309?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.22.v20191022",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.22.v20191022"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626310?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.23.v20191118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.23.v20191118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626311?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626312?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.25.v20191220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.25.v20191220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626313?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.26.v20200117",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.26.v20200117"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626314?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.27.v20200227",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.27.v20200227"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626315?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.28.v20200408",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.28.v20200408"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626316?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.29.v20200521",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.29.v20200521"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626317?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.30.v20200611",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.30.v20200611"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626318?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.31.v20200723",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.31.v20200723"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626319?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.32.v20200930",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.32.v20200930"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626320?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.33.v20201020",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.33.v20201020"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626321?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.34.v20201102",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.34.v20201102"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626322?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.35.v20201120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.35.v20201120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626323?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.36.v20210114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.36.v20210114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626324?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.37.v20210219",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.37.v20210219"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626325?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.38.v20210224",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.38.v20210224"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626326?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.39.v20210325",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.39.v20210325"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626327?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.40.v20210413",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.40.v20210413"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626328?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.41.v20210516",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.41.v20210516"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626329?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.42.v20210604",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.42.v20210604"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626330?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.43.v20210629",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.43.v20210629"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626331?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.44.v20210927",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.44.v20210927"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626332?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.45.v20220203",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.45.v20220203"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626333?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.46.v20220331",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.46.v20220331"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626334?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.47.v20220610",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.47.v20220610"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626335?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.48.v20220622",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.48.v20220622"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626336?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.49.v20220914",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.49.v20220914"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626337?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.50.v20221201",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.50.v20221201"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626338?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.51.v20230217",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.51.v20230217"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626339?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.52.v20230823",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.52.v20230823"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60422?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626340?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53.v20231009",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53.v20231009"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60419?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626341?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626342?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626343?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626344?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626345?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626346?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626347?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626348?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626349?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626350?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626351?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626352?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626353?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626354?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626355?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626356?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60423?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666017?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/145070?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60420?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626357?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626358?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626359?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626360?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626361?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626362?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626363?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626364?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626365?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626366?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626367?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626368?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626369?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626370?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626371?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626372?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60424?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666018?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/145068?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60508?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/626751?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5781-s1ny-q7ey"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60510?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666203?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666204?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/145069?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-gdcf-9axf-1yaq"
                },
                {
                    "vulnerability": "VCID-sshg-yscz-afga"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62687?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666205?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666206?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666207?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666208?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666209?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666210?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666211?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666212?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666213?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666214?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/145071?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@10.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62688?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666215?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666216?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666217?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666218?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666219?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666220?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666221?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666222?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666223?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666224?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/145066?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/http3-common@11.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62675?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666024?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666025?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666026?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666027?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/145067?format=api",
            "purl": "pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http3/jetty-http3-common@12.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93402?format=api",
            "purl": "pkg:rpm/redhat/jenkins@2.440.3.1716387933-3?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.440.3.1716387933-3%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93406?format=api",
            "purl": "pkg:rpm/redhat/jenkins@2.440.3.1716445150-3?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.440.3.1716445150-3%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93404?format=api",
            "purl": "pkg:rpm/redhat/jenkins@2.440.3.1716445200-3?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.440.3.1716445200-3%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93403?format=api",
            "purl": "pkg:rpm/redhat/jenkins@2.440.3.1718879390-3?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                },
                {
                    "vulnerability": "VCID-tsgr-5mwt-jkeh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.440.3.1718879390-3%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93401?format=api",
            "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.12.1716445211-1?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.12.1716445211-1%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93405?format=api",
            "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.13.1716445207-1?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.13.1716445207-1%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93407?format=api",
            "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.14.1716388016-1?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.14.1716388016-1%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93400?format=api",
            "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.15.1718879538-1?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-3cnb-4rqk-zbez"
                },
                {
                    "vulnerability": "VCID-5qhm-ase5-5qhy"
                },
                {
                    "vulnerability": "VCID-6rup-vv6d-eqd8"
                },
                {
                    "vulnerability": "VCID-acdw-t3mm-wbhb"
                },
                {
                    "vulnerability": "VCID-f8ak-21d8-juff"
                },
                {
                    "vulnerability": "VCID-jzn6-bzzf-nugp"
                },
                {
                    "vulnerability": "VCID-qnbx-c635-hqer"
                },
                {
                    "vulnerability": "VCID-s4j7-r6m7-tyey"
                },
                {
                    "vulnerability": "VCID-tsgr-5mwt-jkeh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.15.1718879538-1%3Farch=el8"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-22201.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-22201.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-22201",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68272",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68232",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68265",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68187",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68192",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.6821",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68278",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68253",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00559",
                    "scoring_system": "epss",
                    "scoring_elements": "0.68238",
                    "published_at": "2026-04-08T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-22201"
        },
        {
            "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22201",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22201"
        },
        {
            "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                }
            ],
            "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": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/jetty/jetty.project"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project/commit/0839a208cdc3fcfe25206a77af59ba9fda260188",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/jetty/jetty.project/commit/0839a208cdc3fcfe25206a77af59ba9fda260188"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project/commit/b953871c9a5ff4fbca4a2499848f75182dbd9810",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/jetty/jetty.project/commit/b953871c9a5ff4fbca4a2499848f75182dbd9810"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project/issues/11256",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-04-01T18:49:17Z/"
                }
            ],
            "url": "https://github.com/jetty/jetty.project/issues/11256"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project/issues/11259",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/jetty/jetty.project/issues/11259"
        },
        {
            "reference_url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-rggv-cv7r-mw98",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-04-01T18:49:17Z/"
                }
            ],
            "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-rggv-cv7r-mw98"
        },
        {
            "reference_url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00002.html",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-04-01T18:49:17Z/"
                }
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/04/msg00002.html"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20240329-0001",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240329-0001"
        },
        {
            "reference_url": "http://www.openwall.com/lists/oss-security/2024/03/20/2",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-04-01T18:49:17Z/"
                }
            ],
            "url": "http://www.openwall.com/lists/oss-security/2024/03/20/2"
        },
        {
            "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064923",
            "reference_id": "1064923",
            "reference_type": "",
            "scores": [],
            "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064923"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266136",
            "reference_id": "2266136",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266136"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-rggv-cv7r-mw98",
            "reference_id": "GHSA-rggv-cv7r-mw98",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-rggv-cv7r-mw98"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20240329-0001/",
            "reference_id": "ntap-20240329-0001",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:N/T:P/P:M/B:A/M:M/D:T/2024-04-01T18:49:17Z/"
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240329-0001/"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:3634",
            "reference_id": "RHSA-2024:3634",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:3634"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:3635",
            "reference_id": "RHSA-2024:3635",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:3635"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:3636",
            "reference_id": "RHSA-2024:3636",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:3636"
        },
        {
            "reference_url": "https://access.redhat.com/errata/RHSA-2024:4597",
            "reference_id": "RHSA-2024:4597",
            "reference_type": "",
            "scores": [],
            "url": "https://access.redhat.com/errata/RHSA-2024:4597"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 400,
            "name": "Uncontrolled Resource Consumption",
            "description": "The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources."
        },
        {
            "cwe_id": 770,
            "name": "Allocation of Resources Without Limits or Throttling",
            "description": "The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor."
        },
        {
            "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": "7.0 - 8.9",
    "exploitability": "0.5",
    "weighted_severity": "8.0",
    "risk_score": 4.0,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5qhm-ase5-5qhy"
}