-
@zmalatrax this issue needs scoping and will need a decent amount of architecture design
```[tasklist]
### Tasks
- [ ] find best fuzzing framework in JS/TS (compatible with bun)
```
Eikix updated
2 weeks ago
-
Implement Fuzzing
[OSS-Fuzz](https://github.com/google/oss-fuzz) - recommended solution
Check all options listed here:
https://github.com/ossf/scorecard/blob/5d08c1cc11c1e45c2ab2a88adac0a18464f02…
-
cargo fuzz is everyone's fuzzy friend :)
Happy to send a PR
-
Make fuzzing add corpus on new branch and commit (see 61c3f42).
| | |
|--------|--------|
| Adding commit to same branch is bad because | fuzzing takes a while so new commits might arrive while…
-
Hi, the Ubuntu Security Team was wondering if exfatprogs is being fuzz-tested, due to a generally high-risk of bugs when parsing file systems.
As far as I can see there are no fuzz tests for exfatpro…
-
Consider fuzzing the library and adding to OSSFuzz (see https://github.com/google/oss-fuzz/pull/12368 for `sigstore-python`)
-
Context: This checking if the repository name is included in the [OSS-Fuzz](https://github.com/google/oss-fuzz) project list. Fuzzing, or fuzz testing, is the practice of feeding unexpected or r…
-
# Background
There is a lot of code in the BAG library, and therefore a significant risk of memory holes or other security issues. This might also reflect issues in underlying libraries including …
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (73fb616 2023-12-19T00:16:21.131413571…
-
> I would add a fuzzing test for these two functions with roundtrip assertion: `random_buf == encode(decode(random_buf))` because IPROTO is a part of public interface and therefore a part of attack su…