8000 [Security][SecurityBundle] Dump role hierarchy as mermaid chart by damienfern · Pull Request #61034 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Security][SecurityBundle] Dump role hierarchy as mermaid chart #61034

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

Open
wants to merge 13 commits into
base: 7.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add changelog entries
  • Loading branch information
damienfern committed Jul 4, 2025
commit dcfe489915e9dac76106c724f1429aa8aee81744
1 change: 1 addition & 0 deletions src/Symfony/Bundle/SecurityBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
7.4
---

* Add `debug:security:role-hierarchy` command to dump Role Hierarchy graphs in the Mermaid.js flowchart format
* Register alias for argument for password hasher when its key is not a class name:

With the following configuration:
Expand Down
5 changes: 5 additions & 0 deletions src/Symfony/Component/Security/Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

7.4
---

* Added `MermaidDumper` to dump Role Hierarchy graphs in the Mermaid.js flowchart format

7.3
---

Expand Down
Loading
0