diff --git a/SECURITY.md b/SECURITY.md index d7013cb4069..b0e72932b29 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,6 +13,5 @@ understand the assumptions we make. - [DBAL Security Page](https://www.doctrine-project.org/projects/doctrine-dbal/en/stable/reference/security.html) - [ORM Security Page](https://www.doctrine-project.org/projects/doctrine-orm/en/stable/reference/security.html) -If you find a Security bug in Doctrine, please report it on Jira and change the -Security Level to "Security Issues". It will be visible to Doctrine Core -developers and you only. +If you find a Security bug in Doctrine, please follow our +[Security reporting guidelines](https://www.doctrine-project.org/policies/security.html#reporting). diff --git a/docs/en/reference/security.rst b/docs/en/reference/security.rst index 51e6a3903a6..53d2a87ab60 100644 --- a/docs/en/reference/security.rst +++ b/docs/en/reference/security.rst @@ -12,9 +12,8 @@ page only handles Security issues in the ORM. - `DBAL Security Page ` -If you find a Security bug in Doctrine, please report it on Jira and change the -Security Level to "Security Issues". It will be visible to Doctrine Core -developers and you only. +If you find a Security bug in Doctrine, please follow our +`Security reporting guidelines `_. User input and Doctrine ORM --------------------------- diff --git a/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php b/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php index 52a35b83435..f92c1145d4f 100644 --- a/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php +++ b/lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php @@ -257,7 +257,7 @@ public function walkSelectStatementWithoutRowNumber(SelectStatement $AST, $addMi $innerSql ); - // http://www.doctrine-project.org/jira/browse/DDC-1958 + // https://github.com/doctrine/orm/issues/2630 $sql = $this->preserveSqlOrdering($sqlIdentifier, $innerSql, $sql, $orderByClause); // Apply the limit and offset.