webpp
webpp copied to clipboard
Common Bug Detection System
A bug detection system is going to be really useful.
wpp hunt
Which runs the application with temporarily databases, filled with random and harmful data, and then collects the accepted routes (from router) and re-runs those routes with previously known to be malicious tests.
- XSS
- Memory corruption with help of custom allocators
- Crash detection
- Log corruption detection
- Memory leak detection
- Race condition detection
- ...
All of these are possible, but will require so much time and effort into making them. So this is not a feature that I would work on right now, but I'll wait for the project to be mature enough first.
Boy, one could spend years on this issue and still come up with nothing great!