CodeVulnerabilitiesFilePath - AWS Security Hub CSPM
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

CodeVulnerabilitiesFilePath

Provides details about where a code vulnerability is located in your AWS Lambda function.

Contents

EndLine

The line number of the last line of code in which the vulnerability is located.

Type: Integer

Required: No

FileName

The name of the file in which the code vulnerability is located.

Type: String

Pattern: .*\S.*

Required: No

FilePath

The file path to the code in which the vulnerability is located.

Type: String

Pattern: .*\S.*

Required: No

StartLine

The line number of the first line of code in which the vulnerability is located.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: