Collections
Collections indicate all the API data collections that are present in the codebase.
A collection result consists of the following structure:
The parameters are explained below:
Field | Description |
| ID of the collection which is detected |
| Name of the collection |
| Boolean indicating if the field is sensitive |
| List of collections of the data element found in the code |
| ID of the source which is collected |
| List of occurrences of the data element in the code |
| Endpoint of the API |
| name of the entity which is processed in API |
| Line number of the occurance |
| Column number of the occurance |
| Name of the file where the occurrence is detected |
| A dump of the code around the occurrence |
Last updated