Skip to content

Commit 84d39c2

Browse files
Copilotvharsekomaximthomas
authored
CVE-2018-1294 email header injection via bounce address (#161)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com> Co-authored-by: Valery Kharseko <vharseko@3a-systems.ru> Co-authored-by: Maxim Thomas <maxim.thomas@gmail.com>
1 parent 6a2368d commit 84d39c2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

legal/THIRDPARTYREADME.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Version: commons-codec-1.8.jar
5050
Copyright: Copyright 2002-2013 The Apache Software Foundation
5151
Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
5252

53-
Version: commons-email-1.2.jar
53+
Version: commons-email-1.6.0.jar
5454
Copyright: Copyright 2001-2009 The Apache Software Foundation
5555

5656
Version: commons-fileupload-1.3.jar

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@
702702
<artifactId>animal-sniffer-annotations</artifactId>
703703
<version>1.24</version>
704704
</dependency>
705+
<dependency>
706+
<groupId>org.apache.commons</groupId>
707+
<artifactId>commons-email</artifactId>
708+
<version>1.6.0</version>
709+
</dependency>
705710
</dependencies>
706711
</dependencyManagement>
707712

0 commit comments

Comments
 (0)