Joshua Hiller

Results 12 comments of Joshua Hiller

Hi @davidt99 - Can we see an example of the code you're executing? I'd like to confirm I'm comparing apples to apples in my local testing. The result object may...

Hi @GabrielNBJJ - We've investigated this issue and it appears to be a problem with how this error is generated. You are correct, the value that should be provided here...

FalconPy will request a token when it prepares to make any API call and it realizes the token is expired or not present. Regarding v1.3.0, the intent is to maintain...

Providing support for the `stream` keyword in requests is a neat idea and should not be difficult to implement. Content-Length will require a bit more effort, but it makes sense...

Hi @jezkerwin - I'm unable to recreate this but am still trying a few ideas. The error above originates from `urllib3` and appears to be a communications issue. Is there...

Will see if I can't get this added to this latest set of updates we're working on.

Hi @ps4signedout - Does this still occur with the latest version (`0.7.2`)?

This should be doable. It'll be configured to execute only if the related argument is provided. (Whereas the config check tests will run every execution.) Adding this to the punch...

I should think so. Looking into this now.

Follow up: You can disable SSL for the MISP instance in your test environment entirely using the `misp_enable_ssl` setting in the configuration file. (Still researching if verification can be ignored...