Skip to content

Commit d46f090

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Add more information about security issues
2 parents 21affb2 + 17afcec commit d46f090

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

contributing/code/maintenance.rst

+2
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

+22
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)