Skip to content

dapickle/security-advisories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”’ Security Advisories Repository

License

This repository serves as a centralized archive for security advisories, vulnerability findings, and related research on software and applications. It provides a structured way to document, track, and share security issues discovered during research and assessments.

πŸ“‹ Table of Contents

πŸ“– Overview

The repository includes categorized security findings to ensure clarity and organization:

  • Public CVEs: Vulnerabilities assigned a CVE ID and publicly disclosed.
  • Disputed Findings: Issues that the client or vendor does not recognize as vulnerabilities or has declined to address.
  • NoReply Findings: Vulnerabilities awaiting client response.

Each advisory maintains a historical record of security research, clearly marking the status and resolution of each finding.

πŸ“ Repository Structure

security-advisories/
β”œβ”€β”€ README.md                 # This file
β”œβ”€β”€ CVEs/                     # Public CVE advisories
β”‚   β”œβ”€β”€ [CVE-2026-XXXXX] Title.md
β”‚   └── ...
β”œβ”€β”€ Disputed/                 # Disputed findings
β”‚   └── ...
└── NoReply/                  # Unresponded findings
    └── ...
  • CVEs/: Contains detailed markdown files for each public CVE, following a standardized format.
  • Disputed/: Advisories for findings disputed by the vendor or client.
  • NoReply/: Findings pending client response.

πŸš€ Usage

  1. Browse Advisories: Navigate to the relevant folder and open the markdown file.
  2. Search: Use GitHub's search to find specific CVEs or keywords.
  3. Reference: Cite advisories in reports or discussions using the CVE ID.

πŸ“œ License

This repository is licensed under the MIT License. See LICENSE for more details.


About

Public security advisories and CVE-tracked vulnerabilities with verified proof-of-concepts.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors