SecAppDev 2023 lecture details
OpenAPI: the common language of APIs
Understand how API contracts can be written in with the OpenAPI standard and leveraged across the API lifecycle, including for security.
Monday June 12th, 14:00 - 15:30
Room Lemaire
Download handoutsAbstract
Introduced a decade ago, OpenAPI (formerly Swagger) aimed to document APIs in a language comprehensible to both humans and machines. Today, it serves as a key enabler for API design, testing, and security. In this session, we will explore the creation and maintenance of API contracts using the OpenAPI standard, examine real-life use cases (including OpenAI plugin development), and suggest an approach where robust API contracts can serve as a protective shield against vulnerabilities.
Key takeaway
Learning about the power and extensibility of OpenAPI and its application across the API lifecycle.
Content level
Deep-dive
Target audience
Developers, architects, and AppSec professionals
Prerequisites
None
Related lectures
The security model of the web
Introductory lecture by Philippe De Ryck in room Lemaire
Monday June 12th, 11:00 - 12:30
In this session, we explore how to leverage the fundamental security model of the web for security. We also explore complex attack patterns, such as CSRF, and how they impact even modern API-based applications.
Key takeaway: Understand how the browser reasons about web security, and how you can leverage this fundamental security model to secure your applications
Building a secure Software Development Lifecycle
Introductory lecture by Avi Douglen in room West Wing
Monday June 12th, 11:00 - 12:30
How does an SDLC become a secure SDLC? In this session, we use real-world stories to identify and overcome challenges to integrate security into a development lifecycle. You will learn how to build and implement a high-value AppSec program.
Key takeaway: Learn how to initiate a software security program, manage the program on ongoing basis, keep it sustainable, and build stakeholder engagement and buy-in
Third-party library security management
Deep-dive lecture by Jim Manico in room West Wing
Wednesday June 14th, 14:00 - 15:30
Managing third party library dependence is one of the most difficult challenges in software development and requires significant process and technical discipline. This session offers actionable advice on getting this challenge under control.
Key takeaway: To handle third-party dependencies securely, you need to reduce the amount of libraries you use, vet the ones you use, and keep them up to date