Open leoluk opened 9 years ago
shinken install downloads unsigned code over an unencrypted connection (https://github.com/naparuba/shinken/blob/e636db2c1768c38ffcfda0f019b1bb789d4fdbf0/cli/shinkenio/cli.py#L325).
shinken install
This allows an attacker to compromise a Shinken host by adding malicious code to a downloaded package.
Enabling HTTPS for shinken.io would mitigate this - a proper fix would be the implementation of package signing.
+1. signature and https are always great to have.
shinken install
downloads unsigned code over an unencrypted connection (https://github.com/naparuba/shinken/blob/e636db2c1768c38ffcfda0f019b1bb789d4fdbf0/cli/shinkenio/cli.py#L325).This allows an attacker to compromise a Shinken host by adding malicious code to a downloaded package.
Enabling HTTPS for shinken.io would mitigate this - a proper fix would be the implementation of package signing.