CveOsCriteria
Fields
| name | type | nullable | description |
|---|---|---|---|
os | OS | false | -- |
dependsOnConfig | Bool | true | Indicates whether the vulnerability analysis for this CVE (on this OS) depends on the device's configuration. For example, it is true if a device is only vulnerable to the CVE when it has certain features enabled. A null value means that it is unknown whether the CVE (on this OS) depends on the device's configuration. |
Used by
network → cveDatabase → cves → criteria → osCriteria
See also
Data model path
- network:
Network- cveDatabase:
CveDatabase- cves: List<
Cve>- criteria: List<
CveProductCriteria>- osCriteria: List<
CveOsCriteria>
- osCriteria: List<
- criteria: List<
- cves: List<
- cveDatabase:
network → cveDatabase → cves → vendorInfos → criteria → osCriteria
See also
Data model path
- network:
Network- cveDatabase:
CveDatabase- cves: List<
Cve>- vendorInfos: List<
VendorCveInfo>- criteria: List<
CveProductCriteria>- osCriteria: List<
CveOsCriteria>
- osCriteria: List<
- criteria: List<
- vendorInfos: List<
- cves: List<
- cveDatabase: