Under [core/requester.py] line 48 of code. **response = SESSION.get** Certificate verification is disabled by setting **verify** to **False** in **get**. This may lead to Man-in-the-middle attacks.
Under [core/requester.py] line 48 of code.
response = SESSION.get
Certificate verification is disabled by setting verify to False in get. This may lead to Man-in-the-middle attacks.