Skip to content

Use regex for generating string when regex pattern is found #778

Description

@Markoutte

Description

At the moment fuzzing cannot generate proper string for simple regex patters.

Expected behavior

Fuzzing should generate proper string that matches to regex like

[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?([fFdD]?)

Potential alternatives

Look into discussion about fuzzer data optimization

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

comp-fuzzingIssue is related to the fuzzingctg-enhancementNew feature, improvement or change requeststatus-verifiedBug fix is verified

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions