Advisory fix date vs. image fix date
The advisory fix date is based on the package fix date and it can differ from the image fix date. This can happen for several reasons. Below are a few examples of typical cases.Package fixed but image build is still pending
Minimus packages are updated on a continuous basis that is independent from the vulnerability remediation process. As a result, package updates are published as soon as an update is available upstream. New images, on the other hand, are published on a daily basis. Consequently, an advisory may show the fixed status when the fixed package is already available but before the fixed image is released.

Image fixed before the advisory was published
Coordinated disclosure & silent patching can result in an image fix date that is earlier than the advisory update. For example, Go v1.24.4 released a silent patch for CVE-2025-22874. Here is the order of events:Date | Event |
---|---|
June 5 2025 | Go package version 1.24 was released (version 1.24.4-r0 ). See Go tag release notice |
June 8 2025 | Minimus released the updated Go image v1.24.4 with the timestamp tag 1.24.4-202506080715 . See Go image digest history |
June 11 2025 | CVE-2025-22874 was published by the Go vulnerability database and NVD. At the time that the advisory was published, the Minimus Go image was already fixed. |
June 15 2025 | The last update time for the Minimus advisory for CVE-2025-22874. It shows the fixed package version and image version information. See Minimus advisory for CVE-2025-22874. The date comes from the advisory, not the fix date of the package or the image, which were earlier. |