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 github.com/ipld/go-ipld-prime/codec/dagjson
to version 0.19.0 or higher.
Affected versions of this package are vulnerable to Improper Input Validation such that, encoding data which contains a Bytes kind Node will pass a Bytes token to the JSON encoder which will panic as it does not expect to receive Bytes tokens.
Note: This issue only impacts uses of the json
codec. Using dag-json
or json
as a decoder does not impact the user.
Users who are unable to upgrade to the fixed version should use the dag-json
codec which has the ability to encode bytes.