bsovers / daisydiff

Automatically exported from code.google.com/p/daisydiff
0 stars 0 forks source link

Xerces Impl included in daisydiff.jar has security vulnerabilities #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
daisydiff.jar packages xercesImpl-2.8.0.jar inside.
This has security vulnerabilities:
1) http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4002
2) http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2625
3) http://osvdb.org/56984

What steps will reproduce the problem?
1. CLM/Code scanners are reporting these vulnerabilities with currrent version 
of daisydiff.jar
2.
3.

What is the expected output? What do you see instead?
Move to latest xerces (2.11)

What version of the product are you using? On what operating system?
latest daisydiff.jar on both windows and CentOS environments

Please provide any additional information below.
I made build.xml changes to package xerces 2.11 and ran tests.
xerces 2.11 now has additional xml-api.jar which has standard w3cdom and javax 
classes.

Original issue reported on code.google.com by madhukri...@gmail.com on 29 Apr 2015 at 2:01

Attachments: