Home
last modified time | relevance | path

Searched refs:cvssV3 (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DVulnerabilityReportVulnerabilityDetails.php75 public function setCvssV3(CVSSv3 $cvssV3) argument
77 $this->cvssV3 = $cvssV3;
84 return $this->cvssV3;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DVulnerability.php44 public function setCvssV3(CVSSv3 $cvssV3) argument
46 $this->cvssV3 = $cvssV3;
53 return $this->cvssV3;
H A DVulnerabilityNote.php59 public function setCvssV3(CVSSv3 $cvssV3) argument
61 $this->cvssV3 = $cvssV3;
68 return $this->cvssV3;