|
|
|
|
|
by nolist_policy
1008 days ago
|
|
I think sandboxing is the more powerful solution. You think in terms of "What privileges can the attacker gain if this code blows up?" and limit the code's privileges to the minimum. Problem is, sandboxing is harder to implement so it's often done suboptimally or not at all. |
|