Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add more #[\SensitiveParameter]#48274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:6.2fromfancyweb:more-sensitive-parameter
Nov 22, 2022

Conversation

@fancyweb
Copy link
Contributor

QA
Branch?6.2
Bug fix?no
New feature?yes
Deprecations?no
Tickets-
LicenseMIT
Doc PR-

Follow-up to#46183

}

publicfunctionrefreshToken(#[\SensitiveParameter]string$tokenId):CsrfToken
publicfunctionrefreshToken(string$tokenId):CsrfToken
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@GromNaN I think this one was a mistake. It was not added to the interface and all other CSRF token ids. WDYT?

* Stores a CSRF token.
*/
publicfunctionsetToken(string$tokenId,string$token);
publicfunctionsetToken(string$tokenId,#[\SensitiveParameter]string$token);
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

From#46183:

The attribute has no effect on the interface, but is a remainder for implementers.

Copy link
Member

@GromNaNGromNaN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Good catch.

@fabpot
Copy link
Member

Thank you@fancyweb.

@fabpotfabpot merged commit2dc0670 intosymfony:6.2Nov 22, 2022
@fancywebfancyweb deleted the more-sensitive-parameter branchNovember 22, 2022 08:10
@fabpotfabpot mentioned this pull requestNov 25, 2022
nicolas-grekas added a commit that referenced this pull requestJan 19, 2023
This PR was merged into the 6.3 branch.Discussion----------Add #[\SensitiveParameter] to $sessionId| Q             | A| ------------- | ---| Branch?       | 6.3| Bug fix?      | no| New feature?  | yes| Deprecations? | no| Tickets       | -| License       | MIT| Doc PR        | -Follow-up to#48274 and#46183Commits-------32c9f28 Add #[\SensitiveParameter] to $sessionId
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@GromNaNGromNaNGromNaN approved these changes

@wouterjwouterjAwaiting requested review from wouterjwouterj is a code owner

@chalasrchalasrAwaiting requested review from chalasrchalasr is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

6.2

Development

Successfully merging this pull request may close these issues.

4 participants

@fancyweb@fabpot@GromNaN@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp