feat(Interactive): Remove the usage of `std::system`
Open
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
Replace usage of `std::system` with a more secure method. The `std::system` can cause potential command-line injection, as warned by codefactor. For example:

Contributor guide
Assessment
This issue has not been assessed yet.