diff options
author | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-08-13 23:45:21 +0200 |
commit | bf6655a534a6775d30cafa67bd801276bda1d98d (patch) | |
tree | c6381e3f6c81c33eab72508f410b165ba05f7e9c /vendor/doctrine/orm/SECURITY.md | |
parent | 94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff) | |
download | AppliGestionPHP-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.md | 17 |
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 @@ | |||
1 | Security | ||
2 | ======== | ||
3 | |||
4 | The Doctrine library is operating very close to your database and as such needs | ||
5 | to handle and make assumptions about SQL injection vulnerabilities. | ||
6 | |||
7 | It is vital that you understand how Doctrine approaches security, because | ||
8 | we cannot protect you from SQL injection. | ||
9 | |||
10 | Please read the documentation chapter on Security in Doctrine DBAL and ORM to | ||
11 | understand 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 | |||
16 | If you find a Security bug in Doctrine, please follow our | ||
17 | [Security reporting guidelines](https://www.doctrine-project.org/policies/security.html#reporting). | ||