How to Prove the Safety of Your Software

How to Prove the Safety of Your Software

Conf42 via YouTube Direct link

interesting links

34 of 34

34 of 34

interesting links

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

How to Prove the Safety of Your Software

Automatically move to the next video in the Classroom when playback concludes

  1. 1 intro
  2. 2 preamble
  3. 3 short agenda
  4. 4 for future use...
  5. 5 from code to production
  6. 6 a random app step by step: worker.py
  7. 7 how is this done in the food industry?
  8. 8 food safety
  9. 9 it probably depends
  10. 10 it is nice to know what's inside
  11. 11 why not do the same with our
  12. 12 ...boms are there to help
  13. 13 why use sboms?
  14. 14 did you see this?
  15. 15 was your app affected?
  16. 16 like food labels sboms tell you what's inside
  17. 17 example sbom snippet
  18. 18 more and more you can download them upfront
  19. 19 and analyze them before you install something
  20. 20 back to our app: worker.py
  21. 21 step 1: the code
  22. 22 shipping the app
  23. 23 building the container images
  24. 24 build result
  25. 25 sbom creation
  26. 26 source code analysis
  27. 27 our first image based on python:latest
  28. 28 can we do better: python:3.9.18-slim
  29. 29 let's try one more image: python:alpine
  30. 30 summary
  31. 31 storing sbom files
  32. 32 distributing sbom files
  33. 33 final words
  34. 34 interesting links

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.