|
|
|
|
|
by ahhhhnoooo
66 days ago
|
|
Unlimited strings are a problem. People will use it as storage. No, I'm not joking. We used to allow arbitrary paths in a cloud API I owned. Within about a month someone had figured out that the cost to store a single byte file was effectively zero, and they could encode arbitrary files into the paths of those things. It wasn't too long before there was a library to do it on Github. We had to put limits on it because otherwise people would store their data in the path, not the file. |
|