summaryrefslogtreecommitdiff
path: root/vendor/doctrine/orm/SECURITY.md
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
committerpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
commitbf6655a534a6775d30cafa67bd801276bda1d98d (patch)
treec6381e3f6c81c33eab72508f410b165ba05f7e9c /vendor/doctrine/orm/SECURITY.md
parent94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff)
downloadAppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.zip
VERSION 0.2 doctrine ORM et entités
Diffstat (limited to 'vendor/doctrine/orm/SECURITY.md')
-rw-r--r--vendor/doctrine/orm/SECURITY.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/doctrine/orm/SECURITY.md b/vendor/doctrine/orm/SECURITY.md
new file mode 100644
index 0000000..b0e7293
--- /dev/null
+++ b/vendor/doctrine/orm/SECURITY.md
@@ -0,0 +1,17 @@
1Security
2========
3
4The Doctrine library is operating very close to your database and as such needs
5to handle and make assumptions about SQL injection vulnerabilities.
6
7It is vital that you understand how Doctrine approaches security, because
8we cannot protect you from SQL injection.
9
10Please read the documentation chapter on Security in Doctrine DBAL and ORM to
11understand the assumptions we make.
12
13- [DBAL Security Page](https://www.doctrine-project.org/projects/doctrine-dbal/en/stable/reference/security.html)
14- [ORM Security Page](https://www.doctrine-project.org/projects/doctrine-orm/en/stable/reference/security.html)
15
16If you find a Security bug in Doctrine, please follow our
17[Security reporting guidelines](https://www.doctrine-project.org/policies/security.html#reporting).