Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ To narrow down your initial list for triage, in [Vulnerabilities][6], select **F
Each finding includes a section with an explanation of the assessment. You can provide Bits AI with feedback on its assessment using a thumbs up 👍 or thumbs down 👎.
{{< img src="/code_security/static_analysis/false_positive_filtering_sast_side_panel_higher_res_png.png" alt="Visual indicator of a false positive assessment in SAST side panel" style="width:100%;">}}

### Agentic Bits AI assessments

For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. It can also inspect nearby directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file.

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.

Suggested change
For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. It can also inspect nearby directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file.
For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. Bits AI can also inspect the surrounding directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file.

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.

Capitalization of "assessments" is inconsistent. The heading (line 146) uses lowercase "assessments" (correct sentence case), but the body capitalizes it as "Assessments." If "Bits AI Assessments" is an official feature name, it should be capitalized throughout.


This extra context helps Bits AI distinguish true positives from false positives for findings that depend on cross-file behavior. Agentic Bits AI Assessments apply to SAST findings only.

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.

Suggested change
This extra context helps Bits AI distinguish true positives from false positives for findings that depend on cross-file behavior. Agentic Bits AI Assessments apply to SAST findings only.
The additional repository context helps Bits AI distinguish true positives from false positives for findings that depend on cross-file behavior. Agentic Bits AI Assessments apply to SAST findings only.


## Remediation

Datadog SAST uses the [Bits Code][10] to generate code fixes for vulnerabilities. You can remediate individual vulnerabilities or fix multiple vulnerabilities using bulk remediation campaigns.
Expand Down
Loading