RGB-Tools / RGB-Tools/rgb-lightning-node
Explore adding a fuzz testing suite
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 50
- Forks
- 48
- Avg merge
- 8h 52m
- Merged PRs (30d)
- 2
Description
Fuzz testing injects invalid, malformed, or unexpected data into a program to find coding errors and security vulnerabilities. We propose adding a fuzz testing suite to test and harden RLN.
RGB's rust-lightning fork does inherit upstream LDK's existing fuzz suite, but it hasn't been updated to cover the RGB-specific AFAICT.
Possible inspiration:
- Rust-lightning's fuzz testing package: https://github.com/lightningdevkit/rust-lightning/tree/main/fuzz
- LND's: https://github.com/lightninglabs/lnd-fuzz
Opening to discuss whether there's appetite for this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the existing upstream rust-lightning fuzz testing package and the LND fuzz suite, then compare their coverage with RGB-specific behavior in RLN. Define the agreed fuzzing scope and entry points first; done means the project has an accepted RGB-specific fuzz testing suite with coverage and validation criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- security, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100