Skip to content

Disable searching by tokens

Savas Vedova requested to merge svedova-disable-terms-filtered-search into master

What does this MR do and why?

Disable searching by terms.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Enable feature flag: echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
  2. Checkout https://gitlab.com/gitlab-examples/security/security-reports/
  3. Create a pipeline against default branch to generate vulnerabilities
  4. Verify that the filtered search does not allow creating tokens from search terms

Merge request reports