PIE is for pipelines, which will likely involve calling exec sometimes. Such calls can benefit from security to make sure arguments are escaped correctly. How to do this?
Provide an exec library function which does this
Somehow detect functions that leave the Java boundary and require that their input is escaped?
PIE is for pipelines, which will likely involve calling
exec
sometimes. Such calls can benefit from security to make sure arguments are escaped correctly. How to do this?