BLOG
A practical walk-through of how you can reduce CVE exposure in Python base images by 97% - from 399 vulnerabilities in a real service to 13 - using three compounding strategies and Red Hat UBI micro.
By Vishnu Sunkari
Showing 2 items tagged with "Python"
BLOG
A practical walk-through of how you can reduce CVE exposure in Python base images by 97% - from 399 vulnerabilities in a real service to 13 - using three compounding strategies and Red Hat UBI micro.
BLOG
How to save data of your queues on to disk instead of in-memory in Python ? How to persist queues on to disk ? How to save queue data on to temporary file or database on disk ?