Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51a3561

Browse files
committed
[SecurityBundle] added a missing entry in the CHANGELOG
1 parent1777d98 commit51a3561

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

‎src/Symfony/Bundle/SecurityBundle/CHANGELOG.md‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
CHANGELOG
22
=========
33

4+
2.3.0
5+
-----
6+
7+
* allowed for multiple IP address in security access_control rules
8+
49
2.2.0
510
-----
611

7-
* Added PBKDF2 Password encoder
8-
* Added BCrypt password encoder
12+
* Added PBKDF2 Password encoder
13+
* Added BCrypt password encoder
914

1015
2.1.0
1116
-----

‎src/Symfony/Component/HttpFoundation/RequestMatcher.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ public function matches(Request $request)
153153
returnfalse;
154154
}
155155

156-
foreach($this->ipsas$ip) {
156+
foreach($this->ipsas$ip) {
157157
if (IpUtils::checkIp($request->getClientIp(),$ip)) {
158158
returntrue;
159159
}
160160
}
161161

162-
// Note to future implementors: add additional checks above the
162+
// Note to future implementors: add additional checks above the
163163
// foreach above or else your check might not be run!
164164

165165
returncount($this->ips) ===0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp