Skip to content

dapickle/security-advisories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors