Agile + DevOps East 2018 - DevSecOps | TechWell

Conference archive

Agile + DevOps East 2018 - DevSecOps

Thursday, November 8

Curtis Yanko
Sonatype
DT8

DevSecOps in the Age of Containers

Add to calendar
Thursday, November 8, 2018 - 1:30pm to 2:30pm

As IT shops look to move their workloads into containers and the cloud, their initial concerns often center around the security implications. Containers do force us to change how we think about securing our application, but they also offer exciting new opportunities. Curtis Yanko will explore the security concerns that come along with containers and take a deep dive into container composability and how modern tooling makes it possible to automate security and compliance concerns across the entire application stack. Curtis will share a project via GitHub that has a reference Jenkins...

Eric Sheridan
WhiteHat Security
DT11

Serverless Security: Overcome Architectural Security Challenges

Add to calendar
Thursday, November 8, 2018 - 3:00pm to 4:00pm

Serverless architectures take the idea of microservices to the extreme. To implement secure serverless architectures, you have to understand how to compartmentalize programs at the function level. You also need to factor in security practices: Serverless architectures are susceptible to traditional attacks such as SQL injection and command injection, along with a wide variety of privilege escalation and sensitive data disclosure attacks. Developers must consider what would happen if an attacker attempted to invoke each of their functions directly. What if one of those functions were to...