-
# Code Coverage
Code coverage is a very interesting field, with lots of different variations. The following is loosely inspired by some literature I stumbled across years ago - I'll have to see if …
-
Hello,
I tried creating a project to fuzz in persistent mode (`in_app` persistent mode) using intel-pt for coverage.
It seems like this is not supported, I added `while (__afl_persistent_loop())…
-
Hi all,
I have prepared the initial integration https://github.com/CodeIntelligenceTesting/oss-fuzz/commit/8cbf0fbfe26188b6a4927f681377a85bd882ef6b of jersey into [google oss-fuzz](https://github.c…
-
I wanted to know how much value we were getting from oss-fuzz. It's coverage guided, so it should be helpful in cases where coverage is hard to achieve. The simplifier has over a thousand rules, and w…
-
To get coverage-guided fuzzing we should port our fuzzer to use https://github.com/google/fuzztest. This would be a significant task. Most of the work would involve changing our ast generator to compl…
-
I see there's:
```rust
// TODO tweak these functions to generate edge cases (zero, infinity, NaN) more often
```
I believe quickcheck or proptest probably give a way to do this, and potentially sh…
-
### Paper
FedSim: Similarity guided model aggregation for Federated Learning
### Link
https://doi.org/10.1016/j.neucom.2021.08.141
### Maybe give motivations about why the paper should be implemen…
-
Hi all,
I have prepared the initial integration https://github.com/CodeIntelligenceTesting/oss-fuzz/commit/13929c25e1301978cab9d05efd39799cefd7f8d8 of archaius-core into [google oss-fuzz](https://g…
-
### Product
axe Extension
### Question
Hello! Could you please clarify the correct percentage that axe-core usually gets when running?
I ask this because sometimes we need to prepare presentati…
-
Hello, I am new to this project. I would like to ask how to compile the pktperf application in examples. I did not find the corresponding guidance tutorial in the makefile or the docs guidance file of…