The Methodology ยท 2.5

๐Ÿ“ Reporting & Remediation

The deliverable that actually makes systems saferโฑ ~2 min

The report is what the client pays for and what actually improves security. A vulnerability nobody understands or fixes is worthless. Great reporting turns technical findings into action.

What a Good Finding Contains

  1. 1.Title & summary โ€” a plain-language description of the issue
  2. 2.Severity โ€” how serious is it? (commonly scored using CVSS, an industry standard)
  3. 3.Affected systems โ€” exactly where the issue exists
  4. 4.Evidence โ€” proof it's real (screenshots, steps), enough to reproduce but not a weaponized guide
  5. 5.Impact โ€” what could actually happen to the business if exploited
  6. 6.Remediation โ€” clear, actionable steps to fix it

Writing for Two Audiences

Executive Summary
  • โ€ขFor managers and decision-makers
  • โ€ขNon-technical, business-focused
  • โ€ขOverall risk level and key takeaways
  • โ€ขAnswers: 'how bad is it, what do we do?'
Technical Details
  • โ€ขFor the engineers who'll fix it
  • โ€ขPrecise, reproducible, technical
  • โ€ขExact steps, affected components, fixes
  • โ€ขAnswers: 'what exactly is wrong and how do I fix it?'

Severity โ€” Not Everything Is Critical

Part of professionalism is honest prioritization. Reporting every tiny issue as 'CRITICAL!!!' helps no one โ€” the client can't fix everything at once. Rating findings accurately (Critical / High / Medium / Low) tells them what to fix first. Industry uses the Common Vulnerability Scoring System (CVSS) to standardize this.

๐Ÿ”’ SecurityA finding isn't truly closed until it's fixed and verified. Good engagements include a re-test: after the client remediates, you confirm the fix actually worked. Security is a cycle, not a one-time event โ€” the report is the start of that cycle, not the end.
๐Ÿง Quick Checkfirst try = +5 XP

Why rate findings by severity (Critical/High/Medium/Low)?

โญ 0 XP๐Ÿ”ฅ 0 days