Nuclei schema defs classification
classification info for the template Schema
Classification contains classification information about the template. This could be any classification information like CWE, CVE, EPSS etc. Note - This is autogenerated and updated regularly for CVE templates merged in projectdiscovery/nuclei-templates repository. Example:
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | nuclei-schema.schema.json* |
classification Type
object
(classification info for the template)
classification Examples
classification Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
cve-id | Merged | Optional | cannot be null | Untitled schema |
cwe-id | Merged | Optional | cannot be null | Untitled schema |
cvss-metrics | string | Optional | cannot be null | Untitled schema |
cvss-score | number | Optional | cannot be null | Untitled schema |
epss-score | number | Optional | cannot be null | Untitled schema |
epss-percentile | number | Optional | cannot be null | Untitled schema |
cpe | string | Optional | cannot be null | Untitled schema |
cve-id
CVE IDs for the template
cve-id
-
is optional
-
Type: merged type (cve ids for the template)
-
cannot be null
-
defined in: Untitled schema
cve-id Type
merged type (cve ids for the template)
one (and only one) of
cwe-id
CWE IDs for the template
cwe-id
-
is optional
-
Type: merged type (cwe ids for the template)
-
cannot be null
-
defined in: Untitled schema
cwe-id Type
merged type (cwe ids for the template)
one (and only one) of
cvss-metrics
CVSS Metrics for the template
cvss-metrics
-
is optional
-
Type:
string
(cvss metrics for the template) -
cannot be null
-
defined in: Untitled schema
cvss-metrics Type
string
(cvss metrics for the template)
cvss-metrics Examples
cvss-score
CVSS Score for the template
cvss-score
-
is optional
-
Type:
number
(cvss score for the template) -
cannot be null
-
defined in: Untitled schema
cvss-score Type
number
(cvss score for the template)
cvss-score Examples
epss-score
EPSS Score for the template
epss-score
-
is optional
-
Type:
number
(epss score for the template) -
cannot be null
-
defined in: Untitled schema
epss-score Type
number
(epss score for the template)
epss-score Examples
epss-percentile
EPSS Percentile for the template
epss-percentile
-
is optional
-
Type:
number
(epss percentile for the template) -
cannot be null
-
defined in: Untitled schema
epss-percentile Type
number
(epss percentile for the template)
epss-percentile Examples
cpe
CPE for the template
cpe
-
is optional
-
Type:
string
(cpe for the template) -
cannot be null
-
defined in: Untitled schema
cpe Type
string
(cpe for the template)
cpe Examples
Was this page helpful?