-
Notifications
You must be signed in to change notification settings - Fork 164
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 get http query uri #714
Conversation
@@ -0,0 +1,15 @@ | |||
rule: | |||
meta: | |||
name: get HTTP query URI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about "query"... How about request or header?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh, i misunderstood what this HttpQueryInfo
option fetched. i thought it was the query parameters portion of the URL, but i see now its the whole URL. so i'd propose:
get HTTP request URL
Hm, the linter should have run thoroughly before. Maybe there's a 13 in the block as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😃 cool
ref #3
please LINT_THOROUGH