Currently, when patch_links are picked up from some Parsers, they are not injected in the patch_links of the Vulnerability Object. For example, if a GitHub commit is found to be closing an issue, we want to extract commit to be reported as patch_link instead of the issue. In order to do this, the Patch Object definition will be extended to also include an extra field patchUrl that carries this information safely.
Currently, when
patch_links
are picked up from some Parsers, they are not injected in thepatch_links
of the Vulnerability Object. For example, if a GitHubcommit
is found to be closing anissue
, we want to extractcommit
to be reported aspatch_link
instead of theissue
. In order to do this, thePatch
Object definition will be extended to also include an extra fieldpatchUrl
that carries this information safely.