Shifting Left: Secure Coding in Elixir Livebooks

Product information

Topic

Livebook

Audience

Beginner, Intermediate

Biography

Holden Oullette is a hacker based out of Portland, Oregon serving as the technical lead of Security at Podium Software

Talk Description

One of Elixir’s strengths has always been its secure-by-default approach while using it to build (web) applications. Paired with other modern technology stacks, such as GraphQL or React, you can build incredibly secure applications.

But as the saying goes in Information Security, “There’s no such thing as a Secure System.” With that in mind, one of the best approaches to applying practical security measures in the SDLC is to “shift left” as much as possible. One such aspect of the “shift left” approach is to empower developers through Security education, up-leveling their knowledge of best/worst practices for the technology stacks they are working with.

Traditionally, training material for Security Education is limited to high-level concepts and frankly a little dry - solely existing as static resources on the web or textbooks. Interactive materials are few and far between - typically only available as SaaS products that small-mid-size companies may not want to prioritize acquiring. Even in these paid platforms, support for the Elixir ecosystem is sparse.

Holden set out to solve these issues by combining pre-existing, community-driven static resources (along with opinionated views of Web Security) with Elixir Livebooks to create the first Elixir-focused, interactive Secure Coding course.

It was developed with Enterprise-wide training in mind so that it could be deployed in a way that an individual contributor at any Elixir software company could take it and receive immediate, graded feedback without the manual review of a Security Engineer.

Best of all, the entire framework (Livebook, Training Material, Auto-grader, etc.) is being open-sourced for anyone to use and to iterate on!

This talk with dive into the history of Erlang/Elixir Security, the creation/coverage of the Secure Coding course, how to deploy it in an enterprise setting and outline where the future of the project is going!