Bug#682145: nuitka: insecure use of temporary files

2012-07-19 Thread Kay Hayen
Hello Jakub, nuitka creates temporary files insecurely in a few places: * misc/make-dependency-graph.sh: This is not part of the binary package, it's part of the upstream tarball and purely a developer tool. ( sfood nuitka | egrep -v "'(sys|signal|math|os.py|re.py|nuitka/(oset|odict).py)

Bug#682145: nuitka: insecure use of temporary files

2012-07-19 Thread Jakub Wilk
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 ) && evi