Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add expected response body functionality #4

Open
Tackx opened this issue Jun 26, 2023 · 1 comment
Open

Add expected response body functionality #4

Tackx opened this issue Jun 26, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Tackx
Copy link
Member

Tackx commented Jun 26, 2023

  • Configure which attributes to look for in the body (JSON only?)
  • Configure the expected (equal to, lower/higher than) value of the parameter
  • Report if the value is missing/not matching the expected value
@Tackx Tackx added enhancement New feature or request good first issue Good for newcomers labels Jun 26, 2023
@mxdpeep
Copy link

mxdpeep commented Aug 31, 2023

maybe complete RegEx implementation of checking for strings and values, evaluated as both good and bad signals

see: https://developers.cloudflare.com/ruleset-engine/rules-language/expressions/
see: https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants