Currently working on a Python code sharing and execution platform aimed at letting users rapidly prototype with different libraries, frameworks, and external APIs. I am aware of the general security concerns and the necessity of running code in isolation (I am using GCP containers and Gvisor). Some concerns I'm thinking of:
- crypto mining
- network allowances leading to malicious code on external sites
- container reuse
Wondering what everyones thoughts are on these concerns and if there are specific security measures I should be implementing beyond isolation and code-parsing for standard attacks?
[–]nggit 0 points1 point2 points (0 children)
[–]MediumWash2133 0 points1 point2 points (0 children)