CWE API Client - v1.0.1
    Preparing search index...

    Interface CweDescendantNode

    A node in the descendant tree returned by GET /cwe/{id}/descendants. Each node references its children recursively down to leaf entries.

    interface CweDescendantNode {
        Data: CweRelationEntry;
        Children: CweDescendantNode[] | null;
    }
    Index

    Properties

    Properties

    This node's CWE entry data

    Children: CweDescendantNode[] | null

    Child nodes, or null if this node is a leaf