possibly-insecure-handling-of-tmp-files-in-maintainer-script
The maintainer script seems to access a file in /tmp
or
some other temporary directory. Since creating temporary files in a
world-writable directory is very dangerous, this is likely to be a
security bug. Use the tempfile
or mktemp
utilities to
create temporary files in these directories.
For more information please consult:
- Debian Policy Manual section 10.4
The tag is present in Lintian version 2.114.163
.
That is the most recent version we know about.
We use semantic versions.
The patch number is a commit step indicator relative to the
2.108.0
release tag in our Git
repository.
You can find the detection logic for this version at commit a1e47cb. For merge requests, please use the latest version in the Lintian check scripts.
Visibility: warning