Skip to content

Conversation

@tdykstra
Copy link
Contributor

@tdykstra tdykstra commented Oct 16, 2024

@tdykstra tdykstra marked this pull request as ready for review October 22, 2024 20:41
@tdykstra tdykstra requested review from Rick-Anderson and removed request for Rick-Anderson October 22, 2024 20:42
* Never store passwords or other sensitive data in configuration provider code or in plain text configuration files. The [Secret Manager](xref:security/app-secrets) tool can be used to store secrets in development.
* Don't use production secrets in development or test environments.
* Specify secrets outside of the project so that they can't be accidentally committed to a source code repository.
* Avoid the use of passwords in production apps; for more information, see [Secure authentication flows](xref:security/index#secure-authentication-flows).
Copy link
Contributor

Choose a reason for hiding this comment

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

same

Copy link
Contributor

@Rick-Anderson Rick-Anderson left a comment

Choose a reason for hiding this comment

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

Fix
avoid the use of passwords in production apps

@tdykstra
Copy link
Contributor Author

Fix avoid the use of passwords in production apps

Fixed. I forgot it was also in the 6 and 7 includes.

@tdykstra tdykstra dismissed Rick-Anderson’s stale review October 29, 2024 00:54

Fixed the text that the review asked to be fixed.

Copy link
Contributor

@Rick-Anderson Rick-Anderson left a comment

Choose a reason for hiding this comment

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

nice

@tdykstra tdykstra merged commit 53c28a6 into dotnet:main Oct 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ROPC remediation - configuration/index.md, use-http-context.md, new include file

2 participants