You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstrings for verify args throughout the taxii2client library (example) state that only a bool may be provided. However, this value is ultimately passed to the requests library, which accepts either a bool or string (source).
Docstrings for
verifyargs throughout the taxii2client library (example) state that only a bool may be provided. However, this value is ultimately passed to therequestslibrary, which accepts either a bool or string (source).