beast icon indicating copy to clipboard operation
beast copied to clipboard

Fix insecure file location with tests

Open karllark opened this issue 4 years ago • 0 comments

Using /tmp as a place to store files can be insecure. Causing a warning in Codacy. Should be fixable using tempfile.NamedTemporaryFile from the python tempfile module.

karllark avatar Apr 18 '20 15:04 karllark