Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Use mkstemp to replace deprecated mktemp call (#5303)
* Use mkstemp Signed-off-by: dbczumar <corey.zumar@databricks.com> * Remove num examples Signed-off-by: dbczumar <corey.zumar@databricks.com> * Close instead of remove Signed-off-by: dbczumar <corey.zumar@databricks.com> * Close the handle Signed-off-by: dbczumar <corey.zumar@databricks.com>
- Loading branch information
61984e6There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The security check fails even though the mlflow is upgraded to 1.23.1. It gives the error "Insecure Temporary File in mlflow".
Any suggested solution please ?