=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libarch-perl-0.5.2/perllib/Arch/SharedCache.pm-127- libarch-perl-0.5.2/perllib/Arch/SharedCache.pm:128: sub ls_long { scalar `ls -l $_[0]` } libarch-perl-0.5.2/perllib/Arch/SharedCache.pm-129- ############################################## libarch-perl-0.5.2/tests/tree-1-22- libarch-perl-0.5.2/tests/tree-1:23:my $tree_version = `cat $arch_dir/++default-version`; libarch-perl-0.5.2/tests/tree-1-24-chomp($tree_version); ############################################## libarch-perl-0.5.2/tests/shared-primes-2-83- libarch-perl-0.5.2/tests/shared-primes-2:84:system("/bin/rm -rf '$dir_name'"); ############################################## libarch-perl-0.5.2/tests/shared-primes-4-92- libarch-perl-0.5.2/tests/shared-primes-4:93:system("/bin/rm -rf '$dir_name'"); ############################################## libarch-perl-0.5.2/rpm/Makefile-15- tarball=$(package)-$$version.tar.gz; \ libarch-perl-0.5.2/rpm/Makefile:16: tarball_full=`cd $(top_srcdir) && pwd`/$$tarball; \ libarch-perl-0.5.2/rpm/Makefile-17- if [ ! -f $$tarball_full ]; then echo "No $$tarball"; exit -1; fi; \