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 Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade planemo
to version 0.59.0 or higher.
planemo is a command-line utilities library to assist in building tools for the Galaxy project.
Affected versions of this package are vulnerable to Arbitrary Code Execution due to using the insecure yaml.load()
function. Default behavior of PyYAML's yaml.load()
method is unsafe and can execute code stored/provided in yaml files.