=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ninka-1.3.2/bin/ninka-excel-159- my ($command) = @_; ninka-1.3.2/bin/ninka-excel:160: my $output = `$command`; ninka-1.3.2/bin/ninka-excel-161- my $status = ($? >> 8); ############################################## ninka-1.3.2/bin/ninka-sqlite-190- my ($command) = @_; ninka-1.3.2/bin/ninka-sqlite:191: my $output = `$command`; ninka-1.3.2/bin/ninka-sqlite-192- my $status = ($? >> 8); ############################################## ninka-1.3.2/comments/Makefile-27- @echo -e "Done.\n" ninka-1.3.2/comments/Makefile:28: @echo -n `$(NAME)` ninka-1.3.2/comments/Makefile-29- @echo -e "\nPlease read the README if you have not already done so." ############################################## ninka-1.3.2/lib/Ninka/CommentExtractor.pm-47- my $comments_binary = '/usr/lib/ninka/comments'; ninka-1.3.2/lib/Ninka/CommentExtractor.pm:48: if (`which $comments_binary` ne '') { ninka-1.3.2/lib/Ninka/CommentExtractor.pm-49- return ($comments_binary, "-c1", $input_file); ############################################## ninka-1.3.2/t/reference_licenses.t-11- ninka-1.3.2/t/reference_licenses.t:12:`cp $licenses_dir/* $temp_dir`; ninka-1.3.2/t/reference_licenses.t-13-my @license_files = sort(list_files_in_dir($licenses_dir)); ############################################## ninka-1.3.2/t/reference_licenses.t-23- ninka-1.3.2/t/reference_licenses.t:24: my $output_ninka_stdout = `$ninka_cmd '$input_file'`; chomp $output_ninka_stdout; ninka-1.3.2/t/reference_licenses.t-25- is $output_ninka_stdout => "$temp_dir/$license_file;$output_expected", 'stdout is as expected'; ############################################## ninka-1.3.2/debian/patches/comments_path.patch-14-+ my $comments_binary = '/usr/lib/ninka/comments'; ninka-1.3.2/debian/patches/comments_path.patch:15: if (`which $comments_binary` ne '') { ninka-1.3.2/debian/patches/comments_path.patch-16- return ($comments_binary, "-c1", $input_file); ############################################## ninka-1.3.2/.pc/excel_typo.patch/bin/ninka-excel-159- my ($command) = @_; ninka-1.3.2/.pc/excel_typo.patch/bin/ninka-excel:160: my $output = `$command`; ninka-1.3.2/.pc/excel_typo.patch/bin/ninka-excel-161- my $status = ($? >> 8); ############################################## ninka-1.3.2/.pc/manpages.patch/lib/Ninka/CommentExtractor.pm-47- my $comments_binary = 'comments'; ninka-1.3.2/.pc/manpages.patch/lib/Ninka/CommentExtractor.pm:48: if (`which $comments_binary` ne '') { ninka-1.3.2/.pc/manpages.patch/lib/Ninka/CommentExtractor.pm-49- return ($comments_binary, "-c1", $input_file); ############################################## ninka-1.3.2/.pc/manpages.patch/bin/ninka-excel-159- my ($command) = @_; ninka-1.3.2/.pc/manpages.patch/bin/ninka-excel:160: my $output = `$command`; ninka-1.3.2/.pc/manpages.patch/bin/ninka-excel-161- my $status = ($? >> 8); ############################################## ninka-1.3.2/.pc/manpages.patch/bin/ninka-sqlite-190- my ($command) = @_; ninka-1.3.2/.pc/manpages.patch/bin/ninka-sqlite:191: my $output = `$command`; ninka-1.3.2/.pc/manpages.patch/bin/ninka-sqlite-192- my $status = ($? >> 8); ############################################## ninka-1.3.2/.pc/compiler_flags.patch/comments/Makefile-28- @echo -e "Done.\n" ninka-1.3.2/.pc/compiler_flags.patch/comments/Makefile:29: @echo -n `$(NAME)` ninka-1.3.2/.pc/compiler_flags.patch/comments/Makefile-30- @echo -e "\nPlease read the README if you have not already done so." ############################################## ninka-1.3.2/.pc/comments_path.patch/lib/Ninka/CommentExtractor.pm-47- my $comments_binary = 'comments'; ninka-1.3.2/.pc/comments_path.patch/lib/Ninka/CommentExtractor.pm:48: if (`which $comments_binary` ne '') { ninka-1.3.2/.pc/comments_path.patch/lib/Ninka/CommentExtractor.pm-49- return ($comments_binary, "-c1", $input_file);