Skip to content

Commit 85c8308

Browse files
committed
minor #17549 Add SensitiveParameter attribute in the security hardening list (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- Add SensitiveParameter attribute in the security hardening list <!-- 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 ------- 4cfa2ce Add SensitiveParameter attribute in the security hardening list
2 parents 4ea0c6e + 4cfa2ce commit 85c8308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/code/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ email for confirmation):
2222
is set to ``true`` or ``APP_ENV`` set to anything but ``prod``);
2323

2424
* Any fix that can be classified as **security hardening** like route
25-
enumeration, login throttling bypasses, denial of service attacks, or timing
26-
attacks.
25+
enumeration, login throttling bypasses, denial of service attacks, timing
26+
attacks, or lack of ``SensitiveParameter`` attributes.
2727

2828
In any case, the core team has the final decision on which issues are
2929
considered security vulnerabilities.

0 commit comments

Comments
 (0)