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

Bug fix: Enhanced SQL statement validation with word boundary matching #2324

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. Bug fix: Enhanced SQL statement validation with word boundary matching

    Enhanced SQL statement validation to handle disallowed keywords appearing as substrings. Introduced regular expression-based word boundary matching to accurately detect whole-word occurrences of disallowed operations, preventing potential misinterpretations and unintended false positives.
    nitin-singla authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9f6cd01 View commit details
    Browse the repository at this point in the history