Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

cvebase/cvebase.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvebase

This is the official data repository for cvebase. Updates to this repo are immediately synced with the cvebase.com web app. Pull requests for improving the content are open to all.

Follow us on twitter @cvebase to stay up-to-date on project updates.

About cvebase

cvebase is a community-driven vulnerability platform for security researchers, pentesters, and bug bounty hunters:

About this repository

This repository contains the Markdown files for the two main components of cvebase.com:

  • cve: CVE files are located in the /cve/ directory, organized by year and sequence identifier following the naming scheme set by CVEProject/cvelist.
  • researcher: Researcher profiles are in the /researcher/ directory, named by researcher slug.

Inspired by static site generator gohugoio/hugo, the Markdown files have YAML "front matter" to define metadata for both CVEs and Researchers.

Reference these examples of CVE & Researcher files:

How to add a Security Researcher profile

  • Fork this repo git clone https://github.com/cvebase/cvebase.com.git
  • Create a markdown (.md) file in the /researcher directory. Name the file using researcher's handle if available (e.g. rgod.md), and if not use a slugged version of their full name (e.g. qixun-zhao.md).
  • Fill in the contents of the file -> front matter + bio:
  • For the front matter containing Security Researcher metadata, which is in YAML format:
    • Section is identified by opening and closing three dashes (---)
    • Minimum required YAML field values are name, alias, and a list of cves
    • Optional YAML field values are nationality, website, twitter, github, linkedin, hackerone, bugcrowd
  • Git commit & submit pull request on GitHub

Project Roadmap

View our roadmap and share your ideas:

  • Browse this project's issues to review existing suggestions and ideas.
  • If you're interested an issue, give it a 👍 which will help us prioritize. We'll update progress on the issue and mention you when the feature is ready.
  • If you don't see your idea, create a new issue.
  • Labels show progress on issues:

Contributing

  • Fork this repository and send a pull request
  • Create an issue in this repository

Sponsored Research

We are committed to working with, supporting, and contributing to new and existing open source projects that provide value to the security research community.

  • Vulhub - Vulnerable environments made easy through docker-compose
  • Jaeles - Quickly scan vulnerable targets with a powerful collection of detection signatures
  • ffuf - A fast web fuzzer for content discovery
  • tomnomnom - Creator of httprobe, assetfinder, gf, and numerous other command-line security tools built in Go
  • OWASP/Amass - In-depth DNS enumeration, attack surface mapping and external asset discovery
  • Axiom - A dynamic infrastructure framework to build and deploy cloud infrastructure for offensive security

License

Repository content licensed CC BY-NC-SA 4.0.

About

cvebase is a community-driven vulnerability data platform to discover the world's top security researchers and their latest disclosed vulnerabilities & PoCs

Topics

Resources

Stars

Watchers

Forks