The code weaknesses table provides a consolidated view of all code weakness issues. Each row represents an issue created when a scanner finding matches a unified policy, linking the code weakness to a specific CWE identifier, detection rule, file, repository, and the policy that triggered the issue.
Visible columns (default)
Column | Description |
|---|---|
Severity | The severity level assigned to the code weakness: Critical, High, Medium, Low, Informational, or Unknown. Severity is determined by the detection rule and may be overridden by a matched unified policy |
Name | The descriptive name of the code weakness (such as |
File Path | The path to the source code file containing the code weakness, including the affected line range (such as |
Branch | The repository branch where the code weakness was detected (such as |
Created | The timestamp when the issue was first detected |
CWE | The Common Weakness Enumeration identifier classifying the type of code weakness (such as CWE-89: SQL Injection, CWE-79: Cross-site Scripting) |
Prioritization Labels | Contextual labels that indicate risk-amplifying factors such as deployment status, internet exposure, or application criticality |
Filter and sort the table
Use the filter bar at the top of the Code Weaknesses table to narrow results by any filterable column. Common filtering strategies include:
By Severity: Filter to Critical and High severity to focus on the most impactful code weaknesses
By CWE: Filter to a specific CWE identifier (such as CWE-89) to scope remediation to a single weakness category
By Language: Filter to a specific programming language (such as Java) to scope remediation to a single technology stack
By Branch: Filter to the main or production branch to focus on code weaknesses that affect production-bound code
By Resolution Status: Filter to New to identify untriaged code weakness issues, or to In Progress to monitor active remediation
By OWASP Category: Filter to a specific OWASP Top 10 category (such as A03:2021 Injection) to focus on a specific risk class