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

Added with best practice for file open #10115

Merged
merged 2 commits into from
May 20, 2024
Merged

Added with best practice for file open #10115

merged 2 commits into from
May 20, 2024

Conversation

hblankenship
Copy link
Contributor

Added section to indicate best practice for opening files using with.

Added section under unittests for opening example files to recommend the usage of with open(...) blocks to make certain file resources are closed.
@github-actions github-actions bot added the docs label May 3, 2024
Copy link

dryrunsecurity bot commented May 3, 2024

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Configured Codepaths Analyzer 0 findings
Sensitive Files Analyzer 0 findings
AppSec Analyzer 0 findings
Authn/Authz Analyzer 0 findings
Secrets Analyzer 0 findings

Note

🟢 Risk threshold not exceeded.

Powered by DryRun Security

Somehow the changes disappeared
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Approved

@Maffooch Maffooch merged commit c649bc7 into dev May 20, 2024
126 checks passed
@Maffooch Maffooch deleted the hblankenship-patch-1 branch May 20, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants