Navigating vulnerabilities by some string

Version: 17.6.1ee

  • Self-managed

Newish to GitLab. I have successfully run a SAST Scan in my pipeline. I am looking at the Vulnerability Report which scans several pages. I cannot find a way to search for a string in my results. For example, I want to search for a file name from the “Description” column to more easily navigate the results. I can see that I can filter by Status, Activity, Severity, and Tool but I just want to enter a file name or part of the path to the file name to more easily navigate the list. Is there a way to do this?

For example, one of my vulnerabilities has - in the Description column

Insecure function unable to limit / check buffer sizes
zos/midsrvr/zstub.c : 3274)

I’d like to be able to search by the string ‘zos’ or ‘midsrvr’ or ‘zstub.c’ to show only vulnerabilities in the Vulernerability report (Secure … Vulnerability report) that match what I have typed in a search field.