Hongliang Du

Results 1 issues of Hongliang Du

Hi Expert, I noticed that flawfinder will report security issue when using modern C++ std::istream::read(). https://en.cppreference.com/w/cpp/io/basic_istream/read https://github.com/OpenAPITools/openapi-generator/issues/10349 The check rule in Flawfinder is as below: https://github.com/david-a-wheeler/flawfinder/blob/d9ddc06b7efea4c626205e5d39157255d112bfe4/flawfinder.py#L1282~L1287 ``` # fread not...