Skip to content

Add shortest_path details for vulnerability entries

Adam Cohen requested to merge 348532-show-shortest-path into master

What does this MR do?

This MR adds support for providing vulnerability.details.shortest_path:

"details": {
  "shortest_path": {
    "type": "list",
    "name": "Shortest Path",
    "items": [
      {
        "type": "text",
        "value": "coveralls:3.0.0"
      },
      {
        "type": "text",
        "value": "log-driver:1.2.6"
      },
      {
        "type": "text",
        "value": "codecov.io:0.0.1"
      },
      {
        "type": "text",
        "value": "request:2.42.0"
      },
      {
        "type": "text",
        "value": "form-data:0.1.4"
      }
    ]
  }
}

What are the relevant issue numbers?

Show one `shortest path` on the finding details... (gitlab-org/gitlab#348532 - closed)

Does this MR meet the acceptance criteria?

Closes #348532

Edited by Fabien Catteau

Merge request reports