How to robustly disable core dumps in application code regardless of Linux distribution configuration [migrated]

For sensitive application it is necessary to protect against sensitive data being written to disk on application crash. Some distributions (like Ubuntu) have daemons (apport, whoopsie) collecting crash information and sending… Continue reading How to robustly disable core dumps in application code regardless of Linux distribution configuration [migrated]

What would be reasonable approach for sandboxing new project to be protected against security holes made by chance?

As a regular developer I’m curious about looking at new projects. Let’s say today I want to contribute to open source project in Python. This project is on GitHub and I a kind of confident in people behind this project. The o… Continue reading What would be reasonable approach for sandboxing new project to be protected against security holes made by chance?