=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pymol-2.3.0+dfsg/examples/devel/syncmol.py-23-import socket pymol-2.3.0+dfsg/examples/devel/syncmol.py:24:import socket # For gethostbyaddr() pymol-2.3.0+dfsg/examples/devel/syncmol.py-25-import sys ############################################## pymol-2.3.0+dfsg/examples/devel/syncmol.py-147- try: pymol-2.3.0+dfsg/examples/devel/syncmol.py:148: hostname, hostnames, hostaddrs = socket.gethostbyaddr(host) pymol-2.3.0+dfsg/examples/devel/syncmol.py-149- if '.' not in hostname: ############################################## pymol-2.3.0+dfsg/layer1/CGO.cpp-7814- pymol-2.3.0+dfsg/layer1/CGO.cpp:7815: * the ASM loop is about 2X long as raw looped GL calls, pymol-2.3.0+dfsg/layer1/CGO.cpp-7816- ############################################## pymol-2.3.0+dfsg/modules/chempy/dictdb.py-18-import socket pymol-2.3.0+dfsg/modules/chempy/dictdb.py:19:import socket # For gethostbyaddr() pymol-2.3.0+dfsg/modules/chempy/dictdb.py-20-import sys ############################################## pymol-2.3.0+dfsg/modules/chempy/dictdb.py-591- host = socket.gethostname() pymol-2.3.0+dfsg/modules/chempy/dictdb.py:592: hostname, hostnames, hostaddrs = socket.gethostbyaddr(host) pymol-2.3.0+dfsg/modules/chempy/dictdb.py-593- if '.' not in hostname: ############################################## pymol-2.3.0+dfsg/test/inp/B04.py-36- cmd.save(out_file) pymol-2.3.0+dfsg/test/inp/B04.py:37: os.system("awk '/^ATOM /{print substr($0,12,16),\" \"};{next;}' < %s | sed 's/ *//g' > %s"%(out_file,cmp_file)) pymol-2.3.0+dfsg/test/inp/B04.py:38: os.system("awk '/^ATOM /{print substr($0,12,16),\" \"};{next;}' < %s | sed 's/ *//g' > %s"%(file,ref_file)) pymol-2.3.0+dfsg/test/inp/B04.py-39- os.system("diff %s %s > %s"%(ref_file,cmp_file,dif_file)) ############################################## pymol-2.3.0+dfsg/debian/tests/call-pymol-scripts-38- echo "Run 'pymol -c $file'..." pymol-2.3.0+dfsg/debian/tests/call-pymol-scripts:39: error_lines_present=`echo "$command" | grep -F -i "$error_lines"` || true pymol-2.3.0+dfsg/debian/tests/call-pymol-scripts-40- if [ -n "$error_lines_present" ]; then