technology-add

Overview

  • Key: technology-add

  • Name: New Technology

  • Triggers when: New technology was discovered that was not found on the last scan

Fields

FieldTypeDescription

risk

string

Risk rating of the technology

name

string

Name of the technology

id

integer

ID of the technology

Example data

{
    "risk":"1",
    "tech": {
        "name":"Google Mail",
        "id":604
    }
}

Last updated