ext/standard: limit maximum number of filter chains - #22110
Conversation
|
It's looking pretty good for the RFC, so it would be nice to get a review of this PR. |
|
RFC is accepted. @bukka could you review this? |
|
Will check this or next weekend hopefully. |
|
@bukka Could you review this please? |
|
@LamentXU123 , @arnaud-lb Could one of you perhaps review this pull request? |
LamentXU123
left a comment
There was a problem hiding this comment.
Sorry for the late response and thank you for your work.
I am not an expert in this topic so just my 2 cents
|
@Sjord Thanks. Now please wait for others reviews on this topic because i am not an expert on this.Also keep my reviews unresolved because I want to hear from others opinions. This looks good to me :) |
TimWolla
left a comment
There was a problem hiding this comment.
Didn't actually look at the code, but these stood out. There might be more cases where you're using spaces instead of tabs.
arnaud-lb
left a comment
There was a problem hiding this comment.
Looks good to me otherwise!
LamentXU123
left a comment
There was a problem hiding this comment.
Awaiting Jakub for final review 👍
|
@bukka Could you review/merge this? |
|
It would be good if you could push NEWS and UPGRADING update now so we can just squash it and merge it through GH... |
|
Leave the remaining work to me I will do it when merging. Thanks. |
de3a9d1 to
02d390a
Compare
Limit php://filter URLs to 16 filters by default and allow applications to override the limit with filter.max_filter_count. Co-Authored-By: jvoisin <julien.voisin@dustri.org>
02d390a to
1e91e5b
Compare
|
Note: Since the PR to remove the value of parameter in errors of file functions is merged. The test file need to be slightly changed. |
081a860 to
37fdbd1
Compare
|
Thank you! |
This is an implementation suggestion for the RFC to limit the maximum number of filters in a
php://filterURL.