Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1] Use SensitiveParameter on public API #176

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

paragonie-security
Copy link
Contributor

In PHP 8.2 and newer, this attribute is used to mark parameters that are sensitive and should be redacted from stack traces.

This has no effect on PHP 8.1 or older, but is a nice-to-have for PHP 8.2+.

In PHP 8.2 and newer, this attribute is used to mark parameters that are sensitive and should be redacted from stack traces.

This has no effect on PHP 8.1 or older, but is a nice-to-have for PHP 8.2+.
@paragonie-security paragonie-security changed the title Use SensitiveParameter on public API [v1] Use SensitiveParameter on public API Apr 22, 2024
@paragonie-security paragonie-security merged commit bb31287 into v1.x Apr 22, 2024
17 checks passed
@paragonie-security paragonie-security deleted the v1-sensitiveparam branch April 22, 2024 22:05
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.

1 participant