Commit 37ceef0
committed
feature #16755 [Security] add subject variable to expression context (xabbuh)
This PR was merged into the 2.8 branch.
Discussion
----------
[Security] add subject variable to expression context
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | yes
| Tests pass? | yes
| Fixed tickets | #16600
| License | MIT
| Doc PR | TODO
Commits
-------
346943e add subject variable to expression contextFile tree
Expand file treeCollapse file tree
2 files changed
+4
-0
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Security/Core/Authorization/Voter
Expand file treeCollapse file tree
2 files changed
+4
-0
lines changedOpen diff view settings
Collapse file
+3Lines changed: 3 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
448 | 448 | |
449 | 449 | |
450 | 450 | |
| 451 | + |
| 452 | + |
| 453 | + |
451 | 454 | |
452 | 455 | |
453 | 456 | |
|
Collapse file
src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
102 | 102 | |
103 | 103 | |
104 | 104 | |
| 105 | + |
105 | 106 | |
106 | 107 | |
107 | 108 | |
|
0 commit comments