Skip to content

fix: GET request query-param detection#13

Open
NeedleInAJayStack wants to merge 1 commit into
mainfrom
fix/get-query-param-detection
Open

fix: GET request query-param detection#13
NeedleInAJayStack wants to merge 1 commit into
mainfrom
fix/get-query-param-detection

Conversation

@NeedleInAJayStack

Copy link
Copy Markdown
Member

It now matches on a parameter named exactly 'query', whereas previously it would misclassify requests where 'query' appeared as a substring of another param (e.g. ?ideParam=queryFoo). This would realistically only occur on IDE parameters, which are not really used.

It now matches on a parameter named exactly 'query', whereas previously it would misclassify requests where 'query' appeared as a substring of another param (e.g. ?ideParam=queryFoo). This would realistically only occur on IDE parameters, which are not really used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant