fix fuzzing self-contained input requirement (#4531)

This commit is contained in:
Dogan Can Bakir 2023-12-24 11:46:09 +03:00 committed by GitHub
parent c60b7f02f2
commit f6ebe7f5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,6 +303,7 @@ func (request *Request) executeFuzzingRule(input *contextargs.Context, previous
if err != nil {
continue
}
input.MetaInput = &contextargs.MetaInput{Input: generated.URL()}
for _, rule := range request.Fuzzing {
err = rule.Execute(&fuzz.ExecuteRuleInput{
Input: input,