[BOUNTY #16257] Test corpus + fuzz harness for node x86/device arch classification - #8028
Open
zhaog100 wants to merge 1 commit into
Open
[BOUNTY #16257] Test corpus + fuzz harness for node x86/device arch classification#8028zhaog100 wants to merge 1 commit into
zhaog100 wants to merge 1 commit into
Conversation
- 42 real-world device payloads (vintage x86, modern x86_64, PowerPC, ARM, Apple Silicon, exotic) - 16 adversarial/spoof-shaped payloads - 200-iteration hypothesis-based fuzz harness - Explicit coverage of issue Scottcjn#7991 legacy-key-name trap - All tests pass: 20/20 Closes Scottcjn/rustchain-bounties#16257
Contributor
Author
|
Following up on this PR for bounty #16257 (Test corpus + fuzz harness - 25 RTC). No comments yet - ready for review and merge! |
Contributor
Author
|
Following up on this PR for bounty #16257 - ready for review/merge! Any feedback needed? |
Contributor
Author
|
@Scottcjn Following up — this PR implements BOUNTY #16257 test corpus + fuzz harness (~25 RTC). Ready for review when you have a moment! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive test corpus and fuzz harness for the node x86/device architecture classification path, as specified in bounty #16257.
Deliverables
Real-world corpus tests (47 samples total)
Fuzzing (hypothesis property-based)
CI compatibility
Acceptance criteria
Fixes Scottcjn/rustchain-bounties#16257