-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy fixes #2490
base: master
Are you sure you want to change the base?
Proxy fixes #2490
Conversation
…erify download, fix upstream proxy function
Saml group mapping
Fix proxy in Jadx download, fix proxy in app func, fix frida server v…
if verify: | ||
ssl_context = ssl.create_default_context() | ||
else: | ||
ssl_context = ssl._create_unverified_context() |
Check failure
Code scanning / SonarCloud
Server hostnames should be verified during SSL/TLS connections High
if verify: | ||
ssl_context = ssl.create_default_context() | ||
else: | ||
ssl_context = ssl._create_unverified_context() |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections High
if verify: | ||
ssl_context = ssl.create_default_context() | ||
else: | ||
ssl_context = ssl._create_unverified_context() |
Check failure
Code scanning / SonarCloud
Server hostnames should be verified during SSL/TLS connections High
if verify: | ||
ssl_context = ssl.create_default_context() | ||
else: | ||
ssl_context = ssl._create_unverified_context() |
Check failure
Code scanning / SonarCloud
Server certificates should be verified during SSL/TLS connections High
Describe the Pull Request
Checklist for PR
tox -e lint,test
StaticAnalyzer/tests.py
)Additional Comments (if any)