GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

feat(Interactive): Remove the usage of `std::system`

Open zhanglei1949 opened this issue 2 years ago • 0 comments

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: Screenshot 2023-11-27 at 17 08 10

zhanglei1949 avatar Nov 27 '23 09:11 zhanglei1949