microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

allow list fuzzer #3580

Closed mgreisen closed 9 months ago

mgreisen commented 9 months ago

Summary of the Pull Request

What is this about? Added a rust libfuzzer target to fuzz the allow list parse function in the coverage project.

https://github.com/microsoft/onefuzz/blob/679309a87a27251ffabf698fdd9eae2c643467b6/src/agent/coverage/src/allowlist.rs#L25C47-L25C47

codecov-commenter commented 9 months ago

Codecov Report

Merging #3580 (f807596) into main (679309a) will decrease coverage by 0.19%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3580      +/-   ##
==========================================
- Coverage   39.00%   38.81%   -0.19%     
==========================================
  Files         302      302              
  Lines       36958    36955       -3     
==========================================
- Hits        14414    14344      -70     
- Misses      22544    22611      +67     

see 6 files with indirect coverage changes