Skip to content

Commit

Permalink
Patch commonshttp4 against CWE-23 directory traversal attack
Browse files Browse the repository at this point in the history
Upgrading to 4.5.3 would be sufficient to patch this, but it is possible
to bump the latest available version while we're at it.
  • Loading branch information
tszym authored and simon04 committed May 12, 2020
1 parent 9f6cb48 commit 41ee240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signpost-commonshttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
<version>4.5.12</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 41ee240

Please sign in to comment.