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

remove subprocess and popen #6792

Merged
merged 3 commits into from
Jan 9, 2025
Merged

remove subprocess and popen #6792

merged 3 commits into from
Jan 9, 2025

Conversation

austingmhuang
Copy link
Contributor

Remake of #6791
Context:
Had subprocess.Popen in the original code and should be removed for security purposes

Description of the Change:
Changed to use Python standard lib

Benefits:
Security

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Copy link
Member

@mlxd mlxd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @austingmhuang
No more suggestions from my side 👍

@mlxd mlxd added this to the v0.40 milestone Jan 9, 2025
@austingmhuang austingmhuang merged commit bfd95b4 into v0.40.0-rc0 Jan 9, 2025
39 checks passed
@austingmhuang austingmhuang deleted the remove_subprocess branch January 9, 2025 17:23
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (v0.40.0-rc0@b54bc3e). Learn more about missing BASE report.

Additional details and impacted files
@@              Coverage Diff               @@
##             v0.40.0-rc0    #6792   +/-   ##
==============================================
  Coverage               ?   99.60%           
==============================================
  Files                  ?      476           
  Lines                  ?    45222           
  Branches               ?        0           
==============================================
  Hits                   ?    45045           
  Misses                 ?      177           
  Partials               ?        0           

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

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