{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/25603?format=json","vulnerability_id":"VCID-n9u5-a8js-hbf2","summary":"Netty vulnerable to request smuggling due to incorrect parsing of chunk extensions\n## Summary\nA flaw in netty's parsing of chunk extensions in HTTP/1.1 messages with chunked encoding can lead to request smuggling issues with some reverse proxies.\n\n## Details\nWhen encountering a newline character (LF) while parsing a chunk extension, netty interprets the newline as the end of the chunk-size line regardless of whether a preceding carriage return (CR) was found. This is in violation of the HTTP 1.1 standard which specifies that the chunk extension is terminated by a CRLF sequence (see the [RFC](https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding)).\n\nThis is by itself harmless, but consider an intermediary with a similar parsing flaw: while parsing a chunk extension, the intermediary interprets an LF without a preceding CR as simply part of the chunk extension (this is also in violation of the RFC, because whitespace characters are not allowed in chunk extensions). We can use this discrepancy to construct an HTTP request that the intermediary will interpret as one request but netty will interpret as two (all lines ending with CRLF, notice the LFs in the chunk extension):\n\n```\nPOST /one HTTP/1.1\nHost: localhost:8080\nTransfer-Encoding: chunked\n\n48;\\nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\\n0\n\nPOST /two HTTP/1.1\nHost: localhost:8080\nTransfer-Encoding: chunked\n\n0\n\n```\n\nThe intermediary will interpret this as a single request. Once forwarded to netty, netty will interpret it as two separate requests. This is a problem, because attackers can then the intermediary, as well as perform standard request smuggling attacks against other live users (see [this Portswigger article](https://portswigger.net/web-security/request-smuggling/exploiting)).\n\n## Impact\nThis is a request smuggling issue which can be exploited for bypassing front-end access control rules as well as corrupting the responses served to other live clients.\n\nThe impact is high, but it only affects setups that use a front-end which:\n1. Interprets LF characters (without preceding CR) in chunk extensions as part of the chunk extension.\n2. Forwards chunk extensions without normalization.\n\n## Disclosure\n\n - This vulnerability was disclosed on June 18th, 2025 here: https://w4ke.info/2025/06/18/funky-chunks.html\n\n## Discussion\nDiscussion for this vulnerability can be found here:\n - https://github.com/netty/netty/issues/15522\n - https://github.com/JLLeitschuh/unCVEed/issues/1\n\n## Credit\n\n - Credit to @JeppW for uncovering this vulnerability.\n - Credit to @JLLeitschuh at [Socket](https://socket.dev/) for coordinating the vulnerability disclosure.","aliases":[{"alias":"CVE-2025-58056"},{"alias":"GHSA-fghv-69vj-qj49"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/931792?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-4%2Bdeb11u2?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-4%252Bdeb11u2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931807?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-4%2Bdeb11u3?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-4%252Bdeb11u3%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/1055449?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-7%2Bdeb12u1","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-7%252Bdeb12u1"},{"url":"http://public2.vulnerablecode.io/api/packages/931790?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-7%2Bdeb12u1?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-7%252Bdeb12u1%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931806?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-7%2Bdeb12u2?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-7%252Bdeb12u2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931794?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-10?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-10%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931809?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-10%2Bdeb13u1?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-10%252Bdeb13u1%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931810?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-13?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-13%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931793?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-16?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-16%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/68849?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.125.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.125.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/68850?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.5.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.5.Final"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/1037718?format=json","purl":"pkg:deb/debian/netty@1:3.1.0.CR1-1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-2tr1-48cx-ubbh"},{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-81nf-zd3k-mud7"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:3.1.0.CR1-1"},{"url":"http://public2.vulnerablecode.io/api/packages/1037719?format=json","purl":"pkg:deb/debian/netty@1:3.2.6.Final-2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-2tr1-48cx-ubbh"},{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-81nf-zd3k-mud7"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:3.2.6.Final-2"},{"url":"http://public2.vulnerablecode.io/api/packages/1037720?format=json","purl":"pkg:deb/debian/netty@1:4.1.7-2%2Bdeb9u1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.7-2%252Bdeb9u1"},{"url":"http://public2.vulnerablecode.io/api/packages/1037828?format=json","purl":"pkg:deb/debian/netty@1:4.1.33-1%2Bdeb10u2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.33-1%252Bdeb10u2"},{"url":"http://public2.vulnerablecode.io/api/packages/1049398?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-4%2Bdeb11u2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-4%252Bdeb11u2"},{"url":"http://public2.vulnerablecode.io/api/packages/193737?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha1"},{"url":"http://public2.vulnerablecode.io/api/packages/193738?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha2"},{"url":"http://public2.vulnerablecode.io/api/packages/193739?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha3"},{"url":"http://public2.vulnerablecode.io/api/packages/193740?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha4"},{"url":"http://public2.vulnerablecode.io/api/packages/193741?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha5"},{"url":"http://public2.vulnerablecode.io/api/packages/193742?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha6"},{"url":"http://public2.vulnerablecode.io/api/packages/193743?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha7"},{"url":"http://public2.vulnerablecode.io/api/packages/193744?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Alpha8"},{"url":"http://public2.vulnerablecode.io/api/packages/193745?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Beta1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Beta1"},{"url":"http://public2.vulnerablecode.io/api/packages/193746?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Beta2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Beta2"},{"url":"http://public2.vulnerablecode.io/api/packages/193747?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Beta3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Beta3"},{"url":"http://public2.vulnerablecode.io/api/packages/193748?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR1"},{"url":"http://public2.vulnerablecode.io/api/packages/193749?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR2"},{"url":"http://public2.vulnerablecode.io/api/packages/193750?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR3"},{"url":"http://public2.vulnerablecode.io/api/packages/193751?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR4"},{"url":"http://public2.vulnerablecode.io/api/packages/193752?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR5"},{"url":"http://public2.vulnerablecode.io/api/packages/193753?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR6"},{"url":"http://public2.vulnerablecode.io/api/packages/193754?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR7"},{"url":"http://public2.vulnerablecode.io/api/packages/193755?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR8"},{"url":"http://public2.vulnerablecode.io/api/packages/193756?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.CR9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.CR9"},{"url":"http://public2.vulnerablecode.io/api/packages/193757?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.0.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.0.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193758?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.1.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.1.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193759?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.2.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.2.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193760?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.3.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.3.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193761?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.4.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.4.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193762?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.5.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.5.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193763?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.6.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.6.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193764?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.7.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.7.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193765?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.8.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.8.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193766?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.9.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.9.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193767?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.10.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.10.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193768?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.11.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.11.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193769?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.12.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.12.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193770?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.13.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.13.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193771?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.14.Beta1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.14.Beta1"},{"url":"http://public2.vulnerablecode.io/api/packages/193772?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.14.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.14.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193773?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.15.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.15.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193774?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.16.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.16.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193775?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.17.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.17.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193776?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.18.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.18.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193777?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.19.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.19.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193778?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.20.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.20.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193779?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.21.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.21.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193780?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.22.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.22.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193781?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.23.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.23.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193782?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.24.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.24.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193783?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.25.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.25.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193784?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.26.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.26.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193785?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.27.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.27.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193786?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.28.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.28.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193787?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.29.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.29.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193788?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.30.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.30.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193789?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.31.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.31.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193790?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.32.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.32.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193791?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.33.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.33.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193792?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.34.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.34.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193793?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.35.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.35.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193794?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.36.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.36.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193795?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.37.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.37.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193796?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.38.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.38.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193797?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.39.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.39.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193798?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.40.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.40.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193799?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.41.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.41.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193800?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.42.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.42.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193801?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.43.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.43.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193802?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.44.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.44.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193803?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.45.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.45.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193804?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.46.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.46.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193805?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.47.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.47.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193806?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.48.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.48.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193807?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.49.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.49.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193808?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.50.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.50.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193809?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.51.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.51.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193810?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.52.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.52.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193811?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.53.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.53.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193812?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.54.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.54.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193813?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.55.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.55.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193814?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.0.56.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.0.56.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193815?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta1"},{"url":"http://public2.vulnerablecode.io/api/packages/193816?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta2"},{"url":"http://public2.vulnerablecode.io/api/packages/193817?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta3"},{"url":"http://public2.vulnerablecode.io/api/packages/193818?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta4"},{"url":"http://public2.vulnerablecode.io/api/packages/193819?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta5"},{"url":"http://public2.vulnerablecode.io/api/packages/193820?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta6"},{"url":"http://public2.vulnerablecode.io/api/packages/193821?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta7"},{"url":"http://public2.vulnerablecode.io/api/packages/193822?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Beta8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Beta8"},{"url":"http://public2.vulnerablecode.io/api/packages/193823?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR1"},{"url":"http://public2.vulnerablecode.io/api/packages/193824?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR2"},{"url":"http://public2.vulnerablecode.io/api/packages/193825?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR3"},{"url":"http://public2.vulnerablecode.io/api/packages/193826?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR4"},{"url":"http://public2.vulnerablecode.io/api/packages/193827?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR5"},{"url":"http://public2.vulnerablecode.io/api/packages/193828?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR6"},{"url":"http://public2.vulnerablecode.io/api/packages/193829?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.CR7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.CR7"},{"url":"http://public2.vulnerablecode.io/api/packages/193830?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.0.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.0.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193831?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.1.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.1.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193832?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.2.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.2.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193833?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.3.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.3.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193834?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.4.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.4.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193835?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.5.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.5.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193836?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.6.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.6.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193837?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.7.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.7.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193838?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.8.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.8.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193839?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.9.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.9.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193840?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.10.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.10.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193841?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.11.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.11.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193842?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.12.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.12.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193843?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.13.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.13.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193844?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.14.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.14.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193845?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.15.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.15.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193846?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.16.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.16.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193847?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.17.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.17.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193848?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.18.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.18.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193849?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.19.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.19.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193850?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.20.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.20.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193851?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.21.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.21.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193852?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.22.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.22.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193853?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.23.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.23.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193854?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.24.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.24.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193855?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.25.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.25.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193856?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.26.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.26.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193857?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.27.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.27.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193858?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.28.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.28.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193859?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.29.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.29.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193860?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.30.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.30.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193861?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.31.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.31.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193862?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.32.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.32.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193863?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.33.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.33.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193864?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.34.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.34.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193865?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.35.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.35.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193866?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.36.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.36.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193867?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.37.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.37.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193868?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.38.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.38.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193869?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.39.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.39.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193870?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.40.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.40.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193871?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.41.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.41.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/193872?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.42.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.42.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/199237?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.43.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.43.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/199238?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.44.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.44.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230149?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.45.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.45.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230150?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.46.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.46.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230151?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.47.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.47.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230152?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.48.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.48.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230153?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.49.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.49.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230154?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.50.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.50.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230155?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.51.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.51.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230156?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.52.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.52.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230157?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.53.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.53.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230158?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.54.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.54.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230159?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.55.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.55.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230160?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.56.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.56.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230161?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.57.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.57.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/230162?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.58.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.58.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/74613?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.59.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.59.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273150?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.60.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.60.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273151?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.61.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.61.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273152?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.62.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.62.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273153?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.63.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.63.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273154?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.64.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.64.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273155?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.65.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.65.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273156?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.66.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.66.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273157?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.67.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.67.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273158?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.68.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.68.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273159?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.69.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.69.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/273160?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.70.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.70.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/74417?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.71.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.71.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673242?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.72.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.72.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673243?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.73.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.73.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673244?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.74.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.74.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673245?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.75.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.75.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/143415?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.76.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-h4rg-c4rj-6kdj"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.76.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/83884?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.77.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.77.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673246?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.78.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.78.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673247?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.79.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.79.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673248?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.80.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.80.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673249?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.81.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.81.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673250?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.82.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.82.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/346490?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.83.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.83.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/346491?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.84.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.84.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/346492?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.85.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.85.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/80448?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.86.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.86.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673251?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.87.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.87.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673252?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.88.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.88.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673253?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.89.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.89.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673254?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.90.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.90.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673255?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.91.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.91.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673256?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.92.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.92.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673257?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.93.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.93.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673258?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.94.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.94.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673259?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.95.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.95.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673260?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.96.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.96.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673261?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.97.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.97.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673262?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.98.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.98.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673263?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.99.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.99.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673264?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.100.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.100.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673265?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.101.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.101.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673266?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.102.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.102.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673267?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.103.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.103.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673268?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.104.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.104.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673269?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.105.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.105.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673270?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.106.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.106.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/673271?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.107.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.107.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/56553?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.108.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.108.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803569?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.109.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.109.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803570?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.110.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.110.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803571?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.111.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.111.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803572?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.112.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.112.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803573?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.113.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.113.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803574?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.114.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.114.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803575?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.115.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.115.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803576?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.116.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.116.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803577?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.117.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.117.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803578?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.118.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.118.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803579?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.119.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.119.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803580?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.120.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.120.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803581?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.121.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.121.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803582?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.122.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.122.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803583?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.123.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.123.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803584?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.1.124.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.1.124.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/146723?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-7rcj-a9zf-yfhb"},{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-fjsb-jkbh-7yf5"},{"vulnerability":"VCID-ga1d-p8wh-83dj"},{"vulnerability":"VCID-kkgx-1pny-pua1"},{"vulnerability":"VCID-m7wv-hqyx-rfbb"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-sr2f-fg9d-w7g6"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha1"},{"url":"http://public2.vulnerablecode.io/api/packages/803585?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha2"},{"url":"http://public2.vulnerablecode.io/api/packages/803586?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha3"},{"url":"http://public2.vulnerablecode.io/api/packages/803587?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha4"},{"url":"http://public2.vulnerablecode.io/api/packages/803588?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Alpha5"},{"url":"http://public2.vulnerablecode.io/api/packages/803589?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Beta1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Beta1"},{"url":"http://public2.vulnerablecode.io/api/packages/803590?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.RC1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.RC1"},{"url":"http://public2.vulnerablecode.io/api/packages/803591?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.RC2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.RC2"},{"url":"http://public2.vulnerablecode.io/api/packages/803592?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.RC3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.RC3"},{"url":"http://public2.vulnerablecode.io/api/packages/803593?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.RC4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.RC4"},{"url":"http://public2.vulnerablecode.io/api/packages/803594?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.0.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.0.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803595?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.1.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.1.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803596?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.2.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.2.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803597?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.3.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.3.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/803598?format=json","purl":"pkg:maven/io.netty/netty-codec-http@4.2.4.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-9syp-fkzy-4fhy"},{"vulnerability":"VCID-n9u5-a8js-hbf2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http@4.2.4.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/89219?format=json","purl":"pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89203?format=json","purl":"pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89201?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89215?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89210?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89224?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89218?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89206?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89212?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89227?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89209?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89222?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89214?format=json","purl":"pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89228?format=json","purl":"pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89221?format=json","purl":"pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89208?format=json","purl":"pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89223?format=json","purl":"pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89204?format=json","purl":"pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89205?format=json","purl":"pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89216?format=json","purl":"pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89220?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89207?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89217?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89202?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89226?format=json","purl":"pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89211?format=json","purl":"pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89225?format=json","purl":"pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89213?format=json","purl":"pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1%3Farch=el9eap"}],"references":[{"reference_url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-58056.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:H/A:N"}],"url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-58056.json"},{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2025-58056","reference_id":"","reference_type":"","scores":[{"value":"0.00031","scoring_system":"epss","scoring_elements":"0.08858","published_at":"2026-04-24T12:55:00Z"},{"value":"0.00032","scoring_system":"epss","scoring_elements":"0.09283","published_at":"2026-04-02T12:55:00Z"},{"value":"0.00032","scoring_system":"epss","scoring_elements":"0.09335","published_at":"2026-04-04T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11339","published_at":"2026-04-13T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11101","published_at":"2026-05-05T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11169","published_at":"2026-04-29T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.1123","published_at":"2026-05-07T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11331","published_at":"2026-04-21T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11199","published_at":"2026-04-16T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11201","published_at":"2026-04-18T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11394","published_at":"2026-04-09T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11401","published_at":"2026-04-11T12:55:00Z"},{"value":"0.00038","scoring_system":"epss","scoring_elements":"0.11368","published_at":"2026-04-12T12:55:00Z"},{"value":"0.0004","scoring_system":"epss","scoring_elements":"0.12032","published_at":"2026-04-08T12:55:00Z"},{"value":"0.0004","scoring_system":"epss","scoring_elements":"0.1195","published_at":"2026-04-07T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12432","published_at":"2026-05-11T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12458","published_at":"2026-05-12T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12524","published_at":"2026-05-14T12:55:00Z"},{"value":"0.00041","scoring_system":"epss","scoring_elements":"0.12437","published_at":"2026-05-09T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2025-58056"},{"reference_url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-58056","reference_id":"","reference_type":"","scores":[],"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-58056"},{"reference_url":"https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding","reference_id":"","reference_type":"","scores":[{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://datatracker.ietf.org/doc/html/rfc9112#name-chunked-transfer-coding"},{"reference_url":"https://github.com/github/advisory-database/pull/6092","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/github/advisory-database/pull/6092"},{"reference_url":"https://github.com/JLLeitschuh/unCVEed/issues/1","reference_id":"","reference_type":"","scores":[{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://github.com/JLLeitschuh/unCVEed/issues/1"},{"reference_url":"https://github.com/netty/netty","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/netty/netty"},{"reference_url":"https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284","reference_id":"","reference_type":"","scores":[{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://github.com/netty/netty/commit/edb55fd8e0a3bcbd85881e423464f585183d1284"},{"reference_url":"https://github.com/netty/netty/issues/15522","reference_id":"","reference_type":"","scores":[{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://github.com/netty/netty/issues/15522"},{"reference_url":"https://github.com/netty/netty/pull/15611","reference_id":"","reference_type":"","scores":[{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://github.com/netty/netty/pull/15611"},{"reference_url":"https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://github.com/netty/netty/security/advisories/GHSA-fghv-69vj-qj49"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2025-58056","reference_id":"","reference_type":"","scores":[{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2025-58056"},{"reference_url":"https://w4ke.info/2025/06/18/funky-chunks.html","reference_id":"","reference_type":"","scores":[{"value":"2.9","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P"},{"value":"LOW","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-09-04T19:09:52Z/"}],"url":"https://w4ke.info/2025/06/18/funky-chunks.html"},{"reference_url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113995","reference_id":"1113995","reference_type":"","scores":[],"url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113995"},{"reference_url":"https://bugzilla.redhat.com/show_bug.cgi?id=2392996","reference_id":"2392996","reference_type":"","scores":[],"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2392996"},{"reference_url":"https://github.com/advisories/GHSA-fghv-69vj-qj49","reference_id":"GHSA-fghv-69vj-qj49","reference_type":"","scores":[{"value":"LOW","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-fghv-69vj-qj49"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17187","reference_id":"RHSA-2025:17187","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17187"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17298","reference_id":"RHSA-2025:17298","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17298"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17299","reference_id":"RHSA-2025:17299","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17299"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17317","reference_id":"RHSA-2025:17317","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17317"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17318","reference_id":"RHSA-2025:17318","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17318"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17563","reference_id":"RHSA-2025:17563","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17563"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17567","reference_id":"RHSA-2025:17567","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17567"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:18028","reference_id":"RHSA-2025:18028","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:18028"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:18076","reference_id":"RHSA-2025:18076","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:18076"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:21148","reference_id":"RHSA-2025:21148","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:21148"},{"reference_url":"https://access.redhat.com/errata/RHSA-2026:3102","reference_id":"RHSA-2026:3102","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2026:3102"},{"reference_url":"https://usn.ubuntu.com/7918-1/","reference_id":"USN-7918-1","reference_type":"","scores":[],"url":"https://usn.ubuntu.com/7918-1/"}],"weaknesses":[{"cwe_id":444,"name":"Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')","description":"The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination."},{"cwe_id":937,"name":"OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."},{"cwe_id":1035,"name":"OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."}],"exploits":[],"severity_range_score":"0.1 - 7.5","exploitability":"0.5","weighted_severity":"6.8","risk_score":3.4,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-n9u5-a8js-hbf2"}