Intializes a new instance of a mocking service for generating random CVSS vectors.
if true, temporal attributes will be included in geenerated vectors
if true, environmental attributes will be included in generated vectors
Gets or sets whether or not this instance will generate environmental attributes.
Gets or sets whether or not this instance will generate environmental attributes.
Gets or sets whether or not this instance will generate temporal attributes.
Gets or sets whether or not this instance will generate temporal attributes.
Generates and returns a randomly-initialized CVSS v2 scoring engine.
a randomly-initialized CVSS v2 scoring engine
Gets a random CVSS v2 access complexity.
a random CVSS v2 access complexity
Gets a random CVSS v2 access vector.
a random CVSS v2 access vector
Gets a random CVSS v2 authentication.
a random CVSS v2 authentication
Gets a random CVSS v2 collateral damage potential.
a random CVSS v2 collateral damage potential
Gets a random CVSS v2 exploitability.
a random CVSS v2 exploitability
Gets a random CVSS v2 impact.
a random CVSS v2 impact
Gets a random CVSS v2 impact subscore.
a random CVSS v2 impact subscore
Gets a random CVSS v2 remediation level.
a random CVSS v2 remediation level
Gets a random CVSS v2 report confidence.
a random CVSS v2 report confidence
Gets a random CVSS v2 target distribution.
a random CVSS v2 target distribution
Chooses and returns a random element of the provided array.
the array to take a random element from
a random element from the provided array
Generated using TypeDoc
A mocking service for generating random CVSS v2 vectors.