# Centralized Vulnerability Tracking

Automatically collect and manage vulnerabilities from connected integrations. WatchDog continuously syncs findings from supported tools and centralizes them into a single view for tracking and remediation.

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span> and <span style="color:#d760f9; font-weight:600;">Security Admins</span>
      </td>
    </tr>
    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Free</span>, <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

## Track Automated Vulnerabilities
:::info[]
Vulnerabilities are automatically created when integrations with vulnerability support are enabled.
:::

<Steps>
<Step title="Sign in to WatchDog Security">
  Sign in to the [**WatchDog Security Platform**](app.watchdogsecurity.io).
</Step>

<Step title="Open Vulnerabilities Page">
  Navigate to the **Vulnerabilities** page from the sidebar.
</Step>

<Step title="View Synced Findings">
  Review vulnerabilities automatically synced from integrations in the **Open Vulnerabilities** table.
    <Card title="Supported Integrations" href="/integrations" icon="ph-bold-plugs">
      Connect integrations that support vulnerability scanning to automatically sync findings into WatchDog.
    </Card>
</Step>

<Step title="Filter Findings">
  Use filters such as **Severity**, **Source**, and **Status** to refine results.
</Step>

<Step title="Open Vulnerability Details">
  Click a vulnerability to view detailed information, including **CVSS**, **CVE**, and affected assets.
</Step>
</Steps>
<br>
---

## What Happens Next

<TipInfo>Vulnerabilities from integrations are automatically synced into the platform.</TipInfo>
<TipInfo>Each finding is categorized by severity, source, and affected asset.</TipInfo>
<TipInfo>Users can assign and track remediation directly from the vulnerability record.</TipInfo>
<br>
---

## Troubleshooting

<AccordionGroup>

<Accordion title="No Automated Vulnerabilities Found" defaultOpen>
If no vulnerabilities are visible:

- Ensure integrations are properly configured and active
- Verify the integration supports vulnerability syncing
- Check if filters are hiding results (e.g., **Status**, **Severity**)

Some integrations may require initial scan completion before data appears
</Accordion>

<Accordion title="Data Not Syncing">
If vulnerabilities are not updating:

- Confirm the integration connection is still valid
- Check sync frequency or last sync status
- Reconnect the integration if authentication expired

Sync delays may occur depending on the external provider
</Accordion>

</AccordionGroup>
