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

optional support for usage of sprintf on MessageStaticStringRule #58

Open
sasezaki opened this issue Oct 21, 2023 · 0 comments
Open

optional support for usage of sprintf on MessageStaticStringRule #58

sasezaki opened this issue Oct 21, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@sasezaki
Copy link
Member

sasezaki commented Oct 21, 2023

To be consider these cases.

// allow
$logger->info(sprintf('got %d some', $number));
$logger->info(sprintf('got %s some', $literalString));
$logger->info(sprintf('got %s some', $nonTaintString));
@sasezaki sasezaki added enhancement New feature or request Major new features 🚀 and removed enhancement New feature or request labels Oct 21, 2023
@sasezaki sasezaki added help wanted Extra attention is needed and removed Major new features 🚀 labels Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant