In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary File Deletion vulnerabilities in an interactive lesson.
Start learningbundler
is a dependencies manager.
Affected versions of this gem use the FileUtils.rm_rf
function to delete the Bundler tmp folder. This method is vulnerable when:
FileUtils.remove_entry_secure
. See the Ruby Docs for more information.