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

    Interface CweAncestorNode

    A node in the ancestor tree returned by GET /cwe/{id}/ancestors. Each node references its parent chain recursively up to the view root.

    interface CweAncestorNode {
        Data: CweRelationEntry;
        Parents: CweAncestorNode[] | null;
    }
    Index

    Properties

    Properties

    This node's CWE entry data

    Parents: CweAncestorNode[] | null

    Parent nodes, or null if this node is the root