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

Reduce logging for invalid request parameter names #2393

Closed
robotdan opened this issue Jul 27, 2023 · 1 comment
Closed

Reduce logging for invalid request parameter names #2393

robotdan opened this issue Jul 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@robotdan
Copy link
Member

robotdan commented Jul 27, 2023

Reduce logging for invalid request parameter names

Description

In a production runtime mode we allow unknown parameters, and then just throw them away. But there are a few parameter names that become invalid, and may cause un-necessary logging at runtime.

Limit these use cases to reduce noise in the logs at runtime.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Release Notes

Reduce un-necessary logging when fuzzers send parameter names containing class.

@robotdan robotdan self-assigned this Jul 27, 2023
@robotdan robotdan added the enhancement New feature or request label Jul 27, 2023
@robotdan robotdan added this to Backlog in FusionAuth Issues via automation Jul 27, 2023
@robotdan robotdan added this to the 1.48.0 milestone Jul 27, 2023
@robotdan robotdan moved this from Backlog to In progress in FusionAuth Issues Jul 27, 2023
@robotdan
Copy link
Member Author

robotdan commented Jul 27, 2023

@robotdan robotdan moved this from In progress to Reviewer approved in FusionAuth Issues Jul 28, 2023
@robotdan robotdan moved this from Reviewer approved to Code complete in FusionAuth Issues Oct 11, 2023
@robotdan robotdan moved this from Code complete to Delivered in FusionAuth Issues Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
FusionAuth Issues
  
Delivered
Development

No branches or pull requests

1 participant