Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-thpu-76e5-j3d3
Summary
Jetty vulnerable to errant command quoting in CGI Servlet
If a user sends a request to a `org.eclipse.jetty.servlets.CGI` Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name provided by the user contains a quotation mark followed by a space, the resulting command line will contain multiple tokens instead of one. For example, if a request references a binary called file” name “here, the escaping algorithm will generate the command line string “file” name “here”, which will invoke the binary named file, not the one that the user requested.

```java
if (execCmd.length() > 0 && execCmd.charAt(0) != '"' && execCmd.contains(" "))
execCmd = "\"" + execCmd + "\"";
```
Aliases
0
alias CVE-2023-36479
1
alias GHSA-3gh6-v5v9-6v9j
Fixed_packages
0
url pkg:deb/debian/jetty9@9.4.39-3%2Bdeb11u2?distro=trixie
purl pkg:deb/debian/jetty9@9.4.39-3%2Bdeb11u2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.39-3%252Bdeb11u2%3Fdistro=trixie
1
url pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2?distro=trixie
purl pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb11u2%3Fdistro=trixie
2
url pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2
purl pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-gdcf-9axf-1yaq
2
vulnerability VCID-gq93-ctd4-aqbp
3
vulnerability VCID-kx4x-gnk4-yugu
4
vulnerability VCID-memq-11qz-9qem
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb11u2
3
url pkg:deb/debian/jetty9@9.4.50-4%2Bdeb12u1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.50-4%2Bdeb12u1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb12u1%3Fdistro=trixie
4
url pkg:deb/debian/jetty9@9.4.52-1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.52-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.52-1%3Fdistro=trixie
5
url pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1%3Fdistro=trixie
6
url pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1%3Fdistro=trixie
7
url pkg:deb/debian/jetty9@9.4.58-1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.58-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.58-1%3Fdistro=trixie
8
url pkg:deb/debian/jetty9@9.4.58-2?distro=trixie
purl pkg:deb/debian/jetty9@9.4.58-2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.58-2%3Fdistro=trixie
9
url pkg:maven/org.eclipse.jetty/jetty-server@9.4.52.v20230823
purl pkg:maven/org.eclipse.jetty/jetty-server@9.4.52.v20230823
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-kx4x-gnk4-yugu
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-server@9.4.52.v20230823
10
url pkg:maven/org.eclipse.jetty/jetty-server@10.0.16
purl pkg:maven/org.eclipse.jetty/jetty-server@10.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-server@10.0.16
11
url pkg:maven/org.eclipse.jetty/jetty-server@11.0.16
purl pkg:maven/org.eclipse.jetty/jetty-server@11.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-server@11.0.16
12
url pkg:maven/org.eclipse.jetty/jetty-server@12.0.1
purl pkg:maven/org.eclipse.jetty/jetty-server@12.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-server@12.0.1
13
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.52.v20230823
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.52.v20230823
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-memq-11qz-9qem
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.52.v20230823
14
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.16
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-memq-11qz-9qem
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.16
15
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.16
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-memq-11qz-9qem
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.16
16
url pkg:maven/org.eclipse.jetty/jetty-util@9.4.52.v20230823
purl pkg:maven/org.eclipse.jetty/jetty-util@9.4.52.v20230823
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@9.4.52.v20230823
17
url pkg:maven/org.eclipse.jetty/jetty-util@10.0.16
purl pkg:maven/org.eclipse.jetty/jetty-util@10.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@10.0.16
18
url pkg:maven/org.eclipse.jetty/jetty-util@11.0.16
purl pkg:maven/org.eclipse.jetty/jetty-util@11.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@11.0.16
19
url pkg:maven/org.eclipse.jetty/jetty-util@12.0.1
purl pkg:maven/org.eclipse.jetty/jetty-util@12.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-util@12.0.1
20
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.52.v20230823
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.52.v20230823
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.52.v20230823
21
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.16
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.16
22
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.16
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.16
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.16
Affected_packages
0
url pkg:deb/debian/jetty9@9.2.21-1~bpo8%2B1
purl pkg:deb/debian/jetty9@9.2.21-1~bpo8%2B1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-12gq-ezut-ckhz
1
vulnerability VCID-1ejr-3tea-kydr
2
vulnerability VCID-3f6t-fkt7-wub9
3
vulnerability VCID-5781-s1ny-q7ey
4
vulnerability VCID-5qhm-ase5-5qhy
5
vulnerability VCID-9xw3-4a4u-hbbb
6
vulnerability VCID-ahev-zdjd-gqg1
7
vulnerability VCID-czhb-gqt2-17av
8
vulnerability VCID-dvyn-8phs-a3a6
9
vulnerability VCID-dznb-x27e-kqan
10
vulnerability VCID-g3ff-brt6-vkeh
11
vulnerability VCID-gdcf-9axf-1yaq
12
vulnerability VCID-gq93-ctd4-aqbp
13
vulnerability VCID-kvqz-fppe-d7fe
14
vulnerability VCID-kx4x-gnk4-yugu
15
vulnerability VCID-kxtv-ma18-8fer
16
vulnerability VCID-memq-11qz-9qem
17
vulnerability VCID-nubz-xqaw-tkfr
18
vulnerability VCID-nyxu-ekhs-gyb5
19
vulnerability VCID-p7cu-h519-83hx
20
vulnerability VCID-prd3-mmuv-n3dc
21
vulnerability VCID-q35p-8qhp-aqec
22
vulnerability VCID-q3k2-1x5q-buhy
23
vulnerability VCID-rpc4-u4aq-4qde
24
vulnerability VCID-sw3q-jzqx-dkbn
25
vulnerability VCID-thpu-76e5-j3d3
26
vulnerability VCID-tqm9-4ch7-s7b3
27
vulnerability VCID-u2b5-uyd6-fbh9
28
vulnerability VCID-uuju-ey95-tyfq
29
vulnerability VCID-y3mv-vmwd-tydt
30
vulnerability VCID-ypc7-f1nd-t7gn
31
vulnerability VCID-zdt8-jrn2-m3ff
32
vulnerability VCID-znv6-77jf-v3gu
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.21-1~bpo8%252B1
1
url pkg:deb/debian/jetty9@9.2.21-1%2Bdeb9u1
purl pkg:deb/debian/jetty9@9.2.21-1%2Bdeb9u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-12gq-ezut-ckhz
1
vulnerability VCID-1ejr-3tea-kydr
2
vulnerability VCID-3f6t-fkt7-wub9
3
vulnerability VCID-5781-s1ny-q7ey
4
vulnerability VCID-5qhm-ase5-5qhy
5
vulnerability VCID-9xw3-4a4u-hbbb
6
vulnerability VCID-ahev-zdjd-gqg1
7
vulnerability VCID-czhb-gqt2-17av
8
vulnerability VCID-dvyn-8phs-a3a6
9
vulnerability VCID-dznb-x27e-kqan
10
vulnerability VCID-g3ff-brt6-vkeh
11
vulnerability VCID-gdcf-9axf-1yaq
12
vulnerability VCID-gq93-ctd4-aqbp
13
vulnerability VCID-kvqz-fppe-d7fe
14
vulnerability VCID-kx4x-gnk4-yugu
15
vulnerability VCID-kxtv-ma18-8fer
16
vulnerability VCID-memq-11qz-9qem
17
vulnerability VCID-nubz-xqaw-tkfr
18
vulnerability VCID-nyxu-ekhs-gyb5
19
vulnerability VCID-p7cu-h519-83hx
20
vulnerability VCID-prd3-mmuv-n3dc
21
vulnerability VCID-q35p-8qhp-aqec
22
vulnerability VCID-q3k2-1x5q-buhy
23
vulnerability VCID-rpc4-u4aq-4qde
24
vulnerability VCID-sw3q-jzqx-dkbn
25
vulnerability VCID-thpu-76e5-j3d3
26
vulnerability VCID-tqm9-4ch7-s7b3
27
vulnerability VCID-u2b5-uyd6-fbh9
28
vulnerability VCID-uuju-ey95-tyfq
29
vulnerability VCID-y3mv-vmwd-tydt
30
vulnerability VCID-ypc7-f1nd-t7gn
31
vulnerability VCID-zdt8-jrn2-m3ff
32
vulnerability VCID-znv6-77jf-v3gu
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.21-1%252Bdeb9u1
2
url pkg:deb/debian/jetty9@9.2.23-1~bpo8%2B1
purl pkg:deb/debian/jetty9@9.2.23-1~bpo8%2B1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-12gq-ezut-ckhz
1
vulnerability VCID-1ejr-3tea-kydr
2
vulnerability VCID-3f6t-fkt7-wub9
3
vulnerability VCID-5781-s1ny-q7ey
4
vulnerability VCID-5qhm-ase5-5qhy
5
vulnerability VCID-9xw3-4a4u-hbbb
6
vulnerability VCID-ahev-zdjd-gqg1
7
vulnerability VCID-czhb-gqt2-17av
8
vulnerability VCID-dvyn-8phs-a3a6
9
vulnerability VCID-g3ff-brt6-vkeh
10
vulnerability VCID-gdcf-9axf-1yaq
11
vulnerability VCID-gq93-ctd4-aqbp
12
vulnerability VCID-kvqz-fppe-d7fe
13
vulnerability VCID-kx4x-gnk4-yugu
14
vulnerability VCID-kxtv-ma18-8fer
15
vulnerability VCID-memq-11qz-9qem
16
vulnerability VCID-nubz-xqaw-tkfr
17
vulnerability VCID-nyxu-ekhs-gyb5
18
vulnerability VCID-p7cu-h519-83hx
19
vulnerability VCID-prd3-mmuv-n3dc
20
vulnerability VCID-q35p-8qhp-aqec
21
vulnerability VCID-q3k2-1x5q-buhy
22
vulnerability VCID-rpc4-u4aq-4qde
23
vulnerability VCID-sw3q-jzqx-dkbn
24
vulnerability VCID-thpu-76e5-j3d3
25
vulnerability VCID-tqm9-4ch7-s7b3
26
vulnerability VCID-u2b5-uyd6-fbh9
27
vulnerability VCID-uuju-ey95-tyfq
28
vulnerability VCID-y3mv-vmwd-tydt
29
vulnerability VCID-ypc7-f1nd-t7gn
30
vulnerability VCID-zdt8-jrn2-m3ff
31
vulnerability VCID-znv6-77jf-v3gu
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.23-1~bpo8%252B1
3
url pkg:deb/debian/jetty9@9.4.16-0%2Bdeb10u1
purl pkg:deb/debian/jetty9@9.4.16-0%2Bdeb10u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-3f6t-fkt7-wub9
2
vulnerability VCID-5781-s1ny-q7ey
3
vulnerability VCID-5qhm-ase5-5qhy
4
vulnerability VCID-9xw3-4a4u-hbbb
5
vulnerability VCID-ahev-zdjd-gqg1
6
vulnerability VCID-czhb-gqt2-17av
7
vulnerability VCID-dvyn-8phs-a3a6
8
vulnerability VCID-g3ff-brt6-vkeh
9
vulnerability VCID-gdcf-9axf-1yaq
10
vulnerability VCID-gq93-ctd4-aqbp
11
vulnerability VCID-kx4x-gnk4-yugu
12
vulnerability VCID-kxtv-ma18-8fer
13
vulnerability VCID-memq-11qz-9qem
14
vulnerability VCID-nubz-xqaw-tkfr
15
vulnerability VCID-nyxu-ekhs-gyb5
16
vulnerability VCID-p7cu-h519-83hx
17
vulnerability VCID-prd3-mmuv-n3dc
18
vulnerability VCID-q35p-8qhp-aqec
19
vulnerability VCID-q3k2-1x5q-buhy
20
vulnerability VCID-rpc4-u4aq-4qde
21
vulnerability VCID-sw3q-jzqx-dkbn
22
vulnerability VCID-thpu-76e5-j3d3
23
vulnerability VCID-tqm9-4ch7-s7b3
24
vulnerability VCID-uuju-ey95-tyfq
25
vulnerability VCID-y3mv-vmwd-tydt
26
vulnerability VCID-ypc7-f1nd-t7gn
27
vulnerability VCID-zdt8-jrn2-m3ff
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.16-0%252Bdeb10u1
4
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-memq-11qz-9qem
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.0
5
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.0.v20130308
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.0.v20130308
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.0.v20130308
6
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.1.v20130408
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.1.v20130408
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.1.v20130408
7
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.2.v20130417
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.2.v20130417
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.2.v20130417
8
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.3.v20130506
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.3.v20130506
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.3.v20130506
9
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.4.v20130625
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.4.v20130625
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.4.v20130625
10
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.5.v20130815
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.5.v20130815
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.5.v20130815
11
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.6.v20130930
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.6.v20130930
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.6.v20130930
12
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.7.v20131107
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.7.v20131107
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.0.7.v20131107
13
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.M0
14
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC0
15
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC1
16
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC2
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.RC2
17
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.v20131115
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.v20131115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.0.v20131115
18
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.1.v20140108
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.1.v20140108
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.1.v20140108
19
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.2.v20140210
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.2.v20140210
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.2.v20140210
20
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.3.v20140225
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.3.v20140225
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.3.v20140225
21
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.4.v20140401
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.4.v20140401
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.4.v20140401
22
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.5.v20140505
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.5.v20140505
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.5.v20140505
23
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.6.v20160112
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.6.v20160112
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.1.6.v20160112
24
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.M0
25
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.M1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.M1
26
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.RC0
27
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.v20140526
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.v20140526
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.0.v20140526
28
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.1.v20140609
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.1.v20140609
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.1.v20140609
29
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.2.v20140723
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.2.v20140723
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.2.v20140723
30
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.3.v20140905
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.3.v20140905
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.3.v20140905
31
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.4.v20141103
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.4.v20141103
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.4.v20141103
32
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.5.v20141112
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.5.v20141112
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.5.v20141112
33
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.6.v20141205
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.6.v20141205
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.6.v20141205
34
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.7.v20150116
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.7.v20150116
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.7.v20150116
35
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.8.v20150217
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.8.v20150217
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.8.v20150217
36
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.9.v20150224
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.9.v20150224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.9.v20150224
37
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.10.v20150310
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.10.v20150310
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.10.v20150310
38
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.11.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.11.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.11.M0
39
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.11.v20150529
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.11.v20150529
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.11.v20150529
40
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.12.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.12.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.12.M0
41
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.12.v20150709
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.12.v20150709
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.12.v20150709
42
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.13.v20150730
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.13.v20150730
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.13.v20150730
43
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.14.v20151106
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.14.v20151106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.14.v20151106
44
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.15.v20160210
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.15.v20160210
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.15.v20160210
45
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.16.v20160414
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.16.v20160414
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.16.v20160414
46
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.17.v20160517
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.17.v20160517
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.17.v20160517
47
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.18.v20160721
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.18.v20160721
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.18.v20160721
48
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.19.v20160908
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.19.v20160908
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.19.v20160908
49
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.20.v20161216
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.20.v20161216
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.20.v20161216
50
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.21.v20170120
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.21.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.21.v20170120
51
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.22.v20170606
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.22.v20170606
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.22.v20170606
52
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.23.v20171218
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.23.v20171218
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.23.v20171218
53
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.24.v20180105
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.24.v20180105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.24.v20180105
54
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.25.v20180606
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.25.v20180606
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.25.v20180606
55
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.26.v20180806
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.26.v20180806
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.26.v20180806
56
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.27.v20190403
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.27.v20190403
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.27.v20190403
57
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.28.v20190418
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.28.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.28.v20190418
58
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.29.v20191105
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.29.v20191105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.29.v20191105
59
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.30.v20200428
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.30.v20200428
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.2.30.v20200428
60
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M0
61
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M1
62
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M2
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.M2
63
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.RC0
64
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.RC1
65
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.v20150612
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.v20150612
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.0.v20150612
66
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.1.v20150714
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.1.v20150714
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.1.v20150714
67
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.2.v20150730
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.2.v20150730
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.2.v20150730
68
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.3.v20150827
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.3.v20150827
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.3.v20150827
69
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.RC0
70
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.RC1
71
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.v20151007
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.v20151007
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.4.v20151007
72
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.5.v20151012
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.5.v20151012
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.5.v20151012
73
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.6.v20151106
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.6.v20151106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.6.v20151106
74
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.RC0
75
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.RC1
76
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.v20160115
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.v20160115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.7.v20160115
77
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.8.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.8.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.8.RC0
78
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.8.v20160314
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.8.v20160314
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.8.v20160314
79
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.M0
80
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.M1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.M1
81
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.v20160517
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.v20160517
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.9.v20160517
82
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.10.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.10.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.10.M0
83
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.10.v20160621
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.10.v20160621
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.10.v20160621
84
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.11.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.11.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.11.M0
85
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.11.v20160721
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.11.v20160721
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.11.v20160721
86
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.12.v20160915
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.12.v20160915
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.12.v20160915
87
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.13.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.13.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.13.M0
88
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.13.v20161014
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.13.v20161014
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.13.v20161014
89
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.14.v20161028
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.14.v20161028
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.14.v20161028
90
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.15.v20161220
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.15.v20161220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.15.v20161220
91
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.16.v20170120
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.16.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.16.v20170120
92
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.17.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.17.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.17.RC0
93
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.17.v20170317
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.17.v20170317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.17.v20170317
94
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.18.v20170406
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.18.v20170406
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.18.v20170406
95
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.19.v20170502
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.19.v20170502
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.19.v20170502
96
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.20.v20170531
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.20.v20170531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.20.v20170531
97
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.M0
98
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.RC0
99
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.v20170918
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.v20170918
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.21.v20170918
100
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.22.v20171030
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.22.v20171030
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.22.v20171030
101
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.23.v20180228
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.23.v20180228
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.23.v20180228
102
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.24.v20180605
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.24.v20180605
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.24.v20180605
103
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.25.v20180904
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.25.v20180904
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.25.v20180904
104
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.26.v20190403
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.26.v20190403
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.26.v20190403
105
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.27.v20190418
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.27.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.27.v20190418
106
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.28.v20191105
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.28.v20191105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.28.v20191105
107
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.29.v20201019
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.29.v20201019
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.29.v20201019
108
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.30.v20211001
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.30.v20211001
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.3.30.v20211001
109
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.M0
110
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.M1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.M1
111
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC0
112
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC1
113
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC2
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC2
114
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC3
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.RC3
115
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.v20161208
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.v20161208
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.v20161208
116
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.0.v20180619
117
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.1.v20170120
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.1.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.1.v20170120
118
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.1.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.1.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.1.v20180619
119
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.2.v20170220
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.2.v20170220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.2.v20170220
120
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.2.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.2.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.2.v20180619
121
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.3.v20170317
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.3.v20170317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.3.v20170317
122
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.3.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.3.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.3.v20180619
123
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.4.v20170414
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.4.v20170414
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.4.v20170414
124
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.4.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.4.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.4.v20180619
125
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.5.v20170502
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.5.v20170502
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.5.v20170502
126
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.5.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.5.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.5.v20180619
127
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20170531
128
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.6.v20180619
129
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.RC0
130
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.v20170914
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.v20170914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.v20170914
131
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.7.v20180619
132
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.8.v20171121
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.8.v20171121
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.8.v20171121
133
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.8.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.8.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.8.v20180619
134
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.9.v20180320
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.9.v20180320
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.9.v20180320
135
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.RC0
136
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.RC1
137
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.v20180503
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.v20180503
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.10.v20180503
138
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.11.v20180605
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.11.v20180605
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.11.v20180605
139
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC0
140
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC1
141
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC2
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.RC2
142
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.v20180830
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.v20180830
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.12.v20180830
143
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.13.v20181111
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.13.v20181111
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.13.v20181111
144
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.14.v20181114
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.14.v20181114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.14.v20181114
145
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.15.v20190215
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.15.v20190215
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.15.v20190215
146
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.16.v20190411
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.16.v20190411
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.16.v20190411
147
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.17.v20190418
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.17.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.17.v20190418
148
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.18.v20190429
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.18.v20190429
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.18.v20190429
149
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.19.v20190610
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.19.v20190610
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.19.v20190610
150
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.20.v20190813
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.20.v20190813
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.20.v20190813
151
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.21.v20190926
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.21.v20190926
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.21.v20190926
152
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.22.v20191022
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.22.v20191022
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.22.v20191022
153
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.23.v20191118
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.23.v20191118
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.23.v20191118
154
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.24.v20191120
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.24.v20191120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.24.v20191120
155
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.25.v20191220
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.25.v20191220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.25.v20191220
156
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.26.v20200117
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.26.v20200117
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.26.v20200117
157
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.27.v20200227
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.27.v20200227
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.27.v20200227
158
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.28.v20200408
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.28.v20200408
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.28.v20200408
159
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.29.v20200521
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.29.v20200521
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.29.v20200521
160
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.30.v20200611
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.30.v20200611
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.30.v20200611
161
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.31.v20200723
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.31.v20200723
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.31.v20200723
162
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.32.v20200930
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.32.v20200930
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.32.v20200930
163
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.33.v20201020
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.33.v20201020
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.33.v20201020
164
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.34.v20201102
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.34.v20201102
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.34.v20201102
165
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.35.v20201120
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.35.v20201120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.35.v20201120
166
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.36.v20210114
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.36.v20210114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.36.v20210114
167
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.37.v20210219
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.37.v20210219
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.37.v20210219
168
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.38.v20210224
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.38.v20210224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.38.v20210224
169
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.39.v20210325
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.39.v20210325
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.39.v20210325
170
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.40.v20210413
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.40.v20210413
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-g3ff-brt6-vkeh
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.40.v20210413
171
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.41.v20210516
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.41.v20210516
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.41.v20210516
172
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.42.v20210604
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.42.v20210604
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.42.v20210604
173
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.43.v20210629
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.43.v20210629
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.43.v20210629
174
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.44.v20210927
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.44.v20210927
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.44.v20210927
175
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.45.v20220203
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.45.v20220203
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.45.v20220203
176
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.46.v20220331
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.46.v20220331
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.46.v20220331
177
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.47.v20220610
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.47.v20220610
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.47.v20220610
178
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.48.v20220622
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.48.v20220622
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.48.v20220622
179
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.49.v20220914
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.49.v20220914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.49.v20220914
180
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.50.v20221201
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.50.v20221201
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.50.v20221201
181
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51
182
url pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51.v20230217
purl pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51.v20230217
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-memq-11qz-9qem
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@9.4.51.v20230217
183
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-g3ff-brt6-vkeh
3
vulnerability VCID-memq-11qz-9qem
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.0
184
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-g3ff-brt6-vkeh
3
vulnerability VCID-memq-11qz-9qem
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.1
185
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.2
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-g3ff-brt6-vkeh
3
vulnerability VCID-memq-11qz-9qem
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.2
186
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.3
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.3
187
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.4
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.4
188
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.5
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.5
189
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.6
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.6
190
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.7
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.7
191
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.8
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.8
192
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.9
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.9
193
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.10
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.10
194
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.11
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.11
195
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.12
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.12
196
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.13
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.13
197
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.14
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.14
198
url pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.15
purl pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@10.0.15
199
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.0
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-g3ff-brt6-vkeh
3
vulnerability VCID-memq-11qz-9qem
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.0
200
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.1
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-g3ff-brt6-vkeh
3
vulnerability VCID-memq-11qz-9qem
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.1
201
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.2
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-g3ff-brt6-vkeh
3
vulnerability VCID-memq-11qz-9qem
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.2
202
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.3
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.3
203
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.4
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.4
204
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.5
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.5
205
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.6
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.6
206
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.7
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.7
207
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.8
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.8
208
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.9
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.9
209
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.10
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.10
210
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.11
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.11
211
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.12
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.12
212
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.13
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-memq-11qz-9qem
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.13
213
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.14
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.14
214
url pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.15
purl pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-memq-11qz-9qem
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-servlets@11.0.15
215
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.0
216
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.0.v20130308
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.0.v20130308
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.0.v20130308
217
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.1.v20130408
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.1.v20130408
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.1.v20130408
218
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.2.v20130417
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.2.v20130417
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.2.v20130417
219
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.3.v20130506
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.3.v20130506
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.3.v20130506
220
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.4.v20130625
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.4.v20130625
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.4.v20130625
221
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.5.v20130815
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.5.v20130815
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.5.v20130815
222
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.6.v20130930
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.6.v20130930
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.6.v20130930
223
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.7.v20131107
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.7.v20131107
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.0.7.v20131107
224
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.M0
225
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC0
226
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC1
227
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC2
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.RC2
228
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.v20131115
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.v20131115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.0.v20131115
229
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.1.v20140108
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.1.v20140108
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.1.v20140108
230
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.2.v20140210
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.2.v20140210
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.2.v20140210
231
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.3.v20140225
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.3.v20140225
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.3.v20140225
232
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.4.v20140401
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.4.v20140401
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.4.v20140401
233
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.5.v20140505
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.5.v20140505
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.5.v20140505
234
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.6.v20160112
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.6.v20160112
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.1.6.v20160112
235
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.M0
236
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.M1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.M1
237
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.RC0
238
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.v20140526
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.v20140526
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.0.v20140526
239
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.1.v20140609
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.1.v20140609
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.1.v20140609
240
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.2.v20140723
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.2.v20140723
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.2.v20140723
241
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.3.v20140905
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.3.v20140905
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.3.v20140905
242
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.4.v20141103
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.4.v20141103
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.4.v20141103
243
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.5.v20141112
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.5.v20141112
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.5.v20141112
244
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.6.v20141205
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.6.v20141205
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.6.v20141205
245
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.7.v20150116
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.7.v20150116
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.7.v20150116
246
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.8.v20150217
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.8.v20150217
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.8.v20150217
247
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.9.v20150224
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.9.v20150224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.9.v20150224
248
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.10.v20150310
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.10.v20150310
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.10.v20150310
249
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.11.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.11.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.11.M0
250
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.11.v20150529
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.11.v20150529
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.11.v20150529
251
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.12.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.12.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.12.M0
252
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.12.v20150709
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.12.v20150709
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.12.v20150709
253
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.13.v20150730
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.13.v20150730
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.13.v20150730
254
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.14.v20151106
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.14.v20151106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.14.v20151106
255
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.15.v20160210
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.15.v20160210
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.15.v20160210
256
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.16.v20160414
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.16.v20160414
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.16.v20160414
257
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.17.v20160517
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.17.v20160517
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.17.v20160517
258
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.18.v20160721
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.18.v20160721
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.18.v20160721
259
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.19.v20160908
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.19.v20160908
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.19.v20160908
260
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.20.v20161216
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.20.v20161216
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.20.v20161216
261
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.21.v20170120
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.21.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.21.v20170120
262
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.22.v20170606
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.22.v20170606
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.22.v20170606
263
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.23.v20171218
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.23.v20171218
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.23.v20171218
264
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.24.v20180105
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.24.v20180105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.24.v20180105
265
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.25.v20180606
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.25.v20180606
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.25.v20180606
266
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.26.v20180806
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.26.v20180806
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.26.v20180806
267
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.27.v20190403
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.27.v20190403
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.27.v20190403
268
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.28.v20190418
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.28.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.28.v20190418
269
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.29.v20191105
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.29.v20191105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.29.v20191105
270
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.30.v20200428
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.30.v20200428
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.2.30.v20200428
271
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M0
272
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M1
273
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M2
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.M2
274
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.RC0
275
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.RC1
276
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.v20150612
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.v20150612
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.0.v20150612
277
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.1.v20150714
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.1.v20150714
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.1.v20150714
278
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.2.v20150730
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.2.v20150730
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.2.v20150730
279
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.3.v20150827
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.3.v20150827
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.3.v20150827
280
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.RC0
281
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.RC1
282
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.v20151007
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.v20151007
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.4.v20151007
283
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.5.v20151012
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.5.v20151012
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.5.v20151012
284
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.6.v20151106
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.6.v20151106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.6.v20151106
285
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.RC0
286
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.RC1
287
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.v20160115
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.v20160115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.7.v20160115
288
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.8.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.8.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.8.RC0
289
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.8.v20160314
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.8.v20160314
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.8.v20160314
290
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.M0
291
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.M1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.M1
292
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.v20160517
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.v20160517
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.9.v20160517
293
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.10.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.10.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.10.M0
294
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.10.v20160621
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.10.v20160621
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.10.v20160621
295
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.11.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.11.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.11.M0
296
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.11.v20160721
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.11.v20160721
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.11.v20160721
297
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.12.v20160915
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.12.v20160915
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.12.v20160915
298
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.13.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.13.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.13.M0
299
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.13.v20161014
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.13.v20161014
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.13.v20161014
300
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.14.v20161028
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.14.v20161028
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.14.v20161028
301
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.15.v20161220
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.15.v20161220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.15.v20161220
302
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.16.v20170120
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.16.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.16.v20170120
303
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.17.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.17.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.17.RC0
304
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.17.v20170317
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.17.v20170317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.17.v20170317
305
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.18.v20170406
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.18.v20170406
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.18.v20170406
306
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.19.v20170502
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.19.v20170502
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.19.v20170502
307
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.20.v20170531
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.20.v20170531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.20.v20170531
308
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.M0
309
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.RC0
310
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.v20170918
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.v20170918
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.21.v20170918
311
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.22.v20171030
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.22.v20171030
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.22.v20171030
312
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.23.v20180228
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.23.v20180228
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.23.v20180228
313
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.24.v20180605
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.24.v20180605
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.24.v20180605
314
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.25.v20180904
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.25.v20180904
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.25.v20180904
315
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.26.v20190403
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.26.v20190403
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.26.v20190403
316
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.27.v20190418
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.27.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.27.v20190418
317
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.28.v20191105
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.28.v20191105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.28.v20191105
318
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.29.v20201019
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.29.v20201019
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.29.v20201019
319
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.30.v20211001
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.30.v20211001
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.3.30.v20211001
320
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.M0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.M0
321
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.M1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.M1
322
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC0
323
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC1
324
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC2
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC2
325
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC3
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.RC3
326
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.v20161208
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.v20161208
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.v20161208
327
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.0.v20180619
328
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.1.v20170120
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.1.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.1.v20170120
329
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.1.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.1.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.1.v20180619
330
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.2.v20170220
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.2.v20170220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.2.v20170220
331
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.2.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.2.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.2.v20180619
332
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.3.v20170317
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.3.v20170317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.3.v20170317
333
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.3.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.3.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.3.v20180619
334
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.4.v20170414
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.4.v20170414
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.4.v20170414
335
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.4.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.4.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.4.v20180619
336
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.5.v20170502
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.5.v20170502
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.5.v20170502
337
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.5.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.5.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.5.v20180619
338
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.6.v20170531
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.6.v20170531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.6.v20170531
339
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.6.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.6.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.6.v20180619
340
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.RC0
341
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.v20170914
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.v20170914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.v20170914
342
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.7.v20180619
343
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.8.v20171121
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.8.v20171121
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.8.v20171121
344
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.8.v20180619
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.8.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.8.v20180619
345
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.9.v20180320
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.9.v20180320
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.9.v20180320
346
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.RC0
347
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.RC1
348
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.v20180503
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.v20180503
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.10.v20180503
349
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.11.v20180605
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.11.v20180605
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.11.v20180605
350
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC0
351
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC1
352
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC2
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.RC2
353
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.v20180830
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.v20180830
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.12.v20180830
354
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.13.v20181111
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.13.v20181111
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.13.v20181111
355
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.14.v20181114
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.14.v20181114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.14.v20181114
356
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.15.v20190215
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.15.v20190215
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.15.v20190215
357
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.16.v20190411
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.16.v20190411
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.16.v20190411
358
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.17.v20190418
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.17.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.17.v20190418
359
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.18.v20190429
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.18.v20190429
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.18.v20190429
360
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.19.v20190610
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.19.v20190610
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.19.v20190610
361
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.20.v20190813
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.20.v20190813
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.20.v20190813
362
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.21.v20190926
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.21.v20190926
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.21.v20190926
363
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.22.v20191022
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.22.v20191022
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.22.v20191022
364
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.23.v20191118
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.23.v20191118
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.23.v20191118
365
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.24.v20191120
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.24.v20191120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.24.v20191120
366
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.25.v20191220
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.25.v20191220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.25.v20191220
367
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.26.v20200117
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.26.v20200117
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.26.v20200117
368
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.27.v20200227
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.27.v20200227
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.27.v20200227
369
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.28.v20200408
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.28.v20200408
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.28.v20200408
370
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.29.v20200521
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.29.v20200521
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.29.v20200521
371
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.30.v20200611
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.30.v20200611
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.30.v20200611
372
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.31.v20200723
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.31.v20200723
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-nubz-xqaw-tkfr
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.31.v20200723
373
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.32.v20200930
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.32.v20200930
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-nubz-xqaw-tkfr
3
vulnerability VCID-nyxu-ekhs-gyb5
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.32.v20200930
374
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.33.v20201020
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.33.v20201020
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.33.v20201020
375
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.34.v20201102
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.34.v20201102
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-nyxu-ekhs-gyb5
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.34.v20201102
376
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.35.v20201120
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.35.v20201120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.35.v20201120
377
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.36.v20210114
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.36.v20210114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.36.v20210114
378
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.37.v20210219
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.37.v20210219
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-kxtv-ma18-8fer
3
vulnerability VCID-p7cu-h519-83hx
4
vulnerability VCID-q3k2-1x5q-buhy
5
vulnerability VCID-rpc4-u4aq-4qde
6
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.37.v20210219
379
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.38.v20210224
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.38.v20210224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-kxtv-ma18-8fer
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.38.v20210224
380
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.39.v20210325
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.39.v20210325
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.39.v20210325
381
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.40.v20210413
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.40.v20210413
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.40.v20210413
382
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.41.v20210516
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.41.v20210516
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.41.v20210516
383
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.42.v20210604
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.42.v20210604
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.42.v20210604
384
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.43.v20210629
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.43.v20210629
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.43.v20210629
385
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.44.v20210927
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.44.v20210927
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.44.v20210927
386
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.45.v20220203
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.45.v20220203
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.45.v20220203
387
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.46.v20220331
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.46.v20220331
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.46.v20220331
388
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.47.v20220610
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.47.v20220610
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.47.v20220610
389
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.48.v20220622
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.48.v20220622
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.48.v20220622
390
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.49.v20220914
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.49.v20220914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.49.v20220914
391
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.50.v20221201
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.50.v20221201
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.50.v20221201
392
url pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217
purl pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-rpc4-u4aq-4qde
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@9.4.51.v20230217
393
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.0
394
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-kxtv-ma18-8fer
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.1
395
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.2
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.2
396
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.3
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.3
397
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.4
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.4
398
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.5
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.5
399
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.6
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.6
400
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.7
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.7
401
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.8
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.8
402
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.9
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.9
403
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.10
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.10
404
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.11
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.11
405
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.12
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.12
406
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.13
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.13
407
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.14
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-rpc4-u4aq-4qde
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.14
408
url pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.15
purl pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-rpc4-u4aq-4qde
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.15
409
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-kxtv-ma18-8fer
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.0
410
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.1
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-kxtv-ma18-8fer
3
vulnerability VCID-q3k2-1x5q-buhy
4
vulnerability VCID-rpc4-u4aq-4qde
5
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.1
411
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.2
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.2
412
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.3
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.3
413
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.4
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.4
414
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.5
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3f6t-fkt7-wub9
1
vulnerability VCID-9xw3-4a4u-hbbb
2
vulnerability VCID-q3k2-1x5q-buhy
3
vulnerability VCID-rpc4-u4aq-4qde
4
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.5
415
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.6
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.6
416
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.7
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.7
417
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.8
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.8
418
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.9
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.9
419
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.10
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.10
420
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.11
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.11
421
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.12
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.12
422
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.13
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-rpc4-u4aq-4qde
3
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.13
423
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.14
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-rpc4-u4aq-4qde
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.14
424
url pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.15
purl pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-rpc4-u4aq-4qde
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@11.0.15
425
url pkg:maven/org.eclipse.jetty/jetty-webapp@12.0.0
purl pkg:maven/org.eclipse.jetty/jetty-webapp@12.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty/jetty-webapp@12.0.0
426
url pkg:maven/org.eclipse.jetty.ee10/jetty-ee10-servlets@12.0.0-beta1
purl pkg:maven/org.eclipse.jetty.ee10/jetty-ee10-servlets@12.0.0-beta1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.ee10/jetty-ee10-servlets@12.0.0-beta1
427
url pkg:maven/org.eclipse.jetty.ee8/jetty-ee8-servlets@12.0.0-beta1
purl pkg:maven/org.eclipse.jetty.ee8/jetty-ee8-servlets@12.0.0-beta1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.ee8/jetty-ee8-servlets@12.0.0-beta1
428
url pkg:maven/org.eclipse.jetty.ee9/jetty-ee9-servlets@12.0.0-beta1
purl pkg:maven/org.eclipse.jetty.ee9/jetty-ee9-servlets@12.0.0-beta1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.ee9/jetty-ee9-servlets@12.0.0-beta1
429
url pkg:rpm/redhat/candlepin@4.3.11-1?arch=el8sat
purl pkg:rpm/redhat/candlepin@4.3.11-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-q3k2-1x5q-buhy
1
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/candlepin@4.3.11-1%3Farch=el8sat
430
url pkg:rpm/redhat/puppetserver@7.14.0-1?arch=el8sat
purl pkg:rpm/redhat/puppetserver@7.14.0-1?arch=el8sat
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-9xw3-4a4u-hbbb
1
vulnerability VCID-q3k2-1x5q-buhy
2
vulnerability VCID-thpu-76e5-j3d3
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/puppetserver@7.14.0-1%3Farch=el8sat
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-36479.json
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-36479.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2023-36479
reference_id
reference_type
scores
0
value 0.01383
scoring_system epss
scoring_elements 0.80496
published_at 2026-05-14T12:55:00Z
1
value 0.01383
scoring_system epss
scoring_elements 0.80454
published_at 2026-05-12T12:55:00Z
2
value 0.01383
scoring_system epss
scoring_elements 0.80437
published_at 2026-05-11T12:55:00Z
3
value 0.01383
scoring_system epss
scoring_elements 0.80442
published_at 2026-05-09T12:55:00Z
4
value 0.01383
scoring_system epss
scoring_elements 0.80424
published_at 2026-05-07T12:55:00Z
5
value 0.01383
scoring_system epss
scoring_elements 0.80402
published_at 2026-05-05T12:55:00Z
6
value 0.01383
scoring_system epss
scoring_elements 0.80264
published_at 2026-04-07T12:55:00Z
7
value 0.01383
scoring_system epss
scoring_elements 0.80255
published_at 2026-04-02T12:55:00Z
8
value 0.01383
scoring_system epss
scoring_elements 0.8033
published_at 2026-04-16T12:55:00Z
9
value 0.01383
scoring_system epss
scoring_elements 0.803
published_at 2026-04-13T12:55:00Z
10
value 0.01383
scoring_system epss
scoring_elements 0.80306
published_at 2026-04-12T12:55:00Z
11
value 0.01383
scoring_system epss
scoring_elements 0.80321
published_at 2026-04-11T12:55:00Z
12
value 0.01383
scoring_system epss
scoring_elements 0.80302
published_at 2026-04-09T12:55:00Z
13
value 0.01383
scoring_system epss
scoring_elements 0.80276
published_at 2026-04-04T12:55:00Z
14
value 0.01383
scoring_system epss
scoring_elements 0.80291
published_at 2026-04-08T12:55:00Z
15
value 0.01383
scoring_system epss
scoring_elements 0.80385
published_at 2026-04-29T12:55:00Z
16
value 0.01383
scoring_system epss
scoring_elements 0.80368
published_at 2026-04-26T12:55:00Z
17
value 0.01383
scoring_system epss
scoring_elements 0.80362
published_at 2026-04-24T12:55:00Z
18
value 0.01383
scoring_system epss
scoring_elements 0.80336
published_at 2026-04-21T12:55:00Z
19
value 0.01383
scoring_system epss
scoring_elements 0.80332
published_at 2026-04-18T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2023-36479
2
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26048
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26048
3
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26049
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26049
4
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36479
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36479
5
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40167
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40167
6
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-41900
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-41900
7
reference_url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
8
reference_url https://github.com/eclipse/jetty.project
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/eclipse/jetty.project
9
reference_url https://github.com/eclipse/jetty.project/pull/9516
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-09-25T15:04:27Z/
url https://github.com/eclipse/jetty.project/pull/9516
10
reference_url https://github.com/eclipse/jetty.project/pull/9888
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-09-25T15:04:27Z/
url https://github.com/eclipse/jetty.project/pull/9888
11
reference_url https://github.com/eclipse/jetty.project/pull/9889
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-09-25T15:04:27Z/
url https://github.com/eclipse/jetty.project/pull/9889
12
reference_url https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-09-25T15:04:27Z/
url https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html
13
reference_url https://www.debian.org/security/2023/dsa-5507
reference_id
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-09-25T15:04:27Z/
url https://www.debian.org/security/2023/dsa-5507
14
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2239630
reference_id 2239630
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2239630
15
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-36479
reference_id CVE-2023-36479
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2023-36479
16
reference_url https://github.com/advisories/GHSA-3gh6-v5v9-6v9j
reference_id GHSA-3gh6-v5v9-6v9j
reference_type
scores
0
value LOW
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-3gh6-v5v9-6v9j
17
reference_url https://github.com/eclipse/jetty.project/security/advisories/GHSA-3gh6-v5v9-6v9j
reference_id GHSA-3gh6-v5v9-6v9j
reference_type
scores
0
value 3.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N
1
value LOW
scoring_system cvssv3.1_qr
scoring_elements
2
value LOW
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-09-25T15:04:27Z/
url https://github.com/eclipse/jetty.project/security/advisories/GHSA-3gh6-v5v9-6v9j
18
reference_url https://access.redhat.com/errata/RHSA-2024:0797
reference_id RHSA-2024:0797
reference_type
scores
url https://access.redhat.com/errata/RHSA-2024:0797
Weaknesses
0
cwe_id 149
name Improper Neutralization of Quoting Syntax
description Quotes injected into a product can be used to compromise a system. As data are parsed, an injected/absent/duplicate/malformed use of quotes may cause the process to take unexpected actions.
1
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.
2
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_score0.1 - 3.5
Exploitability0.5
Weighted_severity3.1
Risk_score1.6
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-thpu-76e5-j3d3