mantiumai / chirps

Discover sensitive/confidential information stored in a vector database
GNU General Public License v3.0
57 stars 7 forks source link

Implement APIEndpointAsset's fetch_api_data functionality #181

Closed alex-nork closed 10 months ago

alex-nork commented 10 months ago

The purpose of this PR is to implement functionality that allows Chirps to make an API request to an APIEndpointAsset. The query included in the request POST body will be generated during a scan, and the entire response from the request will be parsed to determine if the response includes the pre-defined success outcome. If not, another query will be generated and the process repeated.