8000 minor #16891 Add more information about security issues (fabpot) · symfony/symfony-docs@7a12cd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a12cd1

Browse files
committed
minor #16891 Add more information about security issues (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Add more information about security issues <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 3445fbc Add more information about security issues
2 parents 62fba45 + 3445fbc commit 7a12cd1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

contributing/code/maintenance.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ patch version:
6464

6565
* **New features**;
6666

67+
* **Security hardening**;
68+
6769
* **Backward compatibility breaks**: Note that backward compatibility breaks
6870
can be done when fixing a security issue if it would not be possible to fix
6971
it otherwise;

contributing/code/security.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ bug tracker and don't publish it publicly. Instead, all security issues must
1313
be sent to **security [at] symfony.com**. Emails sent to this address are
1414
forwarded to the Symfony core team private mailing-list.
1515

16+
The following issues are not considered security issues and should be handled
17+
as regular bug fixes (if you have any doubts, don't hesitate to send us an
18+
email for confirmation):
19+
20+
* Any security issues found in debug tools that must never be enabled in
21+
production (including the web profiler or anything enabled when ``APP_DEBUG``
22+
is set to ``true`` or ``APP_ENV`` set to anything but ``prod``);
23+
24+
* Any fix that can be classified as **security hardening** like route
25+
enumeration, login throttling bypasses, denial of service attacks, or timing
26+
attacks.
27+
28+
In any case, the core team has the final decision on which issues are
29+
considered security vulnerabilities.
30+
31+
Security Bug Bounties
32+
---------------------
33+
34+
Symfony is an Open-Source project where most of the work is done by volunteers.
35+
We appreciate that developers are trying to find security issues in Symfony and
36+
report them responsibly, but we are currently unable to pay bug bounties.
37+
1638
Resolving Process
1739
-----------------
1840

0 commit comments

Comments
 (0)
0