ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
185 stars 101 forks source link

REFACTOR: Rpyc services #4833

Closed SMoraisAnsys closed 2 weeks ago

SMoraisAnsys commented 2 weeks ago

Refactor Rpyc services parser to remove vulnerabilities.

Note that we execute the content of a file so this can also be a point of vulnerability. However, that's the purpose of some of the service so we can't do much there.

ansys-reviewer-bot[bot] commented 2 weeks ago

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.11%. Comparing base (8d94ca8) to head (0519905). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4833 +/- ## ========================================== + Coverage 82.42% 83.11% +0.68% ========================================== Files 118 116 -2 Lines 54289 53970 -319 ========================================== + Hits 44749 44856 +107 + Misses 9540 9114 -426 ```