[ BUG ] falconpy don't handle wrong http header #1209
Labels
bug 🐛
Something isn't working
investigating
This issue is being investigated
spotlight
Spotlight issues and questions
Describe the bug
Using
getVulnerabilities
, withcommand
(aka: Uber Class API command method), the code requests/spotlight/entities/vulnerabilities/v2?ids=<some_uuid>&ids=<some_uuid>
. And i got sometimes the below response :Yes the first line is actually empty (i can see that in Burp proxy). And the code crash, it's like falcon handle this as error 500.
To Reproduce
unfortunately, not reproducible all the time, but i got this several times
Expected behavior
Falcon should handle this or retry the request.
My current workaround is to wait a small amount of time and perform the exact same request.
Environment (please complete the following information):
3.1.3[EDIT] 1.4.3 [/EDIT]Additional context
my point is to retrieve all vulnerabilities by device. I got > 38K devices. just to see the amount of ids i provided to each call, I limit it to 50 by the way.
The text was updated successfully, but these errors were encountered: