Documentation ¶
Overview ¶
Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Package containeranalysis defines operations in the declarative SDK.
Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Package containeranalysis contains utilities for working with GCP's container analysis resources.
Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2022 Google LLC. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Constants
- Variables
- func DCLNoteSchema() *dcl.Schema
- type Client
- func (c *Client) ApplyNote(ctx context.Context, rawDesired *Note, opts ...dcl.ApplyOption) (*Note, error)
- func (c *Client) DeleteAllNote(ctx context.Context, project string, filter func(*Note) bool) error
- func (c *Client) DeleteNote(ctx context.Context, r *Note) error
- func (c *Client) GetNote(ctx context.Context, r *Note) (*Note, error)
- func (c *Client) ListNote(ctx context.Context, project string) (*NoteList, error)
- func (c *Client) ListNoteWithMaxResults(ctx context.Context, project string, pageSize int32) (*NoteList, error)
- type Note
- type NoteAttestation
- type NoteAttestationHint
- type NoteBuild
- type NoteDeployment
- type NoteDiscovery
- type NoteDiscoveryAnalysisKindEnum
- type NoteImage
- type NoteImageFingerprint
- type NoteList
- type NotePackage
- type NotePackageDistribution
- type NotePackageDistributionArchitectureEnum
- type NotePackageDistributionLatestVersion
- type NotePackageDistributionLatestVersionKindEnum
- type NoteRelatedUrl
- type NoteVulnerability
- type NoteVulnerabilityCvssV3
- type NoteVulnerabilityCvssV3AttackComplexityEnum
- type NoteVulnerabilityCvssV3AttackVectorEnum
- type NoteVulnerabilityCvssV3AvailabilityImpactEnum
- type NoteVulnerabilityCvssV3ConfidentialityImpactEnum
- type NoteVulnerabilityCvssV3IntegrityImpactEnum
- type NoteVulnerabilityCvssV3PrivilegesRequiredEnum
- type NoteVulnerabilityCvssV3ScopeEnum
- type NoteVulnerabilityCvssV3UserInteractionEnum
- type NoteVulnerabilityDetails
- type NoteVulnerabilityDetailsAffectedVersionEnd
- type NoteVulnerabilityDetailsAffectedVersionEndKindEnum
- type NoteVulnerabilityDetailsAffectedVersionStart
- type NoteVulnerabilityDetailsAffectedVersionStartKindEnum
- type NoteVulnerabilityDetailsFixedVersion
- type NoteVulnerabilityDetailsFixedVersionKindEnum
- type NoteVulnerabilitySeverityEnum
- type NoteVulnerabilityWindowsDetails
- type NoteVulnerabilityWindowsDetailsFixingKbs
Constants ¶
const NoteMaxPage = -1
Variables ¶
var YAML_note = []byte("info:\n title: ContainerAnalysis/Note\n description: The ContainerAnalysis Note resource\n x-dcl-struct-name: Note\n x-dcl-has-iam: false\npaths:\n get:\n description: The function used to get information about a Note\n parameters:\n - name: note\n required: true\n description: A full instance of a Note\n apply:\n description: The function used to apply information about a Note\n parameters:\n - name: note\n required: true\n description: A full instance of a Note\n delete:\n description: The function used to delete a Note\n parameters:\n - name: note\n required: true\n description: A full instance of a Note\n deleteAll:\n description: The function used to delete all Note\n parameters:\n - name: project\n required: true\n schema:\n type: string\n list:\n description: The function used to list information about many Note\n parameters:\n - name: project\n required: true\n schema:\n type: string\ncomponents:\n schemas:\n Note:\n title: Note\n x-dcl-id: projects/{{project}}/notes/{{name}}\n x-dcl-parent-container: project\n x-dcl-has-create: true\n x-dcl-has-iam: false\n x-dcl-read-timeout: 0\n x-dcl-apply-timeout: 0\n x-dcl-delete-timeout: 0\n type: object\n required:\n - name\n - project\n properties:\n attestation:\n type: object\n x-dcl-go-name: Attestation\n x-dcl-go-type: NoteAttestation\n description: A note describing an attestation role.\n x-dcl-conflicts:\n - vulnerability\n - build\n - image\n - package\n - deployment\n - discovery\n properties:\n hint:\n type: object\n x-dcl-go-name: Hint\n x-dcl-go-type: NoteAttestationHint\n description: Hint hints at the purpose of the attestation authority.\n required:\n - humanReadableName\n properties:\n humanReadableName:\n type: string\n x-dcl-go-name: HumanReadableName\n description: Required. The human readable name of this attestation\n authority, for example \"qa\".\n build:\n type: object\n x-dcl-go-name: Build\n x-dcl-go-type: NoteBuild\n description: A note describing build provenance for a verifiable build.\n x-dcl-conflicts:\n - vulnerability\n - image\n - package\n - deployment\n - discovery\n - attestation\n required:\n - builderVersion\n properties:\n builderVersion:\n type: string\n x-dcl-go-name: BuilderVersion\n description: Required. Immutable. Version of the builder which produced\n this build.\n createTime:\n type: string\n format: date-time\n x-dcl-go-name: CreateTime\n readOnly: true\n description: Output only. The time this note was created. This field can\n be used as a filter in list requests.\n x-kubernetes-immutable: true\n deployment:\n type: object\n x-dcl-go-name: Deployment\n x-dcl-go-type: NoteDeployment\n description: A note describing something that can be deployed.\n x-dcl-conflicts:\n - vulnerability\n - build\n - image\n - package\n - discovery\n - attestation\n required:\n - resourceUri\n properties:\n resourceUri:\n type: array\n x-dcl-go-name: ResourceUri\n description: Required. Resource URI for the artifact being deployed.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: string\n x-dcl-go-type: string\n discovery:\n type: object\n x-dcl-go-name: Discovery\n x-dcl-go-type: NoteDiscovery\n description: A note describing the initial analysis of a resource.\n x-dcl-conflicts:\n - vulnerability\n - build\n - image\n - package\n - deployment\n - attestation\n required:\n - analysisKind\n properties:\n analysisKind:\n type: string\n x-dcl-go-name: AnalysisKind\n x-dcl-go-type: NoteDiscoveryAnalysisKindEnum\n description: 'The kind of analysis that is handled by this discovery.\n Possible values: NOTE_KIND_UNSPECIFIED, VULNERABILITY, BUILD, IMAGE,\n PACKAGE, DEPLOYMENT, DISCOVERY, ATTESTATION, UPGRADE'\n enum:\n - NOTE_KIND_UNSPECIFIED\n - VULNERABILITY\n - BUILD\n - IMAGE\n - PACKAGE\n - DEPLOYMENT\n - DISCOVERY\n - ATTESTATION\n - UPGRADE\n expirationTime:\n type: string\n format: date-time\n x-dcl-go-name: ExpirationTime\n description: Time of expiration for this note. Empty if note does not expire.\n image:\n type: object\n x-dcl-go-name: Image\n x-dcl-go-type: NoteImage\n description: A note describing a base image.\n x-dcl-conflicts:\n - vulnerability\n - build\n - package\n - deployment\n - discovery\n - attestation\n required:\n - resourceUrl\n - fingerprint\n properties:\n fingerprint:\n type: object\n x-dcl-go-name: Fingerprint\n x-dcl-go-type: NoteImageFingerprint\n description: Required. Immutable. The fingerprint of the base image.\n required:\n - v1Name\n - v2Blob\n properties:\n v1Name:\n type: string\n x-dcl-go-name: V1Name\n description: Required. The layer ID of the final layer in the Docker\n image's v1 representation.\n v2Blob:\n type: array\n x-dcl-go-name: V2Blob\n description: Required. The ordered list of v2 blobs that represent\n a given image.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: string\n x-dcl-go-type: string\n v2Name:\n type: string\n x-dcl-go-name: V2Name\n readOnly: true\n description: 'Output only. The name of the image''s v2 blobs computed\n via: ) Only the name of the final blob is kept.'\n resourceUrl:\n type: string\n x-dcl-go-name: ResourceUrl\n description: Required. Immutable. The resource_url for the resource\n representing the basis of associated occurrence images.\n longDescription:\n type: string\n x-dcl-go-name: LongDescription\n description: A detailed description of this note.\n name:\n type: string\n x-dcl-go-name: Name\n description: Required. Immutable. The name of the package.\n x-kubernetes-immutable: true\n package:\n type: object\n x-dcl-go-name: Package\n x-dcl-go-type: NotePackage\n description: Required for non-Windows OS. The package this Upgrade is for.\n x-dcl-conflicts:\n - vulnerability\n - build\n - image\n - deployment\n - discovery\n - attestation\n required:\n - name\n properties:\n distribution:\n type: array\n x-dcl-go-name: Distribution\n description: The various channels by which a package is distributed.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: object\n x-dcl-go-type: NotePackageDistribution\n required:\n - cpeUri\n properties:\n architecture:\n type: string\n x-dcl-go-name: Architecture\n x-dcl-go-type: NotePackageDistributionArchitectureEnum\n description: 'The CPU architecture for which packages in this\n distribution channel were built Possible values: ARCHITECTURE_UNSPECIFIED,\n X86, X64'\n enum:\n - ARCHITECTURE_UNSPECIFIED\n - X86\n - X64\n cpeUri:\n type: string\n x-dcl-go-name: CpeUri\n description: The cpe_uri in [cpe format](https://cpe.mitre.org/specification/)\n denoting the package manager version distributing a package.\n description:\n type: string\n x-dcl-go-name: Description\n description: The distribution channel-specific description of\n this package.\n latestVersion:\n type: object\n x-dcl-go-name: LatestVersion\n x-dcl-go-type: NotePackageDistributionLatestVersion\n description: The latest available version of this package in this\n distribution channel.\n required:\n - kind\n properties:\n epoch:\n type: integer\n format: int64\n x-dcl-go-name: Epoch\n description: Used to correct mistakes in the version numbering\n scheme.\n fullName:\n type: string\n x-dcl-go-name: FullName\n description: Human readable version string. This string is\n of the form :- and is only set when kind is NORMAL.\n kind:\n type: string\n x-dcl-go-name: Kind\n x-dcl-go-type: NotePackageDistributionLatestVersionKindEnum\n description: 'Distinguish between sentinel MIN/MAX versions\n and normal versions. If kind is not NORMAL, then the other\n fields are ignored. Possible values: VERSION_KIND_UNSPECIFIED,\n NORMAL, MINIMUM, MAXIMUM'\n enum:\n - VERSION_KIND_UNSPECIFIED\n - NORMAL\n - MINIMUM\n - MAXIMUM\n name:\n type: string\n x-dcl-go-name: Name\n description: The main part of the version name.\n revision:\n type: string\n x-dcl-go-name: Revision\n description: The iteration of the package build from the above\n version.\n maintainer:\n type: string\n x-dcl-go-name: Maintainer\n description: A freeform string denoting the maintainer of this\n package.\n url:\n type: string\n x-dcl-go-name: Url\n description: The distribution channel-specific homepage for this\n package.\n name:\n type: string\n x-dcl-go-name: Name\n description: The name of the package.\n project:\n type: string\n x-dcl-go-name: Project\n description: The project for the resource\n x-kubernetes-immutable: true\n x-dcl-references:\n - resource: Cloudresourcemanager/Project\n field: name\n parent: true\n relatedNoteNames:\n type: array\n x-dcl-go-name: RelatedNoteNames\n description: Other notes related to this note.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: string\n x-dcl-go-type: string\n x-dcl-references:\n - resource: Containeranalysis/Note\n field: name\n relatedUrl:\n type: array\n x-dcl-go-name: RelatedUrl\n description: URLs associated with this note.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: object\n x-dcl-go-type: NoteRelatedUrl\n properties:\n label:\n type: string\n x-dcl-go-name: Label\n description: Label to describe usage of the URL\n url:\n type: string\n x-dcl-go-name: Url\n description: Specific URL to associate with the note\n shortDescription:\n type: string\n x-dcl-go-name: ShortDescription\n description: A one sentence description of this note.\n updateTime:\n type: string\n format: date-time\n x-dcl-go-name: UpdateTime\n readOnly: true\n description: Output only. The time this note was last updated. This field\n can be used as a filter in list requests.\n x-kubernetes-immutable: true\n vulnerability:\n type: object\n x-dcl-go-name: Vulnerability\n x-dcl-go-type: NoteVulnerability\n description: A note describing a package vulnerability.\n x-dcl-conflicts:\n - build\n - image\n - package\n - deployment\n - discovery\n - attestation\n properties:\n cvssScore:\n type: number\n format: double\n x-dcl-go-name: CvssScore\n description: The CVSS score of this vulnerability. CVSS score is on\n a scale of 0 - 10 where 0 indicates low severity and 10 indicates\n high severity.\n cvssV3:\n type: object\n x-dcl-go-name: CvssV3\n x-dcl-go-type: NoteVulnerabilityCvssV3\n description: The full description of the CVSSv3 for this vulnerability.\n properties:\n attackComplexity:\n type: string\n x-dcl-go-name: AttackComplexity\n x-dcl-go-type: NoteVulnerabilityCvssV3AttackComplexityEnum\n description: ' Possible values: ATTACK_COMPLEXITY_UNSPECIFIED, ATTACK_COMPLEXITY_LOW,\n ATTACK_COMPLEXITY_HIGH'\n enum:\n - ATTACK_COMPLEXITY_UNSPECIFIED\n - ATTACK_COMPLEXITY_LOW\n - ATTACK_COMPLEXITY_HIGH\n attackVector:\n type: string\n x-dcl-go-name: AttackVector\n x-dcl-go-type: NoteVulnerabilityCvssV3AttackVectorEnum\n description: 'Base Metrics Represents the intrinsic characteristics\n of a vulnerability that are constant over time and across user\n environments. Possible values: ATTACK_VECTOR_UNSPECIFIED, ATTACK_VECTOR_NETWORK,\n ATTACK_VECTOR_ADJACENT, ATTACK_VECTOR_LOCAL, ATTACK_VECTOR_PHYSICAL'\n enum:\n - ATTACK_VECTOR_UNSPECIFIED\n - ATTACK_VECTOR_NETWORK\n - ATTACK_VECTOR_ADJACENT\n - ATTACK_VECTOR_LOCAL\n - ATTACK_VECTOR_PHYSICAL\n availabilityImpact:\n type: string\n x-dcl-go-name: AvailabilityImpact\n x-dcl-go-type: NoteVulnerabilityCvssV3AvailabilityImpactEnum\n description: ' Possible values: IMPACT_UNSPECIFIED, IMPACT_HIGH,\n IMPACT_LOW, IMPACT_NONE'\n enum:\n - IMPACT_UNSPECIFIED\n - IMPACT_HIGH\n - IMPACT_LOW\n - IMPACT_NONE\n baseScore:\n type: number\n format: double\n x-dcl-go-name: BaseScore\n description: The base score is a function of the base metric scores.\n confidentialityImpact:\n type: string\n x-dcl-go-name: ConfidentialityImpact\n x-dcl-go-type: NoteVulnerabilityCvssV3ConfidentialityImpactEnum\n description: ' Possible values: IMPACT_UNSPECIFIED, IMPACT_HIGH,\n IMPACT_LOW, IMPACT_NONE'\n enum:\n - IMPACT_UNSPECIFIED\n - IMPACT_HIGH\n - IMPACT_LOW\n - IMPACT_NONE\n exploitabilityScore:\n type: number\n format: double\n x-dcl-go-name: ExploitabilityScore\n impactScore:\n type: number\n format: double\n x-dcl-go-name: ImpactScore\n integrityImpact:\n type: string\n x-dcl-go-name: IntegrityImpact\n x-dcl-go-type: NoteVulnerabilityCvssV3IntegrityImpactEnum\n description: ' Possible values: IMPACT_UNSPECIFIED, IMPACT_HIGH,\n IMPACT_LOW, IMPACT_NONE'\n enum:\n - IMPACT_UNSPECIFIED\n - IMPACT_HIGH\n - IMPACT_LOW\n - IMPACT_NONE\n privilegesRequired:\n type: string\n x-dcl-go-name: PrivilegesRequired\n x-dcl-go-type: NoteVulnerabilityCvssV3PrivilegesRequiredEnum\n description: ' Possible values: PRIVILEGES_REQUIRED_UNSPECIFIED,\n PRIVILEGES_REQUIRED_NONE, PRIVILEGES_REQUIRED_LOW, PRIVILEGES_REQUIRED_HIGH'\n enum:\n - PRIVILEGES_REQUIRED_UNSPECIFIED\n - PRIVILEGES_REQUIRED_NONE\n - PRIVILEGES_REQUIRED_LOW\n - PRIVILEGES_REQUIRED_HIGH\n scope:\n type: string\n x-dcl-go-name: Scope\n x-dcl-go-type: NoteVulnerabilityCvssV3ScopeEnum\n description: ' Possible values: SCOPE_UNSPECIFIED, SCOPE_UNCHANGED,\n SCOPE_CHANGED'\n enum:\n - SCOPE_UNSPECIFIED\n - SCOPE_UNCHANGED\n - SCOPE_CHANGED\n userInteraction:\n type: string\n x-dcl-go-name: UserInteraction\n x-dcl-go-type: NoteVulnerabilityCvssV3UserInteractionEnum\n description: ' Possible values: USER_INTERACTION_UNSPECIFIED, USER_INTERACTION_NONE,\n USER_INTERACTION_REQUIRED'\n enum:\n - USER_INTERACTION_UNSPECIFIED\n - USER_INTERACTION_NONE\n - USER_INTERACTION_REQUIRED\n details:\n type: array\n x-dcl-go-name: Details\n description: Details of all known distros and packages affected by this\n vulnerability.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: object\n x-dcl-go-type: NoteVulnerabilityDetails\n required:\n - affectedCpeUri\n - affectedPackage\n properties:\n affectedCpeUri:\n type: string\n x-dcl-go-name: AffectedCpeUri\n description: Required. The (https://cpe.mitre.org/specification/)\n this vulnerability affects.\n affectedPackage:\n type: string\n x-dcl-go-name: AffectedPackage\n description: Required. The package this vulnerability affects.\n affectedVersionEnd:\n type: object\n x-dcl-go-name: AffectedVersionEnd\n x-dcl-go-type: NoteVulnerabilityDetailsAffectedVersionEnd\n description: 'The version number at the end of an interval in\n which this vulnerability exists. A vulnerability can affect\n a package between version numbers that are disjoint sets of\n intervals (example: ) each of which will be represented in its\n own Detail. If a specific affected version is provided by a\n vulnerability database, affected_version_start and affected_version_end\n will be the same in that Detail.'\n required:\n - kind\n properties:\n epoch:\n type: integer\n format: int64\n x-dcl-go-name: Epoch\n description: Used to correct mistakes in the version numbering\n scheme.\n fullName:\n type: string\n x-dcl-go-name: FullName\n description: Human readable version string. This string is\n of the form :- and is only set when kind is NORMAL.\n kind:\n type: string\n x-dcl-go-name: Kind\n x-dcl-go-type: NoteVulnerabilityDetailsAffectedVersionEndKindEnum\n description: 'Required. Distinguishes between sentinel MIN/MAX\n versions and normal versions. Possible values: NOTE_KIND_UNSPECIFIED,\n VULNERABILITY, BUILD, IMAGE, PACKAGE, DEPLOYMENT, DISCOVERY,\n ATTESTATION, UPGRADE'\n enum:\n - NOTE_KIND_UNSPECIFIED\n - VULNERABILITY\n - BUILD\n - IMAGE\n - PACKAGE\n - DEPLOYMENT\n - DISCOVERY\n - ATTESTATION\n - UPGRADE\n name:\n type: string\n x-dcl-go-name: Name\n description: Required only when version kind is NORMAL. The\n main part of the version name.\n revision:\n type: string\n x-dcl-go-name: Revision\n description: The iteration of the package build from the above\n version.\n affectedVersionStart:\n type: object\n x-dcl-go-name: AffectedVersionStart\n x-dcl-go-type: NoteVulnerabilityDetailsAffectedVersionStart\n description: 'The version number at the start of an interval in\n which this vulnerability exists. A vulnerability can affect\n a package between version numbers that are disjoint sets of\n intervals (example: ) each of which will be represented in its\n own Detail. If a specific affected version is provided by a\n vulnerability database, affected_version_start and affected_version_end\n will be the same in that Detail.'\n required:\n - kind\n properties:\n epoch:\n type: integer\n format: int64\n x-dcl-go-name: Epoch\n description: Used to correct mistakes in the version numbering\n scheme.\n fullName:\n type: string\n x-dcl-go-name: FullName\n description: Human readable version string. This string is\n of the form :- and is only set when kind is NORMAL.\n x-dcl-server-default: true\n kind:\n type: string\n x-dcl-go-name: Kind\n x-dcl-go-type: NoteVulnerabilityDetailsAffectedVersionStartKindEnum\n description: 'Required. Distinguishes between sentinel MIN/MAX\n versions and normal versions. Possible values: NOTE_KIND_UNSPECIFIED,\n VULNERABILITY, BUILD, IMAGE, PACKAGE, DEPLOYMENT, DISCOVERY,\n ATTESTATION, UPGRADE'\n enum:\n - NOTE_KIND_UNSPECIFIED\n - VULNERABILITY\n - BUILD\n - IMAGE\n - PACKAGE\n - DEPLOYMENT\n - DISCOVERY\n - ATTESTATION\n - UPGRADE\n name:\n type: string\n x-dcl-go-name: Name\n description: Required only when version kind is NORMAL. The\n main part of the version name.\n revision:\n type: string\n x-dcl-go-name: Revision\n description: The iteration of the package build from the above\n version.\n description:\n type: string\n x-dcl-go-name: Description\n description: A vendor-specific description of this vulnerability.\n fixedCpeUri:\n type: string\n x-dcl-go-name: FixedCpeUri\n description: The distro recommended (https://cpe.mitre.org/specification/)\n to update to that contains a fix for this vulnerability. It\n is possible for this to be different from the affected_cpe_uri.\n fixedPackage:\n type: string\n x-dcl-go-name: FixedPackage\n description: The distro recommended package to update to that\n contains a fix for this vulnerability. It is possible for this\n to be different from the affected_package.\n fixedVersion:\n type: object\n x-dcl-go-name: FixedVersion\n x-dcl-go-type: NoteVulnerabilityDetailsFixedVersion\n description: The distro recommended version to update to that\n contains a fix for this vulnerability. Setting this to VersionKind.MAXIMUM\n means no such version is yet available.\n required:\n - kind\n properties:\n epoch:\n type: integer\n format: int64\n x-dcl-go-name: Epoch\n description: Used to correct mistakes in the version numbering\n scheme.\n fullName:\n type: string\n x-dcl-go-name: FullName\n description: Human readable version string. This string is\n of the form :- and is only set when kind is NORMAL.\n kind:\n type: string\n x-dcl-go-name: Kind\n x-dcl-go-type: NoteVulnerabilityDetailsFixedVersionKindEnum\n description: 'Required. Distinguishes between sentinel MIN/MAX\n versions and normal versions. Possible values: NOTE_KIND_UNSPECIFIED,\n VULNERABILITY, BUILD, IMAGE, PACKAGE, DEPLOYMENT, DISCOVERY,\n ATTESTATION, UPGRADE'\n enum:\n - NOTE_KIND_UNSPECIFIED\n - VULNERABILITY\n - BUILD\n - IMAGE\n - PACKAGE\n - DEPLOYMENT\n - DISCOVERY\n - ATTESTATION\n - UPGRADE\n name:\n type: string\n x-dcl-go-name: Name\n description: Required only when version kind is NORMAL. The\n main part of the version name.\n revision:\n type: string\n x-dcl-go-name: Revision\n description: The iteration of the package build from the above\n version.\n isObsolete:\n type: boolean\n x-dcl-go-name: IsObsolete\n description: Whether this detail is obsolete. Occurrences are\n expected not to point to obsolete details.\n packageType:\n type: string\n x-dcl-go-name: PackageType\n description: The type of package; whether native or non native\n (e.g., ruby gems, node.js packages, etc.).\n severityName:\n type: string\n x-dcl-go-name: SeverityName\n description: The distro assigned severity of this vulnerability.\n sourceUpdateTime:\n type: string\n format: date-time\n x-dcl-go-name: SourceUpdateTime\n description: The time this information was last changed at the\n source. This is an upstream timestamp from the underlying information\n source - e.g. Ubuntu security tracker.\n severity:\n type: string\n x-dcl-go-name: Severity\n x-dcl-go-type: NoteVulnerabilitySeverityEnum\n description: 'The note provider assigned severity of this vulnerability.\n Possible values: SEVERITY_UNSPECIFIED, MINIMAL, LOW, MEDIUM, HIGH,\n CRITICAL'\n enum:\n - SEVERITY_UNSPECIFIED\n - MINIMAL\n - LOW\n - MEDIUM\n - HIGH\n - CRITICAL\n sourceUpdateTime:\n type: string\n format: date-time\n x-dcl-go-name: SourceUpdateTime\n description: The time this information was last changed at the source.\n This is an upstream timestamp from the underlying information source\n - e.g. Ubuntu security tracker.\n windowsDetails:\n type: array\n x-dcl-go-name: WindowsDetails\n description: Windows details get their own format because the information\n format and model don't match a normal detail. Specifically Windows\n updates are done as patches, thus Windows vulnerabilities really are\n a missing package, rather than a package being at an incorrect version.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: object\n x-dcl-go-type: NoteVulnerabilityWindowsDetails\n required:\n - cpeUri\n - name\n - fixingKbs\n properties:\n cpeUri:\n type: string\n x-dcl-go-name: CpeUri\n description: Required. The (https://cpe.mitre.org/specification/)\n this vulnerability affects.\n description:\n type: string\n x-dcl-go-name: Description\n description: The description of this vulnerability.\n fixingKbs:\n type: array\n x-dcl-go-name: FixingKbs\n description: Required. The names of the KBs which have hotfixes\n to mitigate this vulnerability. Note that there may be multiple\n hotfixes (and thus multiple KBs) that mitigate a given vulnerability.\n Currently any listed KBs presence is considered a fix.\n x-dcl-send-empty: true\n x-dcl-list-type: list\n items:\n type: object\n x-dcl-go-type: NoteVulnerabilityWindowsDetailsFixingKbs\n properties:\n name:\n type: string\n x-dcl-go-name: Name\n description: The KB name (generally of the form KB+ (e.g.,\n KB123456)).\n url:\n type: string\n x-dcl-go-name: Url\n description: A link to the KB in the (https://www.catalog.update.microsoft.com/).\n name:\n type: string\n x-dcl-go-name: Name\n description: Required. The name of this vulnerability.\n")
blaze-out/k8-fastbuild/genfiles/cloud/graphite/mmv2/services/google/containeranalysis/note.yaml
Functions ¶
func DCLNoteSchema ¶ added in v1.10.3
Types ¶
type Client ¶
The Client is the base struct of all operations. This will receive the Get, Delete, List, and Apply operations on all resources.
func (*Client) DeleteAllNote ¶
DeleteAllNote deletes all resources that the filter functions returns true on.
type Note ¶
type Note struct { Name *string `json:"name"` ShortDescription *string `json:"shortDescription"` LongDescription *string `json:"longDescription"` RelatedUrl []NoteRelatedUrl `json:"relatedUrl"` ExpirationTime *string `json:"expirationTime"` CreateTime *string `json:"createTime"` UpdateTime *string `json:"updateTime"` RelatedNoteNames []string `json:"relatedNoteNames"` Vulnerability *NoteVulnerability `json:"vulnerability"` Build *NoteBuild `json:"build"` Image *NoteImage `json:"image"` Package *NotePackage `json:"package"` Discovery *NoteDiscovery `json:"discovery"` Deployment *NoteDeployment `json:"deployment"` Attestation *NoteAttestation `json:"attestation"` Project *string `json:"project"` }
func (*Note) Describe ¶
func (r *Note) Describe() dcl.ServiceTypeVersion
Describe returns a simple description of this resource to ensure that automated tools can identify it.
type NoteAttestation ¶
type NoteAttestation struct { Hint *NoteAttestationHint `json:"hint"` // contains filtered or unexported fields }
var EmptyNoteAttestation *NoteAttestation = &NoteAttestation{empty: true}
This object is used to assert a desired state where this NoteAttestation is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteAttestation) Empty ¶
func (r *NoteAttestation) Empty() bool
func (*NoteAttestation) HashCode ¶
func (r *NoteAttestation) HashCode() string
func (*NoteAttestation) String ¶
func (r *NoteAttestation) String() string
func (*NoteAttestation) UnmarshalJSON ¶
func (r *NoteAttestation) UnmarshalJSON(data []byte) error
type NoteAttestationHint ¶
type NoteAttestationHint struct { HumanReadableName *string `json:"humanReadableName"` // contains filtered or unexported fields }
var EmptyNoteAttestationHint *NoteAttestationHint = &NoteAttestationHint{empty: true}
This object is used to assert a desired state where this NoteAttestationHint is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteAttestationHint) Empty ¶
func (r *NoteAttestationHint) Empty() bool
func (*NoteAttestationHint) HashCode ¶
func (r *NoteAttestationHint) HashCode() string
func (*NoteAttestationHint) String ¶
func (r *NoteAttestationHint) String() string
func (*NoteAttestationHint) UnmarshalJSON ¶
func (r *NoteAttestationHint) UnmarshalJSON(data []byte) error
type NoteBuild ¶
type NoteBuild struct { BuilderVersion *string `json:"builderVersion"` // contains filtered or unexported fields }
This object is used to assert a desired state where this NoteBuild is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteBuild) UnmarshalJSON ¶
type NoteDeployment ¶
type NoteDeployment struct { ResourceUri []string `json:"resourceUri"` // contains filtered or unexported fields }
var EmptyNoteDeployment *NoteDeployment = &NoteDeployment{empty: true}
This object is used to assert a desired state where this NoteDeployment is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteDeployment) Empty ¶
func (r *NoteDeployment) Empty() bool
func (*NoteDeployment) HashCode ¶
func (r *NoteDeployment) HashCode() string
func (*NoteDeployment) String ¶
func (r *NoteDeployment) String() string
func (*NoteDeployment) UnmarshalJSON ¶
func (r *NoteDeployment) UnmarshalJSON(data []byte) error
type NoteDiscovery ¶
type NoteDiscovery struct { AnalysisKind *NoteDiscoveryAnalysisKindEnum `json:"analysisKind"` // contains filtered or unexported fields }
var EmptyNoteDiscovery *NoteDiscovery = &NoteDiscovery{empty: true}
This object is used to assert a desired state where this NoteDiscovery is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteDiscovery) Empty ¶
func (r *NoteDiscovery) Empty() bool
func (*NoteDiscovery) HashCode ¶
func (r *NoteDiscovery) HashCode() string
func (*NoteDiscovery) String ¶
func (r *NoteDiscovery) String() string
func (*NoteDiscovery) UnmarshalJSON ¶
func (r *NoteDiscovery) UnmarshalJSON(data []byte) error
type NoteDiscoveryAnalysisKindEnum ¶
type NoteDiscoveryAnalysisKindEnum string
The enum NoteDiscoveryAnalysisKindEnum.
func NoteDiscoveryAnalysisKindEnumRef ¶
func NoteDiscoveryAnalysisKindEnumRef(s string) *NoteDiscoveryAnalysisKindEnum
NoteDiscoveryAnalysisKindEnumRef returns a *NoteDiscoveryAnalysisKindEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteDiscoveryAnalysisKindEnum) Validate ¶
func (v NoteDiscoveryAnalysisKindEnum) Validate() error
type NoteImage ¶
type NoteImage struct { ResourceUrl *string `json:"resourceUrl"` Fingerprint *NoteImageFingerprint `json:"fingerprint"` // contains filtered or unexported fields }
This object is used to assert a desired state where this NoteImage is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteImage) UnmarshalJSON ¶
type NoteImageFingerprint ¶
type NoteImageFingerprint struct { V1Name *string `json:"v1Name"` V2Blob []string `json:"v2Blob"` V2Name *string `json:"v2Name"` // contains filtered or unexported fields }
var EmptyNoteImageFingerprint *NoteImageFingerprint = &NoteImageFingerprint{empty: true}
This object is used to assert a desired state where this NoteImageFingerprint is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteImageFingerprint) Empty ¶
func (r *NoteImageFingerprint) Empty() bool
func (*NoteImageFingerprint) HashCode ¶
func (r *NoteImageFingerprint) HashCode() string
func (*NoteImageFingerprint) String ¶
func (r *NoteImageFingerprint) String() string
func (*NoteImageFingerprint) UnmarshalJSON ¶
func (r *NoteImageFingerprint) UnmarshalJSON(data []byte) error
type NotePackage ¶
type NotePackage struct { Name *string `json:"name"` Distribution []NotePackageDistribution `json:"distribution"` // contains filtered or unexported fields }
var EmptyNotePackage *NotePackage = &NotePackage{empty: true}
This object is used to assert a desired state where this NotePackage is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NotePackage) Empty ¶
func (r *NotePackage) Empty() bool
func (*NotePackage) HashCode ¶
func (r *NotePackage) HashCode() string
func (*NotePackage) String ¶
func (r *NotePackage) String() string
func (*NotePackage) UnmarshalJSON ¶
func (r *NotePackage) UnmarshalJSON(data []byte) error
type NotePackageDistribution ¶
type NotePackageDistribution struct { CpeUri *string `json:"cpeUri"` Architecture *NotePackageDistributionArchitectureEnum `json:"architecture"` LatestVersion *NotePackageDistributionLatestVersion `json:"latestVersion"` Maintainer *string `json:"maintainer"` Url *string `json:"url"` Description *string `json:"description"` // contains filtered or unexported fields }
var EmptyNotePackageDistribution *NotePackageDistribution = &NotePackageDistribution{empty: true}
This object is used to assert a desired state where this NotePackageDistribution is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NotePackageDistribution) Empty ¶
func (r *NotePackageDistribution) Empty() bool
func (*NotePackageDistribution) HashCode ¶
func (r *NotePackageDistribution) HashCode() string
func (*NotePackageDistribution) String ¶
func (r *NotePackageDistribution) String() string
func (*NotePackageDistribution) UnmarshalJSON ¶
func (r *NotePackageDistribution) UnmarshalJSON(data []byte) error
type NotePackageDistributionArchitectureEnum ¶
type NotePackageDistributionArchitectureEnum string
The enum NotePackageDistributionArchitectureEnum.
func NotePackageDistributionArchitectureEnumRef ¶
func NotePackageDistributionArchitectureEnumRef(s string) *NotePackageDistributionArchitectureEnum
NotePackageDistributionArchitectureEnumRef returns a *NotePackageDistributionArchitectureEnum with the value of string s If the empty string is provided, nil is returned.
func (NotePackageDistributionArchitectureEnum) Validate ¶
func (v NotePackageDistributionArchitectureEnum) Validate() error
type NotePackageDistributionLatestVersion ¶
type NotePackageDistributionLatestVersion struct { Epoch *int64 `json:"epoch"` Name *string `json:"name"` Revision *string `json:"revision"` Kind *NotePackageDistributionLatestVersionKindEnum `json:"kind"` FullName *string `json:"fullName"` // contains filtered or unexported fields }
var EmptyNotePackageDistributionLatestVersion *NotePackageDistributionLatestVersion = &NotePackageDistributionLatestVersion{empty: true}
This object is used to assert a desired state where this NotePackageDistributionLatestVersion is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NotePackageDistributionLatestVersion) Empty ¶
func (r *NotePackageDistributionLatestVersion) Empty() bool
func (*NotePackageDistributionLatestVersion) HashCode ¶
func (r *NotePackageDistributionLatestVersion) HashCode() string
func (*NotePackageDistributionLatestVersion) String ¶
func (r *NotePackageDistributionLatestVersion) String() string
func (*NotePackageDistributionLatestVersion) UnmarshalJSON ¶
func (r *NotePackageDistributionLatestVersion) UnmarshalJSON(data []byte) error
type NotePackageDistributionLatestVersionKindEnum ¶
type NotePackageDistributionLatestVersionKindEnum string
The enum NotePackageDistributionLatestVersionKindEnum.
func NotePackageDistributionLatestVersionKindEnumRef ¶
func NotePackageDistributionLatestVersionKindEnumRef(s string) *NotePackageDistributionLatestVersionKindEnum
NotePackageDistributionLatestVersionKindEnumRef returns a *NotePackageDistributionLatestVersionKindEnum with the value of string s If the empty string is provided, nil is returned.
func (NotePackageDistributionLatestVersionKindEnum) Validate ¶
func (v NotePackageDistributionLatestVersionKindEnum) Validate() error
type NoteRelatedUrl ¶
type NoteRelatedUrl struct { Url *string `json:"url"` Label *string `json:"label"` // contains filtered or unexported fields }
var EmptyNoteRelatedUrl *NoteRelatedUrl = &NoteRelatedUrl{empty: true}
This object is used to assert a desired state where this NoteRelatedUrl is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteRelatedUrl) Empty ¶
func (r *NoteRelatedUrl) Empty() bool
func (*NoteRelatedUrl) HashCode ¶
func (r *NoteRelatedUrl) HashCode() string
func (*NoteRelatedUrl) String ¶
func (r *NoteRelatedUrl) String() string
func (*NoteRelatedUrl) UnmarshalJSON ¶
func (r *NoteRelatedUrl) UnmarshalJSON(data []byte) error
type NoteVulnerability ¶
type NoteVulnerability struct { CvssScore *float64 `json:"cvssScore"` Severity *NoteVulnerabilitySeverityEnum `json:"severity"` Details []NoteVulnerabilityDetails `json:"details"` CvssV3 *NoteVulnerabilityCvssV3 `json:"cvssV3"` WindowsDetails []NoteVulnerabilityWindowsDetails `json:"windowsDetails"` SourceUpdateTime *string `json:"sourceUpdateTime"` // contains filtered or unexported fields }
var EmptyNoteVulnerability *NoteVulnerability = &NoteVulnerability{empty: true}
This object is used to assert a desired state where this NoteVulnerability is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerability) Empty ¶
func (r *NoteVulnerability) Empty() bool
func (*NoteVulnerability) HashCode ¶
func (r *NoteVulnerability) HashCode() string
func (*NoteVulnerability) String ¶
func (r *NoteVulnerability) String() string
func (*NoteVulnerability) UnmarshalJSON ¶
func (r *NoteVulnerability) UnmarshalJSON(data []byte) error
type NoteVulnerabilityCvssV3 ¶
type NoteVulnerabilityCvssV3 struct { BaseScore *float64 `json:"baseScore"` ExploitabilityScore *float64 `json:"exploitabilityScore"` ImpactScore *float64 `json:"impactScore"` AttackVector *NoteVulnerabilityCvssV3AttackVectorEnum `json:"attackVector"` AttackComplexity *NoteVulnerabilityCvssV3AttackComplexityEnum `json:"attackComplexity"` PrivilegesRequired *NoteVulnerabilityCvssV3PrivilegesRequiredEnum `json:"privilegesRequired"` UserInteraction *NoteVulnerabilityCvssV3UserInteractionEnum `json:"userInteraction"` Scope *NoteVulnerabilityCvssV3ScopeEnum `json:"scope"` ConfidentialityImpact *NoteVulnerabilityCvssV3ConfidentialityImpactEnum `json:"confidentialityImpact"` IntegrityImpact *NoteVulnerabilityCvssV3IntegrityImpactEnum `json:"integrityImpact"` AvailabilityImpact *NoteVulnerabilityCvssV3AvailabilityImpactEnum `json:"availabilityImpact"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityCvssV3 *NoteVulnerabilityCvssV3 = &NoteVulnerabilityCvssV3{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityCvssV3 is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityCvssV3) Empty ¶
func (r *NoteVulnerabilityCvssV3) Empty() bool
func (*NoteVulnerabilityCvssV3) HashCode ¶
func (r *NoteVulnerabilityCvssV3) HashCode() string
func (*NoteVulnerabilityCvssV3) String ¶
func (r *NoteVulnerabilityCvssV3) String() string
func (*NoteVulnerabilityCvssV3) UnmarshalJSON ¶
func (r *NoteVulnerabilityCvssV3) UnmarshalJSON(data []byte) error
type NoteVulnerabilityCvssV3AttackComplexityEnum ¶
type NoteVulnerabilityCvssV3AttackComplexityEnum string
The enum NoteVulnerabilityCvssV3AttackComplexityEnum.
func NoteVulnerabilityCvssV3AttackComplexityEnumRef ¶
func NoteVulnerabilityCvssV3AttackComplexityEnumRef(s string) *NoteVulnerabilityCvssV3AttackComplexityEnum
NoteVulnerabilityCvssV3AttackComplexityEnumRef returns a *NoteVulnerabilityCvssV3AttackComplexityEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3AttackComplexityEnum) Validate ¶
func (v NoteVulnerabilityCvssV3AttackComplexityEnum) Validate() error
type NoteVulnerabilityCvssV3AttackVectorEnum ¶
type NoteVulnerabilityCvssV3AttackVectorEnum string
The enum NoteVulnerabilityCvssV3AttackVectorEnum.
func NoteVulnerabilityCvssV3AttackVectorEnumRef ¶
func NoteVulnerabilityCvssV3AttackVectorEnumRef(s string) *NoteVulnerabilityCvssV3AttackVectorEnum
NoteVulnerabilityCvssV3AttackVectorEnumRef returns a *NoteVulnerabilityCvssV3AttackVectorEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3AttackVectorEnum) Validate ¶
func (v NoteVulnerabilityCvssV3AttackVectorEnum) Validate() error
type NoteVulnerabilityCvssV3AvailabilityImpactEnum ¶
type NoteVulnerabilityCvssV3AvailabilityImpactEnum string
The enum NoteVulnerabilityCvssV3AvailabilityImpactEnum.
func NoteVulnerabilityCvssV3AvailabilityImpactEnumRef ¶
func NoteVulnerabilityCvssV3AvailabilityImpactEnumRef(s string) *NoteVulnerabilityCvssV3AvailabilityImpactEnum
NoteVulnerabilityCvssV3AvailabilityImpactEnumRef returns a *NoteVulnerabilityCvssV3AvailabilityImpactEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3AvailabilityImpactEnum) Validate ¶
func (v NoteVulnerabilityCvssV3AvailabilityImpactEnum) Validate() error
type NoteVulnerabilityCvssV3ConfidentialityImpactEnum ¶
type NoteVulnerabilityCvssV3ConfidentialityImpactEnum string
The enum NoteVulnerabilityCvssV3ConfidentialityImpactEnum.
func NoteVulnerabilityCvssV3ConfidentialityImpactEnumRef ¶
func NoteVulnerabilityCvssV3ConfidentialityImpactEnumRef(s string) *NoteVulnerabilityCvssV3ConfidentialityImpactEnum
NoteVulnerabilityCvssV3ConfidentialityImpactEnumRef returns a *NoteVulnerabilityCvssV3ConfidentialityImpactEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3ConfidentialityImpactEnum) Validate ¶
func (v NoteVulnerabilityCvssV3ConfidentialityImpactEnum) Validate() error
type NoteVulnerabilityCvssV3IntegrityImpactEnum ¶
type NoteVulnerabilityCvssV3IntegrityImpactEnum string
The enum NoteVulnerabilityCvssV3IntegrityImpactEnum.
func NoteVulnerabilityCvssV3IntegrityImpactEnumRef ¶
func NoteVulnerabilityCvssV3IntegrityImpactEnumRef(s string) *NoteVulnerabilityCvssV3IntegrityImpactEnum
NoteVulnerabilityCvssV3IntegrityImpactEnumRef returns a *NoteVulnerabilityCvssV3IntegrityImpactEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3IntegrityImpactEnum) Validate ¶
func (v NoteVulnerabilityCvssV3IntegrityImpactEnum) Validate() error
type NoteVulnerabilityCvssV3PrivilegesRequiredEnum ¶
type NoteVulnerabilityCvssV3PrivilegesRequiredEnum string
The enum NoteVulnerabilityCvssV3PrivilegesRequiredEnum.
func NoteVulnerabilityCvssV3PrivilegesRequiredEnumRef ¶
func NoteVulnerabilityCvssV3PrivilegesRequiredEnumRef(s string) *NoteVulnerabilityCvssV3PrivilegesRequiredEnum
NoteVulnerabilityCvssV3PrivilegesRequiredEnumRef returns a *NoteVulnerabilityCvssV3PrivilegesRequiredEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3PrivilegesRequiredEnum) Validate ¶
func (v NoteVulnerabilityCvssV3PrivilegesRequiredEnum) Validate() error
type NoteVulnerabilityCvssV3ScopeEnum ¶
type NoteVulnerabilityCvssV3ScopeEnum string
The enum NoteVulnerabilityCvssV3ScopeEnum.
func NoteVulnerabilityCvssV3ScopeEnumRef ¶
func NoteVulnerabilityCvssV3ScopeEnumRef(s string) *NoteVulnerabilityCvssV3ScopeEnum
NoteVulnerabilityCvssV3ScopeEnumRef returns a *NoteVulnerabilityCvssV3ScopeEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3ScopeEnum) Validate ¶
func (v NoteVulnerabilityCvssV3ScopeEnum) Validate() error
type NoteVulnerabilityCvssV3UserInteractionEnum ¶
type NoteVulnerabilityCvssV3UserInteractionEnum string
The enum NoteVulnerabilityCvssV3UserInteractionEnum.
func NoteVulnerabilityCvssV3UserInteractionEnumRef ¶
func NoteVulnerabilityCvssV3UserInteractionEnumRef(s string) *NoteVulnerabilityCvssV3UserInteractionEnum
NoteVulnerabilityCvssV3UserInteractionEnumRef returns a *NoteVulnerabilityCvssV3UserInteractionEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityCvssV3UserInteractionEnum) Validate ¶
func (v NoteVulnerabilityCvssV3UserInteractionEnum) Validate() error
type NoteVulnerabilityDetails ¶
type NoteVulnerabilityDetails struct { SeverityName *string `json:"severityName"` Description *string `json:"description"` PackageType *string `json:"packageType"` AffectedCpeUri *string `json:"affectedCpeUri"` AffectedPackage *string `json:"affectedPackage"` AffectedVersionStart *NoteVulnerabilityDetailsAffectedVersionStart `json:"affectedVersionStart"` AffectedVersionEnd *NoteVulnerabilityDetailsAffectedVersionEnd `json:"affectedVersionEnd"` FixedCpeUri *string `json:"fixedCpeUri"` FixedPackage *string `json:"fixedPackage"` FixedVersion *NoteVulnerabilityDetailsFixedVersion `json:"fixedVersion"` IsObsolete *bool `json:"isObsolete"` SourceUpdateTime *string `json:"sourceUpdateTime"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityDetails *NoteVulnerabilityDetails = &NoteVulnerabilityDetails{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityDetails is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityDetails) Empty ¶
func (r *NoteVulnerabilityDetails) Empty() bool
func (*NoteVulnerabilityDetails) HashCode ¶
func (r *NoteVulnerabilityDetails) HashCode() string
func (*NoteVulnerabilityDetails) String ¶
func (r *NoteVulnerabilityDetails) String() string
func (*NoteVulnerabilityDetails) UnmarshalJSON ¶
func (r *NoteVulnerabilityDetails) UnmarshalJSON(data []byte) error
type NoteVulnerabilityDetailsAffectedVersionEnd ¶
type NoteVulnerabilityDetailsAffectedVersionEnd struct { Epoch *int64 `json:"epoch"` Name *string `json:"name"` Revision *string `json:"revision"` Kind *NoteVulnerabilityDetailsAffectedVersionEndKindEnum `json:"kind"` FullName *string `json:"fullName"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityDetailsAffectedVersionEnd *NoteVulnerabilityDetailsAffectedVersionEnd = &NoteVulnerabilityDetailsAffectedVersionEnd{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityDetailsAffectedVersionEnd is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityDetailsAffectedVersionEnd) Empty ¶
func (r *NoteVulnerabilityDetailsAffectedVersionEnd) Empty() bool
func (*NoteVulnerabilityDetailsAffectedVersionEnd) HashCode ¶
func (r *NoteVulnerabilityDetailsAffectedVersionEnd) HashCode() string
func (*NoteVulnerabilityDetailsAffectedVersionEnd) String ¶
func (r *NoteVulnerabilityDetailsAffectedVersionEnd) String() string
func (*NoteVulnerabilityDetailsAffectedVersionEnd) UnmarshalJSON ¶
func (r *NoteVulnerabilityDetailsAffectedVersionEnd) UnmarshalJSON(data []byte) error
type NoteVulnerabilityDetailsAffectedVersionEndKindEnum ¶
type NoteVulnerabilityDetailsAffectedVersionEndKindEnum string
The enum NoteVulnerabilityDetailsAffectedVersionEndKindEnum.
func NoteVulnerabilityDetailsAffectedVersionEndKindEnumRef ¶
func NoteVulnerabilityDetailsAffectedVersionEndKindEnumRef(s string) *NoteVulnerabilityDetailsAffectedVersionEndKindEnum
NoteVulnerabilityDetailsAffectedVersionEndKindEnumRef returns a *NoteVulnerabilityDetailsAffectedVersionEndKindEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityDetailsAffectedVersionEndKindEnum) Validate ¶
func (v NoteVulnerabilityDetailsAffectedVersionEndKindEnum) Validate() error
type NoteVulnerabilityDetailsAffectedVersionStart ¶
type NoteVulnerabilityDetailsAffectedVersionStart struct { Epoch *int64 `json:"epoch"` Name *string `json:"name"` Revision *string `json:"revision"` Kind *NoteVulnerabilityDetailsAffectedVersionStartKindEnum `json:"kind"` FullName *string `json:"fullName"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityDetailsAffectedVersionStart *NoteVulnerabilityDetailsAffectedVersionStart = &NoteVulnerabilityDetailsAffectedVersionStart{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityDetailsAffectedVersionStart is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityDetailsAffectedVersionStart) Empty ¶
func (r *NoteVulnerabilityDetailsAffectedVersionStart) Empty() bool
func (*NoteVulnerabilityDetailsAffectedVersionStart) HashCode ¶
func (r *NoteVulnerabilityDetailsAffectedVersionStart) HashCode() string
func (*NoteVulnerabilityDetailsAffectedVersionStart) String ¶
func (r *NoteVulnerabilityDetailsAffectedVersionStart) String() string
func (*NoteVulnerabilityDetailsAffectedVersionStart) UnmarshalJSON ¶
func (r *NoteVulnerabilityDetailsAffectedVersionStart) UnmarshalJSON(data []byte) error
type NoteVulnerabilityDetailsAffectedVersionStartKindEnum ¶
type NoteVulnerabilityDetailsAffectedVersionStartKindEnum string
The enum NoteVulnerabilityDetailsAffectedVersionStartKindEnum.
func NoteVulnerabilityDetailsAffectedVersionStartKindEnumRef ¶
func NoteVulnerabilityDetailsAffectedVersionStartKindEnumRef(s string) *NoteVulnerabilityDetailsAffectedVersionStartKindEnum
NoteVulnerabilityDetailsAffectedVersionStartKindEnumRef returns a *NoteVulnerabilityDetailsAffectedVersionStartKindEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityDetailsAffectedVersionStartKindEnum) Validate ¶
func (v NoteVulnerabilityDetailsAffectedVersionStartKindEnum) Validate() error
type NoteVulnerabilityDetailsFixedVersion ¶
type NoteVulnerabilityDetailsFixedVersion struct { Epoch *int64 `json:"epoch"` Name *string `json:"name"` Revision *string `json:"revision"` Kind *NoteVulnerabilityDetailsFixedVersionKindEnum `json:"kind"` FullName *string `json:"fullName"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityDetailsFixedVersion *NoteVulnerabilityDetailsFixedVersion = &NoteVulnerabilityDetailsFixedVersion{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityDetailsFixedVersion is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityDetailsFixedVersion) Empty ¶
func (r *NoteVulnerabilityDetailsFixedVersion) Empty() bool
func (*NoteVulnerabilityDetailsFixedVersion) HashCode ¶
func (r *NoteVulnerabilityDetailsFixedVersion) HashCode() string
func (*NoteVulnerabilityDetailsFixedVersion) String ¶
func (r *NoteVulnerabilityDetailsFixedVersion) String() string
func (*NoteVulnerabilityDetailsFixedVersion) UnmarshalJSON ¶
func (r *NoteVulnerabilityDetailsFixedVersion) UnmarshalJSON(data []byte) error
type NoteVulnerabilityDetailsFixedVersionKindEnum ¶
type NoteVulnerabilityDetailsFixedVersionKindEnum string
The enum NoteVulnerabilityDetailsFixedVersionKindEnum.
func NoteVulnerabilityDetailsFixedVersionKindEnumRef ¶
func NoteVulnerabilityDetailsFixedVersionKindEnumRef(s string) *NoteVulnerabilityDetailsFixedVersionKindEnum
NoteVulnerabilityDetailsFixedVersionKindEnumRef returns a *NoteVulnerabilityDetailsFixedVersionKindEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilityDetailsFixedVersionKindEnum) Validate ¶
func (v NoteVulnerabilityDetailsFixedVersionKindEnum) Validate() error
type NoteVulnerabilitySeverityEnum ¶
type NoteVulnerabilitySeverityEnum string
The enum NoteVulnerabilitySeverityEnum.
func NoteVulnerabilitySeverityEnumRef ¶
func NoteVulnerabilitySeverityEnumRef(s string) *NoteVulnerabilitySeverityEnum
NoteVulnerabilitySeverityEnumRef returns a *NoteVulnerabilitySeverityEnum with the value of string s If the empty string is provided, nil is returned.
func (NoteVulnerabilitySeverityEnum) Validate ¶
func (v NoteVulnerabilitySeverityEnum) Validate() error
type NoteVulnerabilityWindowsDetails ¶
type NoteVulnerabilityWindowsDetails struct { CpeUri *string `json:"cpeUri"` Name *string `json:"name"` Description *string `json:"description"` FixingKbs []NoteVulnerabilityWindowsDetailsFixingKbs `json:"fixingKbs"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityWindowsDetails *NoteVulnerabilityWindowsDetails = &NoteVulnerabilityWindowsDetails{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityWindowsDetails is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityWindowsDetails) Empty ¶
func (r *NoteVulnerabilityWindowsDetails) Empty() bool
func (*NoteVulnerabilityWindowsDetails) HashCode ¶
func (r *NoteVulnerabilityWindowsDetails) HashCode() string
func (*NoteVulnerabilityWindowsDetails) String ¶
func (r *NoteVulnerabilityWindowsDetails) String() string
func (*NoteVulnerabilityWindowsDetails) UnmarshalJSON ¶
func (r *NoteVulnerabilityWindowsDetails) UnmarshalJSON(data []byte) error
type NoteVulnerabilityWindowsDetailsFixingKbs ¶
type NoteVulnerabilityWindowsDetailsFixingKbs struct { Name *string `json:"name"` Url *string `json:"url"` // contains filtered or unexported fields }
var EmptyNoteVulnerabilityWindowsDetailsFixingKbs *NoteVulnerabilityWindowsDetailsFixingKbs = &NoteVulnerabilityWindowsDetailsFixingKbs{empty: true}
This object is used to assert a desired state where this NoteVulnerabilityWindowsDetailsFixingKbs is empty. Go lacks global const objects, but this object should be treated as one. Modifying this object will have undesirable results.
func (*NoteVulnerabilityWindowsDetailsFixingKbs) Empty ¶
func (r *NoteVulnerabilityWindowsDetailsFixingKbs) Empty() bool
func (*NoteVulnerabilityWindowsDetailsFixingKbs) HashCode ¶
func (r *NoteVulnerabilityWindowsDetailsFixingKbs) HashCode() string
func (*NoteVulnerabilityWindowsDetailsFixingKbs) String ¶
func (r *NoteVulnerabilityWindowsDetailsFixingKbs) String() string
func (*NoteVulnerabilityWindowsDetailsFixingKbs) UnmarshalJSON ¶
func (r *NoteVulnerabilityWindowsDetailsFixingKbs) UnmarshalJSON(data []byte) error