-
Automated fuzz tester, based on QuickCheck for Haskell: https://bitbucket.org/darrint/qc.js/
-
```
As we do deeper and deeper surgery on the compiler, I'd like to have a
fuzzer or some other kind of randomized testing to look for corner cases in
our implementation.
Before writing our own, we s…
-
## Affected Projects
assimp v5.4.3 (https://github.com/assimp/assimp)
## Problem Type
CWE-122: Heap-based Buffer Overflow
## Decription
### Summary
A segmentation fault (SEGV) was dete…
-
Extracted from https://github.com/ziglang/zig/pull/20773.
```zig
test "fuzz example" {
const input_bytes = std.testing.fuzzInput(.{
.corpus = &.{"foo", "bar"},
});
// ...
…
-
```
As we do deeper and deeper surgery on the compiler, I'd like to have a
fuzzer or some other kind of randomized testing to look for corner cases in
our implementation.
Before writing our own, we s…
-
Hey Rhai Team,
I hope this message finds you well. I've been following along with Rhai for some time now, and I've really enjoyed using it in one of my side projects. I'd like to suggest and champi…
-
We want to increase confidence in the `versions` code by testing edge cases. A powerful tool for this is [fuzz testing](https://go.dev/security/fuzz/)
- [ ] Implement a Fuzz test in [`versions_test…
-
### Is your feature request related to a problem or challenge?
I noticed an awesome SQL fuzzing framework [SQLancer](https://github.com/sqlancer/sqlancer/tree/main) can be implemented on DataFusion…
-
```
number-pairs : phet-io-data-stream-fuzz : unbuilt
URL: http://128.138.93.172/continuous-testing/ct-snapshots/1727289190249/phet-io-wrappers/data-stream/?sim=number-pairs&locales=*&phetioWrapperD…
-
Hey kata team,
I'm aware that you are very busy people and I don't want to overload you with too many ideas. Is now a bad time to talk about improving security/reliability using fuzz-testing? I'd l…