GraphScope
GraphScope copied to clipboard
feat(Interactive): Remove the usage of `std::system`
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: