Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 828 Bytes

File metadata and controls

18 lines (14 loc) · 828 Bytes

Contributing

This repository is a portfolio-style simulation of a Vulnerability Management Program.

How to contribute (recommended)

  • Open an issue describing the change (bug fix, documentation improvement, script enhancement).
  • Keep content sanitized (no real hostnames, IP addresses, internal domains, usernames, or sensitive operational details).
  • Prefer small, focused pull requests.

Code / script guidelines

  • Add usage notes at the top of scripts (purpose, prerequisites, how to run, rollback).
  • Use clear logging and safe defaults.
  • Where applicable, support dry-run behavior (e.g., -WhatIf in PowerShell).

Documentation guidelines

  • Keep procedures repeatable and checklist-driven.
  • Include validation steps (how to confirm a fix).
  • Update metrics/ or evidence/ when a change impacts results.