Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use of HTTP Without TLS #88

Closed
akondasif opened this issue Jul 15, 2018 · 2 comments
Closed

Use of HTTP Without TLS #88

akondasif opened this issue Jul 15, 2018 · 2 comments
Labels

Comments

@akondasif
Copy link

akondasif commented Jul 15, 2018

Greetings,

I am a security researcher, who is looking for security smells in Puppet scripts. I found instances where the HTTP protocol is used instead of HTTPS (HTTP with TLS). I think this is a smell, and I was wondering why HTTP is used? Is it because of lack of tool support?

I am trying to find out if developers are forced to adopt bad practices due to lack of tool support when it comes to the HTTPS protocol. Maybe it is due to dependency on a resource that uses HTTP?

Any feedback is appreciated.

Source: https://github.com/deric/puppet-mesos/blob/master/manifests/repo.pp (Line#20, 84)

deric added a commit that referenced this issue Jul 17, 2018
@deric deric added the bug label Jul 17, 2018
@deric
Copy link
Owner

deric commented Jul 17, 2018

Good catch. This was probably caused by lack of documentation or absence of https endpoint at the time of writing. Should be fixed in next release.

@deric deric closed this as completed Jul 17, 2018
@akondasif
Copy link
Author

Thanks for the feedback. I also felt the same, lack of tool support may have caused this issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants