| ▲ | jamesfinlayson 3 hours ago | |||||||||||||
Yep. I remember years ago seeing the website for some guy who proudly listed all the CVEs he'd discovered. Clearly he'd written some scanning tool to look at regexes in open source projects and was creating CVEs for anything that might result in exponential time execution or whatever. | ||||||||||||||
| ▲ | gorgoiler an hour ago | parent | next [-] | |||||||||||||
It sounds like an interesting case study. Do these things get reported with a patch?: (a) add a new function that does regular expressions searching / matching with a resource checker (eg a timer); (b) write a local linter that reports an error for any use of the builtin regular expression tools; (c) fix all the lint warnings; (d) commit the linter. | ||||||||||||||
| ||||||||||||||
| ▲ | tryauuum an hour ago | parent | prev [-] | |||||||||||||
That's a real issue, took cloudflare down once... | ||||||||||||||