An Analysis tool that can generate security alerts

interface Tool {
    name?: string;
    rules?: Rule[];
}

Properties

Properties

name?: string

Name of the tool

rules?: Rule[]

The rules that the tool defines