Represents a Finding.
Package
@google-cloud/web-security-scanner!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.websecurityscanner.v1.IFinding);Constructs a new Finding.
| Name | Description |
| properties |
IFinding
Properties to set |
Properties
body
public body: string;Finding body.
| Type | Description |
| string |
description
public description: string;Finding description.
| Type | Description |
| string |
finalUrl
public finalUrl: string;Finding finalUrl.
| Type | Description |
| string |
findingType
public findingType: string;Finding findingType.
| Type | Description |
| string |
form
public form?: (google.cloud.websecurityscanner.v1.IForm|null);Finding form.
| Type | Description |
| (google.cloud.websecurityscanner.v1.IForm|null) |
frameUrl
public frameUrl: string;Finding frameUrl.
| Type | Description |
| string |
fuzzedUrl
public fuzzedUrl: string;Finding fuzzedUrl.
| Type | Description |
| string |
httpMethod
public httpMethod: string;Finding httpMethod.
| Type | Description |
| string |
name
public name: string;Finding name.
| Type | Description |
| string |
outdatedLibrary
public outdatedLibrary?: (google.cloud.websecurityscanner.v1.IOutdatedLibrary|null);Finding outdatedLibrary.
| Type | Description |
| (google.cloud.websecurityscanner.v1.IOutdatedLibrary|null) |
reproductionUrl
public reproductionUrl: string;Finding reproductionUrl.
| Type | Description |
| string |
severity
public severity: (google.cloud.websecurityscanner.v1.Finding.Severity|keyof typeof google.cloud.websecurityscanner.v1.Finding.Severity);Finding severity.
| Type | Description |
| (google.cloud.websecurityscanner.v1.Finding.Severity|keyof typeof google.cloud.websecurityscanner.v1.Finding.Severity) |
trackingId
public trackingId: string;Finding trackingId.
| Type | Description |
| string |
violatingResource
public violatingResource?: (google.cloud.websecurityscanner.v1.IViolatingResource|null);Finding violatingResource.
| Type | Description |
| (google.cloud.websecurityscanner.v1.IViolatingResource|null) |
vulnerableHeaders
public vulnerableHeaders?: (google.cloud.websecurityscanner.v1.IVulnerableHeaders|null);Finding vulnerableHeaders.
| Type | Description |
| (google.cloud.websecurityscanner.v1.IVulnerableHeaders|null) |
vulnerableParameters
public vulnerableParameters?: (google.cloud.websecurityscanner.v1.IVulnerableParameters|null);Finding vulnerableParameters.
| Type | Description |
| (google.cloud.websecurityscanner.v1.IVulnerableParameters|null) |
xss
public xss?: (google.cloud.websecurityscanner.v1.IXss|null);Finding xss.
| Type | Description |
| (google.cloud.websecurityscanner.v1.IXss|null) |
Methods
create(properties)
public static create(properties?: google.cloud.websecurityscanner.v1.IFinding): google.cloud.websecurityscanner.v1.Finding;Creates a new Finding instance using the specified properties.
| Name | Description |
| properties |
IFinding
Properties to set |
| Type | Description |
| google.cloud.websecurityscanner.v1.Finding | Finding instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.websecurityscanner.v1.Finding;Decodes a Finding message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.websecurityscanner.v1.Finding | Finding |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.websecurityscanner.v1.Finding;Decodes a Finding message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.websecurityscanner.v1.Finding | Finding |
encode(message, writer)
public static encode(message: google.cloud.websecurityscanner.v1.IFinding, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Finding message. Does not implicitly messages.
| Name | Description |
| message |
IFinding
Finding message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.websecurityscanner.v1.IFinding, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Finding message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IFinding
Finding message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.websecurityscanner.v1.Finding;Creates a Finding message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.websecurityscanner.v1.Finding | Finding |
toJSON()
public toJSON(): { [k: string]: any };Converts this Finding to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.websecurityscanner.v1.Finding, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a Finding message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.websecurityscanner.v1.Finding
Finding |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a Finding message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|