Version information
1.0.0
Steps to replicate
wget https://files.pythonhosted.org/packages/75/9d/e38a18d8c932f397537cda0d03a606314611fe1ebd8b24ed8fdd4df23191/pyzor-1.0.0.tar.gz
tax xfv pyzor-1.0.0.tar.gz
cd pyzor-1.0.0
sudo docker run --rm -it -v $(pwd):/code python:buster bash
cd /code
python3 setup.py install
unzip /usr/local/lib/python3.11/site-packages/pyzor-1.0.0-py3.11.egg -d /unzip
grep 0077 /unzip/EGG-INFO/scripts/pyzord
Actual result
os.umask(0077)
Expected result
Should not return any output