Mohd Zaid

Results 7 issues of Mohd Zaid

# Description Relates to issue: **ZEUS-0000** Fixing some typescript syntax, improving and adding the async logic to make working with data reliable. This pull request is categorized as a: -...

# Description Relates to issue: **ZEUS-0000** _Please enter a description and screenshots, if appropriate, of the work covered in this PR_ This pull request is categorized as a: - [...

After: ![Screenshot 2024-04-24 182038](https://github.com/block-core/blockcore-notes/assets/72139621/16df1d6b-7f76-44ae-8164-8d8dbb3aef6c)

### Public Disclosure While writing a fuzz target for `Message::from_bytes` in `node/src/protocol.rs` I found an Integer Overflow vulnerability in the FlexBuffers crate. I already disclosed this vulnerability in Discord communication...

bug

This issue describes why fuzzing is important for a project like Braidpool and also keeps track of the current stage of implementation. You might think, Why do we need to...

fuzzy-testing

We don't need a retry mechanism for the templates for now. The current code retries for the template if it contains bytes less than the `MIN_TEMPLATE_SIZE` and makes 3 attempts...

good first issue

Reported by @mcelrath, "I noticed send_queue_full_error in ipc/client.rs. This is verbose and does the same thing for every request type. I think if we drop the request and let it...