External comment:
Allow an override by package version and OSV URL (so that once a dev looks at the issue, and determines it's not an issue, there is a way for them to move forward w/o having to upgrade in case that would be worse). Package version / OSV URL is a tuple so that an override doesn't apply to a newer version. [...] am fine w/ anything that 1) allows an override to happen, and 2) doesn't make that dangerous for future versions of the software (the vuln showing up in new code for a future version of the software, if that's possible -- this might be an extreme corner case that we're okay with). The goal would to be keep that overrides file as small as possible, having lots of overrides is probably another [use case] we might want to warn on image build.
External comment: