Konano/arknights-mower

View on GitHub
main.py

Summary

Maintainability
A
0 mins
Test Coverage

Starting a process with a partial executable path
Wontfix

            os.system('pause')
Severity: Info
Found in main.py by bandit

Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell
Wontfix

            os.system('pause')
Severity: Info
Found in main.py by bandit

There are no issues that match your filters.

Category
Status