docs(mcp): state that active_* summary counts ignore verified status - #15793
Open
Jino-T wants to merge 1 commit into
Open
docs(mcp): state that active_* summary counts ignore verified status#15793Jino-T wants to merge 1 commit into
Jino-T wants to merge 1 commit into
Conversation
finding_summary and risk_summary return active_* counts alongside separate verified_findings and active_verified_findings counts. The page documented the parameters but never said what the active_* counts include, leaving it ambiguous whether verification narrows them. It does not: the active_* counts cover every active finding regardless of verification, and the Enforce Verified Status system settings do not restrict them. Adds a note saying so to both tool sections.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[sc-14856]
Description
Documents how the
finding_summaryandrisk_summaryMCP tools count findings.Both tools return
active_*counts alongside separateverified_findingsandactive_verified_findingscounts. The page described the parameters but never said what theactive_*counts include, which left it ambiguous whether verification narrows them. It doesnot: the
active_*counts cover every active finding regardless of verification status, andthe Enforce Verified Status system settings do not restrict them.
Adds a short note to both tool sections of
docs/content/metrics_reports/ai/mcp_server_pro.mdsaying so.This pairs with a Pro change on the same release line that makes the server behave as
documented — previously the counts were silently narrowed to verified findings only, which on
an instance with nothing verified reported zero active findings for products that had
hundreds.
Only the English page is updated; the translated variants are left for the normal translation
pass.