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 CVE-2018-1000632 on version-2.0.x #76

Closed
wants to merge 3 commits into from

Conversation

harkue
Copy link

@harkue harkue commented Nov 4, 2019

Fixes #55, and it need to release a version v2.0.3 to support JDK below 7.

@codecov-io
Copy link

codecov-io commented Nov 4, 2019

Codecov Report

Merging #76 into version-2.0.x will increase coverage by 0.08%.
The diff coverage is 65.71%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             version-2.0.x      #76      +/-   ##
===================================================
+ Coverage            39.51%   39.59%   +0.08%     
- Complexity            1474     1482       +8     
===================================================
  Files                  145      145              
  Lines                 9437     9458      +21     
  Branches              1182     1187       +5     
===================================================
+ Hits                  3729     3745      +16     
  Misses                5335     5335              
- Partials               373      378       +5
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/dom4j/tree/QNameCache.java 72.3% <100%> (-5.48%) 16 <0> (-1)
src/main/java/org/dom4j/Namespace.java 76.19% <100%> (+0.78%) 25 <0> (+1) ⬆️
src/main/java/org/dom4j/datatype/SchemaParser.java 65.71% <50%> (-0.31%) 37 <0> (+2)
src/main/java/org/dom4j/QName.java 62.37% <70.58%> (+2.85%) 30 <4> (+6) ⬆️
src/main/java/org/dom4j/tree/NamespaceCache.java 88.37% <0%> (-2.33%) 12% <0%> (-1%)
src/main/java/org/dom4j/io/HTMLWriter.java 36.64% <0%> (+0.22%) 14% <0%> (ø) ⬇️
src/main/java/org/dom4j/DocumentHelper.java 71.83% <0%> (+1.96%) 23% <0%> (ø) ⬇️
src/main/java/org/dom4j/tree/DefaultNamespace.java 95% <0%> (+10%) 11% <0%> (+1%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 169612f...06f2507. Read the comment docs.

@nijatismayilzada
Copy link

Hello, what is the planned date for the release 2.0.3 please?

@FilipJirsak
Copy link
Contributor

Branch 2.0.x is now aligned with 2.1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants