Skip to content
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

[Security] Fixed 'security.command.debug_firewall' not found #41747

Merged
merged 1 commit into from
Jun 20, 2021

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Jun 19, 2021

Q A
Branch? 5.3
Bug fix? yes
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

When working on a bundle that depends on some symfony/security-bundle, I found this.
Basically, we assume that service security.command.debug_firewall is always defined. For most application this service is defined as it is defined if symfony/console is installed. This is why we never caught the bug before.

But I do run into issues when I run the tests for my bundle.

@chalasr
Copy link
Member

chalasr commented Jun 20, 2021

Good catch, thanks Tobias.

@chalasr chalasr merged commit 6b1f17f into symfony:5.3 Jun 20, 2021
@fabpot fabpot mentioned this pull request Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants