The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade @actions/core
to version 1.9.1 or higher.
@actions/core is a package that provides core functions for setting results, logging, registering secrets and exporting variables across actions.
Affected versions of this package are vulnerable to Improper Input Validation via the core.exportVariable
function which uses a well known delimiter that attackers can use to break out of that specific variable and assign values to other arbitrary variables.
Modify your action to ensure that any user input does not contain the delimiter _GitHubActionsFileCommandDelimeter_
before calling core.exportVariable
.