rust-ammonia / rust-content-security-policy

Parse and validate Web Content-Security-Policy level 3
Apache License 2.0
10 stars 6 forks source link

Fuzz testing #10

Open notriddle opened 5 years ago

notriddle commented 5 years ago

Write something that generates random strings, and attempts to parse them, ensuring that the library doesn't panic. After doing so, make sure the library can run the pre_request check random URLs against it also without panicking.

notriddle commented 5 years ago

Being a good first issue, and since we want to avoid having two different people working on the same thing, please leave a comment saying that you want to claim the issue. I'll remove the good first issue and add the assigned label to it.