JSPM

tfv-nvd-types

1.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q30401F
  • License ISC

National Vulnerability Database typescript definitions for data feeds.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tfv-nvd-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    tfv-nvd-types

    A set of type definitions for the NVD schema. The CVE structures and their types are unmodified (as much as possible) from the NVD public feeds found here. Each object was broken down as atomic as possible for individual use. Some of the feeds are translated from xml to json, and then properties are assigned. This applies to the cpe dictionary feed and vendor comments feed.

    Nomenclature

    The terms and acronyms used are synonymous with NVD. For more information regarding this, please visit the NVD website. They have a wealth of information hosted there.

    Feed Types

    The current types cover the following feeds:

    | feed | type | version | notes | |-------------------- |------ |--------- |------------------------------------------------------------- | | cve | json | 1.1 | identical match | | vendor comments | xml | * | converted to json, namespaces removed, some values inferred | | official cpe dict. | xml | 2.3 | converted to json, namespaces removed, some values inferred |