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 v3.x attack complexity.
a random CVSS v3.x attack complexity
Gets a random CVSS v3.x attack vector.
a random CVSS v3.x attack vector
Gets a random CVSS v3.x exploit code maturity.
a random CVSS v3.x exploit code maturity.
Gets a random CVSS v3.x impact
a random CVSS v3.x impact
Gets a random CVSS v3.x privileges required.
a random CVSS v3.x privileges required
Gets a random CVSS v3.x remediation level.
a random CVSS v3.x remediation level
Gets a random CVSS v3.x report confidence.
a random CVSS v3.x report confidence
Gets a random CVSS v3.x scope.
a random CVSS v3.x scope
Gets a random CVSS v3.x security requirement.
a random CVSS v3.x security requirement
Gets a random CVSS v3.x user interaction.
a random CVSS v3.x user interaction
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.