ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

Support/test running with a security policy #79

Open tombentley opened 11 years ago

tombentley commented 11 years ago

We need some integration between CMR and running the JVM under a security policy (basically make it easy to run in a sandbox where we trust code loaded from any of the configured repositories, whether it's signed or not).

(This may really be a ceylon-runtime issue)

ceylon/ceylon-compiler#1044

FroMage commented 10 years ago

I think we also need a way to tell tools to only work with HTTPS connections and allow signed modules. Any unsigned module or HTTP lookup would then be disallowed.

gavinking commented 10 years ago

Well first we should make the compiler sign jars. (i.e. call out to jarsigner.)