Commit 3d7304b
committed
bug #64468 [HttpFoundation] Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS (derflocki)
This PR was submitted for the 8.2 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[HttpFoundation] Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #64421
| License | MIT
Add the `100.64.0.0/10` defined in [RFC 6598](https://datatracker.ietf.org/doc/html/rfc6598) to `IpUtils::PRIVATE_SUBNETS`
Commits
-------
8e2e9be [HttpFoundation] Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS2 files changed
+2Lines changed: 2 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/HttpFoundation
- Tests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/HttpFoundation/IpUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/IpUtils.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
|
Collapse file
src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
187 | 187 | |
188 | 188 | |
189 | 189 | |
| 190 | + |
190 | 191 | |
191 | 192 | |
192 | 193 | |
|
0 commit comments