Validate Vulnerability Search Query

GET https://{{API_URL}}/vulnerabilities/validate_search?q=string

Validate the query string portion of a vulnerability search. If the query is invalid and if the system can determine a suggested replacement, that suggestion will be returned in the response.

Request Params

KeyDatatypeRequiredDescription
qstringstring
This can be any query string you want to search for, including a regex. For more detailed documentation on our search syntax visit our Help Center.

|