vulnerability_management_guide

Vulnerability Management Guide

Content Preview
# Vulnerability Management Guide

Complete workflow for vulnerability identification, assessment, prioritization, and remediation.

---

## Table of Contents

- [Vulnerability Lifecycle](#vulnerability-lifecycle)
- [CVE Triage Process](#cve-triage-process)
- [CVSS Scoring](#cvss-scoring)
- [Remediation Workflows](#remediation-workflows)
- [Dependency Scanning](#dependency-scanning)
- [Security Incident Response](#security-incident-response)

---

## Vulnerability Lifecycle

### Overview

```
┌──
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/vulnerability_management_guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-secops/references/vulnerability_management_guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/senior-secops/references/vulnerability_management_guide.md

Related Skills