#694 APP-01: No resource limits on app child processes
Description
EditLocation: executor.py:462. Issue: multiprocessing.Process spawned without CPU/memory/file descriptor limits. Malicious or buggy app can fork bomb, consume all memory, or open unlimited handles. Fix: Use resource.setrlimit before exec or migrate apps to Docker sandbox (sandbox.py exists).
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...