From a28b216d730fb158f9ab7e50a5b6cefcdd03d3f6 Mon Sep 17 00:00:00 2001 From: konrados Date: Thu, 22 Sep 2016 10:00:18 +0200 Subject: [PATCH] Update http_foundation.rst --- create_framework/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/http_foundation.rst b/create_framework/http_foundation.rst index 1f7625ce3b3..cbaa7d01ce4 100644 --- a/create_framework/http_foundation.rst +++ b/create_framework/http_foundation.rst @@ -226,7 +226,7 @@ With the ``Response`` class, you can easily tweak the response:: To debug a response, cast it to a string; it will return the HTTP representation of the response (headers and content). -Last but not the least, these classes, like every other class in the Symfony +Last but not least, these classes, like every other class in the Symfony code, have been `audited`_ for security issues by an independent company. And being an Open-Source project also means that many other developers around the world have read the code and have already fixed potential security problems.