5 ms·
> People keep forgetting to sanitize inputs, for example. Does that render input sanitization a broken idea? Possibly. You could prevent careless use of unsani
by guns 3y ago
> People keep forgetting to sanitize inputs, for example. Does that render input sanitization a broken idea?
Possibly. You could prevent careless use of unsanitized inputs with a type system. Fail-safe designs should be more common.