-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fuzz testing #83
Comments
If it helps, feel free to use Bleach's test data. We didn't build it in a way that's easy for other projects to use, but I'm game for fixing that if you have ideas. https://github.com/mozilla/bleach/tree/master/tests Also: |
Bleach is under the Apache license. Ammonia is dual Apache / MIT license, for GPLv2 compatibility and to match with rustc. |
@notriddle I played with fuzzing some times ago. The only crash I could find was in html5ever servo/html5ever#305 |
For future reference, there's also servo/html5ever#290 (segfault) and servo/html5ever#289 (high CPU usage on malformed input). |
We really should do some form of exhaustive testing.
The text was updated successfully, but these errors were encountered: