Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 946 Bytes

File metadata and controls

30 lines (21 loc) · 946 Bytes

Description

Type of change

  • Bug fix
  • New feature (e-commerce site improvement)
  • New vulnerability / flag
  • Walkthrough / writeup
  • Documentation update
  • Other (please describe):

Testing done

Checklist

  • Documentation updated (if applicable)

If adding a new vulnerability

  • Flag added in prisma/seed.ts with format OSS{...}
  • Three progressive hints added in prisma/seed.ts
  • Vulnerable code path is exploitable and demonstrable
  • Reference doc added under content/vulnerabilities/ (concept + fix only — no exploit steps, payloads, or flag value)
  • Regression tests added (unit, API, and/or E2E)
  • No real-world secrets introduced
  • If a walkthrough was also added under docs/src/data/blog/, walkthroughSlug is set on the flag in prisma/seed.ts