Closed jesusbv closed 5 years ago
The method Clean calls FileUtils.rm_rf which
Clean
FileUtils.rm_rf
Thus, the change to rm_r (same goal of removing a path recursively) with secure option, as the documentation points to avoid this security hole.
rm_r
secure
LGTM
Version 0.34.0 includes this change.
The method
Clean
callsFileUtils.rm_rf
whichThus, the change to
rm_r
(same goal of removing a path recursively) withsecure
option, as the documentation points to avoid this security hole.