summaryrefslogtreecommitdiff
path: root/vendor/doctrine/orm/SECURITY.md
diff options
context:
space:
mode:
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).