|
|
|
|
|
by viraptor
1378 days ago
|
|
This is a bad take. The operation is not slow as in "takes longer", but as in "effectively never finishes". (that's what taking minutes on a single request means) That makes it trivial to DoS a service if you know it's running on a standard python runtime. And availability related to untrusted input is very much a vulnerability in a traditional sense. As traditional as it gets really: https://www.cvedetails.com/vulnerability-list/opdos-1/denial... It also has a financial impact definitely something security people are interested in. |
|