=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cme-1.032/lib/App/Cme/Command/run.pm-249- if ($commit_msg and not $opt->{'no-commit'}) { cme-1.032/lib/App/Cme/Command/run.pm:250: system(qw/git commit -a -m/, $commit_msg); cme-1.032/lib/App/Cme/Command/run.pm-251- } ############################################## cme-1.032/lib/App/Cme/Command/run.pm-502- cme-1.032/lib/App/Cme/Command/run.pm:503: var: chomp ( $var{url} = `git remote get-url $args{remote}` ) ; cme-1.032/lib/App/Cme/Command/run.pm-504- var: $var{url} =~ s!^git@!https://!; ############################################## cme-1.032/lib/App/Cme/Command/run.pm-527- --- var cme-1.032/lib/App/Cme/Command/run.pm:528: chomp ( $var{url} = `git remote get-url $args{remote}` ) ; cme-1.032/lib/App/Cme/Command/run.pm-529- $var{url} =~ s!^git@!https://!; ############################################## cme-1.032/t/cme-command.t-26-if ( $^O !~ /linux|bsd|solaris|sunos/ ) { cme-1.032/t/cme-command.t:27: plan skip_all => "Test with system() in build systems don't work well on this OS ($^O)"; cme-1.032/t/cme-command.t-28-}