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

Implement codemod for replacing unsafe xml methods with defusedxml #76

Merged
merged 2 commits into from
Oct 17, 2023

Use simple API base codemod for HTTPS connection

08735a5
Select commit
Loading
Failed to load commit list.
Merged

Implement codemod for replacing unsafe xml methods with defusedxml #76

Use simple API base codemod for HTTPS connection
08735a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2023 in 1s

96.33% (target 90.00%)

View this Pull Request on Codecov

96.33% (target 90.00%)

Details

Codecov Report

Merging #76 (08735a5) into main (21ae8b2) will increase coverage by 0.12%.
The diff coverage is 96.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   96.21%   96.33%   +0.12%     
==========================================
  Files          46       48       +2     
  Lines        1824     1885      +61     
==========================================
+ Hits         1755     1816      +61     
  Misses         69       69              
Files Coverage Δ
src/codemodder/cli.py 100.00% <100.00%> (ø)
src/core_codemods/use_defused_xml.py 100.00% <100.00%> (ø)
src/core_codemods/https_connection.py 97.36% <96.87%> (+3.82%) ⬆️
src/codemodder/codemods/imported_call_modifier.py 93.61% <93.61%> (ø)