Vulnerability Remediation Requests
Mean time to remediate falls each quarter
Vulnerability scanners produce a firehose. Wiz, Snyk, Dependabot, Prisma Cloud each publish hundreds of findings per week; the security team has bandwidth to triage maybe a dozen. Everything else sits in a backlog nobody reads. The remediation work — file a ticket, find the owner, negotiate a fix window, verify the patch — takes longer than the fix itself.
An hour-by-hour walkthrough.
Step by step.
- 01
Pull findings from every scanner
Read fresh findings from Wiz, Snyk, Dependabot, Prisma Cloud, Trivy, and any code-scanning tool wired in. Deduplicate by (CVE, package, repository) — four scanners often flag the same CVE.
Wiz · Snyk · Dependabot · Prisma Cloud · Trivy - 02
Score against your own environment
Not every CVSS 9 is a real crisis for you. Sig checks: is the vulnerable code path reachable, is the service internet-exposed, is a patched version available, are there known exploits in the wild. Adjusted severity drives SLA.
Context Graph · Exploit databases - 03
Look up owners + batch by service
Repo → team → on-call from the Context Graph. Five vulnerabilities on one service become one ticket with all five, not five tickets — reduces context-switching for the owning team.
Context Graph · CODEOWNERS · Directory - 04
File tickets + open patch PRs where safe
Jira ticket per owner-batched-by-service with SLA and suggested upgrade path. Where a clean upgrade exists (patch version, no breaking changes), Sig opens the PR against the repo and links it to the ticket.
Jira · GitHub · GitLab - 05
Nudge + escalate + verify + close
As SLA deadline approaches, nudge owner in Slack. Missed deadline escalates to team lead, then security. Once patch merges, wait for the next scan; verify the finding is gone; close the ticket. Weekly digest to security lead.
Slack · Jira · Scanner rescan hooks
What you connect to make this run.
Wiz · Snyk · Dependabot · Prisma Cloud
readPoll each scanner's findings API on 30-minute cadence. Normalise into a common vulnerability record (CVE, package, version, severity, affected repo, first-seen timestamp).
Context Graph · CODEOWNERS
readRepo → team → on-call resolution. Owning team from CODEOWNERS or the directory. Escalation targets from the org chart.
Jira · GitHub · GitLab
writeOne ticket per owner-batched-by-service with all findings, SLA, upgrade path. Patch PR opened where a clean upgrade exists. Ticket auto-closes when the finding drops from the next scan.
Slack · Teams
writeNudge owner 24 hours before SLA, escalate to team lead at breach, security at 2x breach. Weekly digest to security-oncall channel with breach report and top offenders.
Before and after, honestly.
Playbooks that pair with this one.
Answers about this playbook.
What if a fix breaks the application?
Sig opens the patch PR but never merges it. Owners review, run their own test suite, and merge when they're ready. If tests fail, Sig re-scores the finding as "patch requires refactor" and files a separate remediation-work ticket with the security lead in the loop.
How does it handle vulnerabilities with no available patch?
Marked as "awaiting-upstream." Sig monitors the CVE record + the package's release feed daily and re-opens the ticket the moment a patch ships. Compensating controls (WAF rule, feature flag, downgrade) can be attached to the ticket and applied in the interim.
Can we tune severity per service?
Yes — services can carry a `security-tier` tag that adjusts effective severity. A vuln on the customer-data service goes up two severity levels; a vuln on the internal-only staging cluster drops down one.
What if the scanner is wrong (false positive)?
Owner marks the ticket as "false-positive" with justification; Sig writes a suppression rule at the scanner and files an audit note. Every suppression is reviewed by security lead in the weekly digest.
How is this different from a scanner's own ticketing?
Scanners file one ticket per finding, per scanner, per severity — an unmanageable stream. Sig deduplicates across scanners, batches by owning service, adds the reachability + exposure context each scanner lacks, and unifies the escalation ladder.
See it run on your data.
Free plan, no credit card. Connect the systems this playbook needs and run it against a past event first.