Skip to content

Secure and safe serialization of Kotlin Lambdas to ship and execute "over the wire", or as binary scripts

License

Notifications You must be signed in to change notification settings

kohesive/chillambda

Repository files navigation

Kotlin Maven Central CircleCI branch Issues DUB Kotlin Slack

Chillambda

Chillambda is used to serialize Kotlin lambdas in a safe and secure way so that they can be executed elsewhere safely.

When combined with Cuarentena, they can be security checked before/after serialization to ensure they are not attempting to access anything outside of a whitelist of classes or methods.

Chillambda use cases:

  • serialize a lambda to use as a binary script
  • serialize a lambda to execute on another server

Gradle /Maven

Add add the following dependency:

uy.kohesive.chillambda:chillambda:1.0.0-BETA-08

About

Secure and safe serialization of Kotlin Lambdas to ship and execute "over the wire", or as binary scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published