CodeVulnerabilitiesFilePath - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CodeVulnerabilitiesFilePath

Provides details about where a code vulnerability is located in your Amazon 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 Amazon SDKs, see the following: