Skip to content

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

Closed
@Markoutte

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

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

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions