Giter Site home page Giter Site logo

dwf-database's Introduction

DWF-Database

This repository contains DWF assignments, one CSV file per year (it may be sharded in future if we have enough CVE assignments every year), one row per assignment.

DWF Database Format

DWF_ID

The CVE ID assigned for this issue.

This field is mandatory.

DATE_REQUESTED

The date this CVE was requested privately or publicly. Format is ISO 8601, timezone MUST be UTC, it can either be just a date ("2016-04-16"), or a date and time (2016-05-15T03:11:58Z).

This field is mandatory as part of the CNA feedback process. This date is assumed to fall in the UTC timezone for the purposes of when midnight is.

DATE_ASSIGNED

The date this CVE was assigned privately or publicly. Format is ISO 8601, timezone MUST be UTC, it can either be just a date ("2016-04-16"), or a date and time (2016-05-15T03:11:58Z).

This field is mandatory as part of the CNA feedback process. This date is assumed to fall in the UTC timezone for the purposes of when midnight is.

DATE_PUBLIC

The date this CVE was made public. Format is ISO 8601, timezone MUST be UTC, it can either be just a date ("2016-04-16"), or a date and time (2016-05-15T03:11:58Z).

This field is mandatory as part of the CNA feedback process. This date is assumed to fall in the UTC timezone for the purposes of when midnight is.

REQUESTER

The email address of the assigner or an email contact for the CNA/organization they work for.

This field is optional as some researchers prefer to stay anonymous.

ASSIGNER

The email address of the assigner or an email contact for the CNA/organization they work for.

This field is optional but strongly reccomended as part of the CNA feedback process.

REPLACED_BY

A list of one or more CVE's that have replaced this entry and what the relationship is (e.g. a CVE split may break a single existing CVE into multiple CVEs). The format is RELATION:CVE, if there are multiple entries they are comma separated (the entire field is quoted). Valid relationships are currently:

  • DUPLICATE_OF
  • SPLIT_TO
  • SPLIT_FROM
  • MERGED_TO
  • MERGED_FROM
  • REJECT

This field is only used if the CVE is split/merged/found to be a duplicate or rejected.

VERSION

Version of the entry, numeric, sequential (in case it is updated more than once in a single day for example), starts at 1.

This field is mandatory.

LAST_UPDATE

The date (YYYY-MM-DD) this entry was last updated.

This field is mandatory if the entry is updated (e.g. version is 2 or more).

STATE

The state of this CVE, valid states include:

  • RESERVED
  • PUBLIC
  • CONFIRMED
  • REJECTED
  • REPLACED (see REPLACED_BY field for more details)

TITLE

This is a short title for the issue, e.g. "Product Name v1.2.3 buffer overflow flaw in foo()".

This field is optional but strongly reccomended as part of the CNA feedback process.

A note on the DWF Project data and the Apache License

It is the intent of the DWF Project that the data contained within the DWF-Database and the DWF-Database-Artifacts repositories be widely used (in licensing terms "redistributed") by vendors, security practitioners and any interested party. However we would ask that you abide by the terms of the Apache License which primarily require a copy of the license to be provided (so e.g. "Our database may contain content redistributed from the DWF Project under the Apache License, click here for a copy") and any altered data (e.g. a "Description" of a vulnerability) to be labled as altered (e.g. "This description has been altered from the original provided by the DWF").

dwf-database's People

Contributors

kurtseifried avatar lcashdol avatar zmanion avatar 0x3d5157636b525761 avatar theall38103 avatar puiterwijk avatar trylinux avatar

Watchers

James Cloos avatar Yusuf Hadiwinata Sutandar avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.