Type: FindingLocation
Contains all information to locate the source of a finding
Related Filters
Properties
| Name | Type | Description |
|---|---|---|
| _cursor | String | Provides a value that can be supplied to the |
| _fileHashesMeta | _QueryMeta | Hashes of the file associated with finding. For precise location lookups, this should not use a fuzzy hash. All hashes included in this list should refer to a single file. |
| createdAt | DateTime | The instant this object has been created |
| fileHashes | [Hash] | Hashes of the file associated with finding. For precise location lookups, this should not use a fuzzy hash. All hashes included in this list should refer to a single file. |
| fileOffsetAddress | Int | Number of bytes into file for the finding location |
| filePath | String | File path associated with the finding (could be a full file path within a file system, a relative file path in a source code repository, or path within a container image) |
| functionName | String | Name of the function affected by the Finding |
| id | ID | An auto-generated string that identifies this child entity uniquely within this collection of child entities |
| lineNumber | Int | Line number in a text file |
| sinkObject | String | Sink object (variable, function...) of the attack vector. |
| sourceObject | String | Source object (variable, function...) of the attack vector. |
| updatedAt | DateTime | The instant this object has been updated the last time |
This page was generated: 2024-11-06
