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 Potential Command Injection vulnerabilities in an interactive lesson.
Start learningUntrusted input passed in the call to libnotify.notify could result in execution of shell commands. Callers may be unaware of this.
Source: Node Security Project
Example:
var libnotify = require('libnotify')
libnotify.notify('UNTRUSTED INPUT', { title: \"\" }, function () {
console.log(arguments);
})
Special thanks to Neal Poole for submitting the pull request to fix this issue.