attackVector property
Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments. Possible string values are:
- "ATTACK_VECTOR_UNSPECIFIED"
- "ATTACK_VECTOR_NETWORK"
- "ATTACK_VECTOR_ADJACENT"
- "ATTACK_VECTOR_LOCAL"
- "ATTACK_VECTOR_PHYSICAL"
Implementation
core.String? attackVector;