microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

updating regex to match logs expression #864

Open Alebmurillo opened 4 months ago

Alebmurillo commented 4 months ago

Summary of the Pull Request

This PR aims to solve the Resutls analyzer issue 632 that gets generated by the use of double quotes in the log messages in the network.testing.x.logs, therefore the regex has been modified to include double quotes

PR Checklist

Info on Pull Request

This includes only the Regex change

Validation Steps Performed

Run the results analyzer with a network testing log that has double quotes and single quotes

marina-p commented 4 months ago

Hello @Alebmurillo,

I tried this fix on the repro GET request in #632, and did not see any behavior change. Could you please share the snippet of the network log for which your change resolved the exception for you?

Thanks,

Marina