Commit ec1438b
MUSTAPHA BARKI
[lldb] Fix CodeQL py/insecure-temporary-file in gdbremote.py
Replaced tempfile.mktemp() with tempfile.NamedTemporaryFile(delete=False).name
to address a CodeQL security alert regarding insecure temporary file creation.1 parent a141766 commit ec1438b
1 file changed
+1835
-1835
lines changed
0 commit comments