Censys · Schema

CWE

CWE schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
entry string A unique identifier associated with a class of a software or hardware weakness.
View JSON Schema on GitHub

JSON Schema

asset-graph-cwe-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-cwe-schema.json",
  "title": "CWE",
  "description": "CWE schema from Asset Graph API",
  "type": "object",
  "properties": {
    "entry": {
      "description": "A unique identifier associated with a class of a software or hardware weakness.",
      "type": "string"
    }
  },
  "additionalProperties": false
}