dependency-track icon indicating copy to clipboard operation
dependency-track copied to clipboard

Fuzzy Matching as project setting instead of global

Open BrightKn1ght opened this issue 4 weeks ago • 1 comments

Current Behavior

Currently fuzzy matching setting is a global setting which affects all projects. We have a Dependency Track instance running in your company and different departments are using it. Some are now wanting to scan with Fuzzy Matching while the others are complaining about too many False Positives.

Proposed Behavior

I would suggest the following:

  1. Adding a toggle button to the project creation dialog allowing to enable/disable the fuzzying on per project level.
  2. Marking the vulnerabilities found by fuzzying with a flag, which allows filtering them later in the UI. Probably the code section where to flag them could be here and here

Checklist

BrightKn1ght avatar Nov 26 '25 15:11 BrightKn1ght

I have started working on a solution. PR is coming soon.

BrightKn1ght avatar Dec 11 '25 13:12 BrightKn1ght