API Guide v2

getCve

Return all meta-data associated to a specific software.

QUERY

getCpe(cpe23: ID!): cpe 

ARGUMENTS

cpe23: ID! 

OBJECTS

cpe 

FIELDS

cpe23: ID!
cpe_part: String
cpe_vendor: String
cpe_family: String
cpe_product: String
cpe_majorversion: String
cpe_minorversion: String
cpe_version: String
cpe_update: String
cpe_edition: String
cpe_islicensable: Int
cpe_isopensource: Int
cpe_issuite: Int
cpe_lifecycle_ga: DateTime
cpe_lifecycle_eol: DateTime
cpe_lifecycle_eos: DateTime
cpe_title: cpe_title

Sample Query

Request:

query getCpe{
  getCpe(cpe23:"cpe:2.3:a:1e:shopping_client_identity:5.1:*:*:*:*:*:*:*"){
    cpe23,
    cpe_part,
    cpe_vendor,
    cpe_family,
    cpe_product,
    cpe_majorversion,
    cpe_minorversion,
    cpe_version,
    cpe_update,
    cpe_edition,
    cpe_islicensable,
    cpe_isopensource,
    cpe_issuite,
    cpe_lifecycle_ga,
    cpe_lifecycle_eol,
    cpe_lifecycle_eos,
    cpe_title{
      title
    }
  }
}

Response:

{
  "data": {
    "getCpe": {
      "cpe23": "cpe:2.3:a:1e:shopping_client_identity:5.1:*:*:*:*:*:*:*",
      "cpe_part": "a",
      "cpe_vendor": "1e",
      "cpe_family": "shopping",
      "cpe_product": "shopping_client_identity",
      "cpe_majorversion": "5",
      "cpe_minorversion": "5.1",
      "cpe_version": "5.1",
      "cpe_update": "*",
      "cpe_edition": "*",
      "cpe_islicensable": 1,
      "cpe_isopensource": 0,
      "cpe_issuite": 0,
      "cpe_lifecycle_ga": "2014-11-01T00:00:00.000000Z",
      "cpe_lifecycle_eol": "2016-12-31T00:00:00.000000Z",
      "cpe_lifecycle_eos": "2016-12-31T00:00:00.000000Z",
      "cpe_title": {
        "title": "1E Shopping Client Identity 5 (5.1) [5.1]"
      }
    }
  }

Support

if you have questions or issues using the API, please contact us as support@fatstacks.tech