Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace log4j by reload4j to fix vulnerability #8

Open
wants to merge 1 commit into
base: dev-npavie-clean
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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