Skip to content

The Advisory object represents publicly disclosed cybersecurity vulnerabilities defined in a Secruity advisory. e.g. Microsoft KB Article, Apple Security Advisory

uid

  • Type: string_t
  • Requirement: required

The unique number assigned to the disclosed vulnerability.

created_time

  • Type: timestamp_t
  • Requirement: recommended

The time when the Advisory record was created.

install_state

  • Type: string_t
  • Requirement: recommended

The install state of the Advisory.

install_state_id

  • Type: integer_t
  • Requirement: recommended
  • Values:
    • 0 - Unknown: The normalized install state is unknown.
    • 1 - Installed: The item is installed.
    • 2 - Not Installed: The item is not installed.
    • 3 - Installed Pending Reboot: The item is installed pending reboot operation.
    • 99 - Other: The install state is not mapped. See the install_state attribute, which contains a data source specific value.

The normalized install state ID of the Advisory.

os

  • Type: os
  • Requirement: recommended

The operating system the Advisory applies to.

references

  • Type: string_t
  • Requirement: recommended

A list of reference URLs with additional information about the vulnerabilities disclosed in the Advisory.

title

  • Type: string_t
  • Requirement: recommended

A title or a brief phrase summarizing the Advisory.

avg_timespan

The average time to patch.

bulletin

  • Type: string_t
  • Requirement: optional

The Advisory bulletin identifier.

classification

  • Type: string_t
  • Requirement: optional

The vendors classification of the Advisory.

created_time_dt

  • Type: datetime_t
  • Requirement: optional

The time when the Advisory record was created.

desc

  • Type: string_t
  • Requirement: optional

A brief description of the Advisory Record.

is_superseded

  • Type: boolean_t
  • Requirement: optional

The Advisory has been replaced by another.

modified_time

  • Type: timestamp_t
  • Requirement: optional

The time when the Advisory record was last updated.

modified_time_dt

  • Type: datetime_t
  • Requirement: optional

The time when the Advisory record was last updated.

product

  • Type: product
  • Requirement: optional

The product where the vulnerability was discovered.

related_cves

  • Type: cve
  • Requirement: optional

A list of Common Vulnerabilities and Exposures (CVE) identifiers related to the vulnerabilities disclosed in the Advisory.

related_cwes

  • Type: cwe
  • Requirement: optional

A list of Common Weakness Enumeration (CWE) identifiers related to the vulnerabilities disclosed in the Advisory.

size

  • Type: long_t
  • Requirement: optional

The size in bytes for the Advisory. Usually populated for a KB Article patch.

src_url

  • Type: url_t
  • Requirement: optional

The Advisory link from the source vendor.