We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently all https/TLS requests are vulnerable to MITM.
See:
jenkins_api_client/lib/jenkins_api_client/client.rb
Lines 311 to 314 in b9a5e5d
Lines 270 to 274 in b9a5e5d
Suggestion: Change default to verify, allow users who are unable to fix their trust root to set an option to disable verification.
exec_cli is hard-coded to http:
exec_cli
http
Lines 617 to 619 in b9a5e5d
update center request is not made over https, too.
https
Lines 490 to 493 in b9a5e5d
The text was updated successfully, but these errors were encountered:
see #204
Sorry, something went wrong.
No branches or pull requests
Currently all https/TLS requests are vulnerable to MITM.
See:
jenkins_api_client/lib/jenkins_api_client/client.rb
Lines 311 to 314 in b9a5e5d
jenkins_api_client/lib/jenkins_api_client/client.rb
Lines 270 to 274 in b9a5e5d
Suggestion: Change default to verify, allow users who are unable to fix their trust root to set an option to disable verification.
exec_cli
is hard-coded tohttp
:jenkins_api_client/lib/jenkins_api_client/client.rb
Lines 617 to 619 in b9a5e5d
update center request is not made over
https
, too.jenkins_api_client/lib/jenkins_api_client/client.rb
Lines 490 to 493 in b9a5e5d
The text was updated successfully, but these errors were encountered: