Remediations Page
The Remediations page provides a comprehensive view of all ongoing efforts to fix security vulnerabilities across your organization. Remediations can be fully automated by the Backline agents or in Hybrid mode, which requires your collaboration with the agents. Take action, track progress, priorities, and the status of automated and hybrid remediation activities.What You’ll See
Remediation Metrics
The top of the page displays key metrics:- Total active remediations and distribution by mode
- SLA Violations
- Associated Vulnerabilities to be resolved by existing remediations
- Resolved remediations over time
- Median Time to Remediate in the last 30 days
Remediation List
Each remediation is displayed as a card showing:- Title: Description of what’s being fixed
- Type: Vulnerability type being addressed
- Mode: Remediation approach (Automated or Hybrid)
- Priority: Importance level for this remediation
- Repository: Repository where the fix is being applied for code remediations
- Asset Type: Cloud asset type for whom the fix is being applied for cloud remediations
- Assigned Vulnerabilities: Number of vulnerabilities this remediation addresses
- Creation Date: When the remediation was initiated
- SLA Status: Compliance with resolution timelines
- Active Agent: AI agent working on this remediation (if applicable)
- Status: Current state (In Progress, Pending Approval, Resolved, etc.)
Remediation Dependencies and Pending Action
Some remediations may depend on another remediation before Backline can continue fixing them. This can happen when a fix requires another related change first, such as upgrading an internal package, updating a shared dependency, or completing a remediation that impacts multiple other findings. Backline identifies these relationships automatically and shows them in the remediation details, so you can understand what is blocking progress and which remediations are affected.Affected Remediations
When a remediation impacts other remediations, Backline shows Affected Remediations. This number represents how many other remediations are waiting for this remediation to be completed. Example: Affected Remediations: 4 Hover over the field to see the list of affected remediations. Each remediation name is clickable, so you can open it directly and review its status.Depends On
When a remediation is waiting for another remediation to be completed, Backline shows Depends On. This number represents how many remediations must be resolved before the current remediation can continue. Example: Depends On: 1 Hover over the field to see the related remediation. Each remediation name is clickable, so you can open the blocking remediation and understand what needs to be completed first.Pending Action Status
Backline uses Pending Action when a remediation is temporarily blocked by another remediation. A remediation in Pending Action has not failed. It is waiting for the related remediation to be completed before Backline can continue. Once the blocking remediation is resolved, Backline can continue the dependent remediation and move it back to In Progress.This remediation is pending action because it depends on another remediation. To unblock it, make sure the related remediation is resolved.
Vulnerabilities in Pending Action
When a remediation moves to Pending Action, the related vulnerabilities also move to Pending Action. This helps explain why the vulnerability is not currently being remediated and what needs to happen before work can continue.Remediation Modes
Automated
Backline’s AI agents automatically create and submit fixes.
Hybrid
AI-suggested fixes that require human review and approval.
Hybrid mode remediations will display an Action Required button when they need your attention.
Filtering and Search
Quickly find specific remediations using these filter options:Available Filters
Available Filters
- Text Search: Search by remediation title or description
- Mode: Filter by remediation mode (Automated or Hybrid)
- Type: Filter by remediation type
- Priority: Show specific priority levels
- Repository: Filter by repository name for code-related remediations
- Asset Type: Filter by cloud asset type for cloud-related remediation
- SLA: Filter by SLA compliance time
- Status: Filter by current remediation status
Working with Remediations
Viewing Details
Click on any remediation card to open a detailed drawer with multiple tabs:- Details: Complete information about the remediation
- Packages: List of affected packages and dependencies
- Vulnerabilities: All vulnerabilities addressed by this remediation
- Remediation Plan: Step-by-step plan for implementing the fix
Taking Action
From the remediation drawer, you can:- Review proposed changes and fixes
- Access associated pull requests
- Monitor remediation progress
- View the complete list of vulnerabilities being resolved
- Follow the AI agent’s work in real-time from the Remediation Plan tab (for automated remediations)
Navigation
1
Access the Page
Click Remediations in the main navigation menu.
2
Browse or Filter
Scroll through the list or use filters to find specific remediations.
3
View Details
Click on any remediation card to see comprehensive information and track progress.
4
Take Action
For Hybrid mode remediations, review and approve suggested fixes using the Action Required button.
Understanding Priorities
Remediations are prioritized based on:- Severity of vulnerabilities being addressed
- Number of affected systems
- SLA requirements
Pull Request Integration
When remediations generate pull requests, you’ll see:- Direct links to PRs in your SCM platform
- Ability to review changes before merging
Automated remediations create pull requests that your team can review and merge following your standard development workflow.
Terraform PRs for Cloud Misconfigurations
Backline automatically starts a supported Terraform remediation when all affected resources map to the same root in an onboarded repository and that mapping was confirmed by a recent state read or a previous repository selection. If Backline cannot confidently identify one root, the remediation stays in Hybrid mode. You can then start it manually by selecting the repository that manages the affected resources. To start a Terraform remediation manually:- Open the relevant Cloud misconfiguration remediation.
- Go to the Remediation Playbook tab.
- Click Open PR.
- Select the Terraform repository that contains the configuration for the affected resource.
- Click Open PR to start PR generation.
- Move the remediation to automated mode.
- Change the remediation status to In Progress.
- Start generating the Terraform pull request.
- Update the remediation summary.
- Show structured execution steps in the Remediation Plan tab.
- If every deployment produces a safe plan, the pull request can be marked ready.
- If an optional Terraform reader role or required plan input is unavailable, Backline opens a draft pull request pending human approval.
- If the plan proves that the patch is unsafe or breaks a root that previously planned, Backline rejects the patch.
terraform plan. See Terraform Verification for AWS for the required roles and permissions, supported cases, and security details.
The Open PR button is available only while the remediation is in Hybrid mode. Once Backline starts PR generation, the button is disabled.
If you do not want Backline to open a Terraform PR, you can continue using the manual remediation or mitigation instructions in the Remediation Playbook.
Code Owners
During the remediation process, Backline’s AI agents automatically identify the most relevant code owners based on the scope of the remediation. This ensures the right people are notified and can take action on security fixes.How Code Owner Identification Works
When a remediation is created, the agents analyze:- Files affected by the vulnerability
- Recent contributors to the codebase
- Code ownership patterns
- Historical commit data
Automatic Assignment
If an identified owner has a confidence score greater than 85%, they will be automatically assigned to the remediation.
Managing Code Owners
You can view and manage code owners directly from the remediation details:1
Open Remediation Details
Click on any remediation card to open the detailed drawer.
2
View Code Owners Section
In the Details tab, scroll to the Code Owners section to see the list of assigned owners.
3
Click Manage Owners
Click the Manage Owners button to open the code owner management screen.
4
Review and Modify
In the management screen, you can:
- View all owners and candidate owners identified by the agent
- Remove existing owners
- Assign identified candidates as owners
- Manually add new owners by entering their information
5
Save Changes
Once you’ve made your changes, save to update the remediation’s code owner assignments.
Adding Owners Manually
If the AI agents didn’t identify any code owners, or if you need to add additional owners:- Open the Manage Owners screen from the remediation details
- Click Add Owner or similar option
- Enter the owner’s information (name, email, or username)
- Save your changes
Code Owner Candidates
The management screen shows both:- Assigned Owners: Currently responsible for this remediation
- Candidates: Other potential owners identified by the AI with their confidence scores
Code owner assignments help streamline your security workflow by ensuring the right team members are involved in reviewing and approving security fixes.