Skip to content

Clarify Experimental detector behavior in documentation#1831

Open
pauld-msft wants to merge 1 commit into
mainfrom
pauldorsch/experimental-enablement-doc
Open

Clarify Experimental detector behavior in documentation#1831
pauld-msft wants to merge 1 commit into
mainfrom
pauldorsch/experimental-enablement-doc

Conversation

@pauld-msft

Copy link
Copy Markdown
Member

Updated the behavior description for the Experimental stage to clarify that enabling experimental detectors will include output in scan results.

Updated the behavior description for the Experimental stage to clarify that enabling experimental detectors will include output in scan results.
Copilot AI review requested due to automatic review settings June 19, 2026 21:20
@pauld-msft pauld-msft marked this pull request as ready for review June 19, 2026 21:20
@pauld-msft pauld-msft requested a review from a team as a code owner June 19, 2026 21:20
@pauld-msft pauld-msft requested a review from JamieMagee June 19, 2026 21:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the “Detector Maturity Stages” documentation to clarify how Experimental detectors behave, specifically around when their detected components appear in scan results.

Changes:

  • Expanded the Stage 2 (Experimental) behavior description to describe opt-in behavior for including results in scan output.
Show a summary per file
File Description
docs/creating-a-new-detector.md Clarifies Experimental detector output behavior and how --DetectorArgs affects whether results appear in scan output.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

|-------|-----------|----------|
| **1. Default Off** | `IDefaultOffComponentDetector` | Must be explicitly enabled via `--DetectorArgs YourDetectorId=EnableIfDefaultOff`. Detector should be fully functional and produce correct output. |
| **2. Experimental** | `IExperimentalDetector` | Runs automatically but output is NOT included in scan results. Used to measure performance impact. |
| **2. Experimental** | `IExperimentalDetector` | Runs automatically but output is NOT included in scan results. Used to measure performance impact. Enabling experimental detectors via `--DetectorArgs YourDetectorId=EnableIfDefaultOff` will cause output to be included in scan results. |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants