Skip to content

Commit

Permalink
Use SensitiveParameter on public API
Browse files Browse the repository at this point in the history
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+.
  • Loading branch information
paragonie-security committed Apr 22, 2024
1 parent 102bcf2 commit 44d0dc0
Show file tree
Hide file tree
Showing 7 changed files with 1,240 additions and 436 deletions.
Loading

0 comments on commit 44d0dc0

Please sign in to comment.