|
|
|
|
|
by ok123456
1 hour ago
|
|
How do you prevent compression bomb attacks when files can define their own compression functions? You could have some kind of OOM killer, but that will be a "footgun" that people who are actually doing "big data" will constantly shoot. This pretty much kills any ingestion pipeline where the source is untrusted. |
|
“Some code is untrusted” does not mean code should never be executed. There are more use cases with trusted sources than untrusted.