-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] don't validate IP addresses from env var placeholders #32115
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
Conversation
Q | A |
---|---|
Branch? | 4.3 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #32108 |
License | MIT |
Doc PR |
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 an expert in this ... but changes look OK to me. Thanks Christian.
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Show resolved
Hide resolved
I've tested it and it works. |
Thank you @xabbuh. |
…placeholders (xabbuh) This PR was merged into the 4.3 branch. Discussion ---------- [SecurityBundle] don't validate IP addresses from env var placeholders | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32108 | License | MIT | Doc PR | Commits ------- f23a7f6 don't validate IP addresses from env var placeholders
When it will be available in stable release? We need this fix to upgrade our dependencies, but I prefer not to use |
@Wirone Patch releases are published every four weeks regularly. |