XRAY:Why Xray watches do not show more than 100,000 vulnerabilities?

XRAY:Why Xray watches do not show more than 100,000 vulnerabilities?

AuthorFullName__c
Or Naishtat
articleNumber
000005213
ft:sourceType
Salesforce
FirstPublishedDate
2022-02-21T09:32:46Z
lastModifiedDate
2022-02-21
VersionNumber
5

Xray has a default hard cap for how many calculated violations can be displayed over the JFrog Unified Platform UI. For each particular watch a maximum amount of 100,000 calculated violations may be displayed.

This value may be modified by updating Xray’s system.yaml configuration file with the following:

shared:
  node:
    database: 
      queriesSessionProperties: 
        userIssueCountByWatchIdLimit: <Value>
Please note: restarting Xray is required for this update to apply.