Skip to content

Commit 0b3cd72

Browse files
committed
Remove references to JIRA
1 parent a0ed379 commit 0b3cd72

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

SECURITY.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ understand the assumptions we make.
1313
- [DBAL Security Page](https://www.doctrine-project.org/projects/doctrine-dbal/en/stable/reference/security.html)
1414
- [ORM Security Page](https://www.doctrine-project.org/projects/doctrine-orm/en/stable/reference/security.html)
1515

16-
If you find a Security bug in Doctrine, please report it on Jira and change the
17-
Security Level to "Security Issues". It will be visible to Doctrine Core
18-
developers and you only.
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).

docs/en/reference/security.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ page only handles Security issues in the ORM.
1212

1313
- `DBAL Security Page <https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/security.html>`
1414

15-
If you find a Security bug in Doctrine, please report it on Jira and change the
16-
Security Level to "Security Issues". It will be visible to Doctrine Core
17-
developers and you only.
15+
If you find a Security bug in Doctrine, please follow our
16+
`Security reporting guidelines <https://www.doctrine-project.org/policies/security.html#reporting>`_.
1817

1918
User input and Doctrine ORM
2019
---------------------------

lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryOutputWalker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function walkSelectStatementWithoutRowNumber(SelectStatement $AST, $addMi
257257
$innerSql
258258
);
259259

260-
// http://www.doctrine-project.org/jira/browse/DDC-1958
260+
// https://github.com/doctrine/orm/issues/2630
261261
$sql = $this->preserveSqlOrdering($sqlIdentifier, $innerSql, $sql, $orderByClause);
262262

263263
// Apply the limit and offset.

0 commit comments

Comments
 (0)