dejacode icon indicating copy to clipboard operation
dejacode copied to clipboard

Modify Vulnerability VCID references to Advisory ID references in DejaCode

Open DennisClark opened this issue 7 months ago • 1 comments

Is your enhancement request related to a problem? Please describe. VCIO is in the process of deprecating the VCID and advancing the Advisory ID. There are multiple links to VCID in DejaCode. There will be backwards compatibility (to be tested and confirmed of course) for VCID but it would be best to migrate DejaCode to the new model as well.

See

  • [ ] https://github.com/aboutcode-org/vulnerablecode/issues/1796 and
  • [ ] https://github.com/aboutcode-org/vulnerablecode/issues/1883#issuecomment-2913055037 for more details.

What are the benefits of the requested enhancement? The Advisory model is a major advancement in VCIO and DejaCode should be aware of it.

Describe the solution you would like Identify all forms and processes that refer to VCID in DejaCode and determine how to adapt them to Advisory ID. Update any affected documentation.

Additional notes This will need to be coordinated with the actual deployment of the Advisory model in VCIO.

DennisClark avatar Jun 03 '25 16:06 DennisClark

Identify all forms and processes that refer to VCID in DejaCode and determine how to adapt them to Advisory ID.

In DejaCode, the "Vulnerability VCID" is defined as a field vulnerability_id of the Vulnerability model

It is then presented in the UI and used to craft URLs to VulnerableCode.

@DennisClark @TG1999 Do we have any data examples of the Advisory ID migration happening in https://github.com/aboutcode-org/vulnerablecode/issues/1796 ? This would be helpful to plan for the DejaCode required changes.

tdruez avatar Jun 04 '25 04:06 tdruez