A

icu4c\source\tools\icu-file-utf8-check.py

All issues

Starting a process with a shell, possible injection detected, security issue. lines of code = 1
36
    output_file = os.popen(cmd);
statement ends with a semicolon lines of code = 1
statement ends with a semicolon lines of code = 1
89
    output = runCommand("git ls-files ");
statement ends with a semicolon lines of code = 1
38
    exit_status = output_file.close();
statement ends with a semicolon lines of code = 1
37
    output_text = output_file.read();
statement ends with a semicolon lines of code = 1
36
    output_file = os.popen(cmd);