We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we do with the Request object, we should be agnostic about what the Response object is named in TS.
e.g. patterns concerning the Response object should match on whatever here
whatever
function(req: Request, whatever: Response) { whatever.redirect(...) }
This is relevant to rules that match on res e.g. javascript_express_open_redirect.
res
javascript_express_open_redirect
See javascript_hapi_open_redirect rule for an example of the patterns: #309
javascript_hapi_open_redirect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As we do with the Request object, we should be agnostic about what the Response object is named in TS.
e.g. patterns concerning the Response object should match on
whatever
hereThis is relevant to rules that match on
res
e.g.javascript_express_open_redirect
.See
javascript_hapi_open_redirect
rule for an example of the patterns: #309The text was updated successfully, but these errors were encountered: