rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
129 stars 9 forks source link

Apply for oss-fuzz? #158

Open Kijewski opened 1 month ago

Kijewski commented 1 month ago

I let the fuzzer for target all run for roughly half a day on 8 cores, accumulating one billion runs without any incidents:

#1000351227: cov: 4656 ft: 25089 corp: 5015 exec/s 2597 oom/timeout/crash: 0/0/0 time: 40808s job: 1226 dft_time: 0

Do you think we should apply for oss-fuzz similar to https://github.com/google/oss-fuzz/pull/10935?

GuillaumeGomez commented 1 month ago

I think anything which has a parser should use fuzzing, so in short yes. :+1: