Composition analysis: bundler_audit reports a phantom vulnerability

A MR of mine on GitLab.com inconsistently showed both 0 and 1 vulnerabilities:

image

Screenshot_2022-02-07_at_04.51.59

Screenshot_2022-02-07_at_15.04.33

Here is the content of gl-dependency-scanning-report.json

{
  "version": "14.0.0",
  "vulnerabilities": [
    {
      "id": "85008fe3bf9c69f6acbc1b2f6f56b1540498ac7abcfc27f589ddd17357968c5f",
      "category": "dependency_scanning",
      "message": "Vulnerability in ",
      "cve": "Gemfile.lock:",
      "severity": "Unknown",
      "scanner": {
        "id": "bundler_audit",
        "name": "bundler-audit"
      },
      "location": {
        "file": "Gemfile.lock",
        "dependency": {
          "package": {}
        }
      },
      "identifiers": [],
      "links": [
        {
          "url": ""
        }
      ]
    }
  ],
  "remediations": [],
  "scan": {
    "scanner": {
      "id": "bundler_audit",
      "name": "bundler-audit",
      "url": "https://github.com/rubysec/bundler-audit",
      "vendor": {
        "name": "GitLab"
      },
      "version": "0.7.0.1"
    },
    "type": "dependency_scanning",
    "start_time": "2022-02-07T13:53:15",
    "end_time": "2022-02-07T13:53:16",
    "status": "success"
  }
}
Edited by Dinesh Bolkensteyn