Source: nuitka
Version: 0.3.23.1+ds-1
Severity: important
Tags: security

nuitka creates temporary files insecurely in a few places:

* misc/make-dependency-graph.sh:

( sfood nuitka | egrep -v "'(sys|signal|math|os.py|re.py|nuitka/(oset|odict).py)'" | 
sfood-graph | dot -Tps >/tmp/out.ps ) && evince /tmp/out.ps

* nuitka/codegen/CppRawStrings.py:

source_file = open( "/tmp/raw_test.cpp", "w" )

* bin/benchmark.sh:

$NUITKA_BINARY --exe --output-dir=/tmp/ --unstriped $NUITKA_EXTRA_OPTIONS $1

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to