Send feedback
Grafeas v1 API - Class CVSS (3.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.2.0 keyboard_arrow_down
public sealed class CVSS : IMessage<CVSS>, IEquatable<CVSS>, IDeepCloneable<CVSS>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class CVSS.
Common Vulnerability Scoring System.
For details, see https://www.first.org/cvss/specification-document
This is a message we will try to use for storing various versions of CVSS
rather than making a separate proto for storing a specific version.
Namespace
Grafeas V1
Assembly
Grafeas.V1.dll
Constructors
CVSS()
CVSS(CVSS)
Parameter Name Description other
CVSS
Properties
AttackComplexity
public CVSS.Types.AttackComplexity AttackComplexity { get; set; }
AttackVector
public CVSS.Types.AttackVector AttackVector { get; set; }
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
Authentication
public CVSS.Types.Authentication Authentication { get; set; }
AvailabilityImpact
public CVSS.Types.Impact AvailabilityImpact { get; set; }
BaseScore
public float BaseScore { get; set; }
The base score is a function of the base metric scores.
Property Value Type Description float
ConfidentialityImpact
public CVSS.Types.Impact ConfidentialityImpact { get; set; }
ExploitabilityScore
public float ExploitabilityScore { get; set; }
Property Value Type Description float
ImpactScore
public float ImpactScore { get; set; }
Property Value Type Description float
IntegrityImpact
public CVSS.Types.Impact IntegrityImpact { get; set; }
PrivilegesRequired
public CVSS.Types.PrivilegesRequired PrivilegesRequired { get; set; }
Scope
public CVSS.Types.Scope Scope { get; set; }
UserInteraction
public CVSS.Types.UserInteraction UserInteraction { get; set; }
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}