Files
containers/slides/sbom/python-application.md
Marco Verleun f9bf5759cf
Some checks failed
Gitea Actions Demo Training / Explore-Gitea-Actions (push) Failing after 14s
Fix url
2024-02-03 09:47:06 +01:00

725 B

From code to production

It starts with the code...

--

Which gets deployed inside/on:

  • An appliance
  • A host
  • A container

Or is reused as an module.


A (random) app step by step: worker.py

Let's explore what happens to a app written by Jerome Petazzo which will run inside a container. The source code can be found here: worker.py

We'll see that the number of CVE's will increase as the code moves on towards deployment and how some decisions can make a difference.

We will not focus on the application logic, only on the safety.


How can we do this?

Let's first look at how the food industry is doing this.