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

Implement consistent input validation across all query implementations #2461

Open
coderabbitai bot opened this issue Feb 14, 2025 · 0 comments
Open

Implement consistent input validation across all query implementations #2461

coderabbitai bot opened this issue Feb 14, 2025 · 0 comments

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 14, 2025

Add input validation consistently across all query implementations to ensure data integrity and prevent potential issues.

Validation requirements:

  • Check for empty collections
  • Check for duplicate entries
  • Enforce reasonable size limits

This came up during review of query implementations in PR #2449 (#2449 (comment)).

The validation should be implemented in a consistent way across all query types rather than adding it individually to maintain code consistency and ensure all queries have the same level of input validation.

@shumkov shumkov assigned shumkov and unassigned shumkov Feb 19, 2025
@shumkov shumkov moved this to Todo in Platform team Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant