Suggested fixes by iCR, OpenRefactory, Inc. by openrefactory · Pull Request #1486 · gitpython-developers/GitPython · GitHub
Skip to content

Suggested fixes by iCR, OpenRefactory, Inc. - #1486

Closed
openrefactory wants to merge 1 commit into
gitpython-developers:mainfrom
openrefactory:icr-fixes
Closed

Suggested fixes by iCR, OpenRefactory, Inc.#1486
openrefactory wants to merge 1 commit into
gitpython-developers:mainfrom
openrefactory:icr-fixes

Conversation

@openrefactory

Copy link
Copy Markdown

This issue was detected in branch main of GitPython project on the version with commit hash 73bde1. This is an instance of an improper method call

Fixes for improper method call:
In file: base.py, there is a method from_tree that creates a temporary file using an unsafe API mktemp. The use of this method is discouraged in the Python documentation. iCR suggested that a temporary file should be created using NamedTemporaryFile which is a a safe API. iCR replaced the usage of mktemp with NamedTemporaryFile.

In file: util.py, there is a method __init__ that creates a temporary file using an unsafe API mktemp. The use of this method is discouraged in the Python documentation. iCR suggested that a temporary file should be created using NamedTemporaryFile which is a a safe API. iCR replaced the usage of mktemp with NamedTemporaryFile.

This issue was detected by OpenRefactory's Intelligent Code Repair (iCR). We are running iCR on libraries in the PyPI repository to identify issues and fix them. More info at: pypi.openrefactory.com

@Byron

Byron commented Aug 31, 2022

Copy link
Copy Markdown
Member

@Byron Byron closed this Aug 31, 2022
@EliahKagan

EliahKagan commented Dec 22, 2023

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants