Skip to content

Commit 3d381e4

Browse files
committed
Remove remaining traces of deprecated StringUtils
1 parent d95130c commit 3d381e4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

components/security/secure_tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Securely Comparing Strings and Generating Random Numbers
1+
Securely Generating Random Numbers
22
========================================================
33

44
The Symfony Security component comes with a collection of nice utilities

cookbook/security/custom_authentication_provider.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -289,14 +289,6 @@ the ``PasswordDigest`` header value matches with the user's password.
289289
provider for the given token. In the case of multiple providers, the
290290
authentication manager will then move to the next provider in the list.
291291

292-
.. note::
293-
294-
The comparison of the expected and the provided digests uses a constant
295-
time comparison provided by the
296-
:method:`Symfony\\Component\\Security\\Core\\Util\\StringUtils::equals`
297-
method of the ``StringUtils`` class. It is used to mitigate possible
298-
`timing attacks`_.
299-
300292
The Factory
301293
-----------
302294

0 commit comments

Comments
 (0)