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 applicationsThere is no fixed version for github.com/notaryproject/notation
.
Affected versions of this package are vulnerable to Download of Code Without Integrity Check due to the configuration with permissive trust policies. An external actor with control of a compromised container registry can provide outdated versions of OCI artifacts, such as Images, leading artifact consumers with relaxed trust policies to potentially use artifacts with signatures that are no longer valid. This could expose them to any exploits those artifacts may contain.
Notes:
In Notary Project, an artifact publisher can control the validity period of artifact by specifying signature expiry during the signing process.
Notary Project supports revocation to ensure the signature freshness. Artifact publishers can sign with short-lived certificates and revoke older certificates when necessary.
1)Using shorter signature validity periods along with processes to periodically resign artifacts, allows artifact producers to ensure that their consumers will only receive up-to-date artifacts.
2)Artifact consumers should correspondingly use a strict or equivalent trust policy that enforces signature expiry.