Skip to content

Commit

Permalink
Patch signpost-jetty6 against CVE-2009-4611
Browse files Browse the repository at this point in the history
This would still let the package vulnerable to CVE-2011-4461 but solving
this one would require to move to `org.eclipse.jetty:jetty-server`,
which does not maintain a 6.x branch.
  • Loading branch information
tszym authored and simon04 committed May 12, 2020
1 parent e26418b commit 9f6cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signpost-jetty6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>6.1.18</version>
<version>6.1.26</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9f6cb48

Please sign in to comment.