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

Include secure XML parser factory of analysis-model #617

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Sep 11, 2022

This factory for XML Parsers prevents XML External Entity attacks. Those attacks occur when untrusted XML input containing a reference to an external entity is processed by a weakly configured XML parser.

This factory for XML Parsers prevents XML External Entity attacks. Those attacks occur when untrusted XML input
containing a reference to an external entity is processed by a weakly configured XML parser.
@uhafner uhafner added the feature New features label Sep 11, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 90.39% // Head: 86.13% // Decreases project coverage by -4.25% ⚠️

Coverage data is based on head (1317fb1) compared to base (d16f60f).
Patch coverage: 62.82% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #617      +/-   ##
============================================
- Coverage     90.39%   86.13%   -4.26%     
- Complexity      109      125      +16     
============================================
  Files            10       11       +1     
  Lines           427      505      +78     
  Branches         60       63       +3     
============================================
+ Hits            386      435      +49     
- Misses           32       61      +29     
  Partials          9        9              
Impacted Files Coverage Δ
...ava/edu/hm/hafner/util/SecureXmlParserFactory.java 62.82% <62.82%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@uhafner uhafner merged commit 477b46f into main Sep 14, 2022
@uhafner uhafner deleted the secure-xml branch September 14, 2022 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants