Skip to content

Commit

Permalink
fix: replace log4j by reload4j to fix vulnerability
Browse files Browse the repository at this point in the history
See https://reload4j.qos.ch

  The reload4j project is a fork of Apache log4j version 1.2.17
  with the goal of fixing pressing security issues. Reload4j is
  a binary compatible, drop-in replacement for log4j version 1.2.17

Fix #7
  • Loading branch information
rdeltour committed Jun 19, 2023
1 parent 4214a09 commit 5ddce3a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Bundle-ClassPath:
lib/epubcheck-3.0.jar,
lib/icu4j-3_8.jar,
lib/jl1.0.jar,
lib/log4j-1.2.15.jar,
lib/reload4j-1.2.25.jar,
lib/louisFat.jar,
lib/jing.jar,
lib/xml-apis.jar,
Expand Down
2 changes: 1 addition & 1 deletion build-addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<include name="epubcheck-3.0.jar"/>
<include name="icu4j-72_1.jar"/>
<include name="jl1.0.jar"/>
<include name="log4j-1.2.15.jar"/>
<include name="reload4j-1.2.25.jar"/>
<include name="jing.jar"/>
<include name="xml-apis.jar"/>
<include name="sac.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<include name="jaudiotagger.jar"/>
<include name="jl1.0.jar"/>
<include name="junit-4.7.jar"/>
<include name="log4j-1.2.15.jar"/>
<include name="reload4j-1.2.25.jar"/>
<include name="jing.jar"/>
<include name="xml-apis.jar"/>
<include name="sac.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build-deb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<include name="jaudiotagger.jar"/>
<include name="jl1.0.jar"/>
<include name="junit-4.7.jar"/>
<include name="log4j-1.2.15.jar"/>
<include name="reload4j-1.2.25.jar"/>
<include name="jing.jar"/>
<include name="xml-apis.jar"/>
<include name="sac.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build-odt-addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<include name="epubcheck-3.0.jar"/>
<include name="icu4j-72_1.jar"/>
<include name="jl1.0.jar"/>
<include name="log4j-1.2.15.jar"/>
<include name="reload4j-1.2.25.jar"/>
<include name="jing.jar"/>
<include name="xml-apis.jar"/>
<include name="sac.jar"/>
Expand Down
Binary file removed lib/log4j-1.2.15.jar
Binary file not shown.
Binary file added lib/reload4j-1.2.25.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion licenses/UserAgreement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ with the DAISY Pipeline application are listed below:
GNU Lesser General Public License
http://www.gnu.org/licenses/lgpl.html

log4j-1.2.15.jar
reload4j-1.2.25
Logging library
Apache Software License, Version 2
http://www.apache.org/licenses/
Expand Down

0 comments on commit 5ddce3a

Please sign in to comment.