Skip to content

XML tags and attributes should be parsed case-sensitively - #2888

Merged
DavyLandman merged 2 commits into
mainfrom
fix/xml-is-case-sensitive
Sep 12, 2026
Merged

XML tags and attributes should be parsed case-sensitively#2888
DavyLandman merged 2 commits into
mainfrom
fix/xml-is-case-sensitive

Conversation

@rodinaarssen

Copy link
Copy Markdown
Member

Right now, the XML parser is configure to convert all tags and attributes to lower case

@codecov

codecov Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45%. Comparing base (2acd8f2) to head (21cf07b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2888   +/-   ##
=======================================
- Coverage       45%     45%   -1%     
- Complexity    6786    6787    +1     
=======================================
  Files          843     843           
  Lines        68798   68798           
  Branches     10029   10029           
=======================================
- Hits         31345   31340    -5     
- Misses       35064   35069    +5     
  Partials      2389    2389           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jurgenvinju

Copy link
Copy Markdown
Member

Can we:

  • add a keyword parameter for these flags
  • set them to the default you have now
  • watch out for all uses of the XML parser in other parts of the project (if any)

@sonarqubecloud

Copy link
Copy Markdown

@DavyLandman
DavyLandman merged commit bdc1acc into main Sep 12, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants