We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Some connectors (like qradar) are adding wildcards to the start and end of the user's value when translating the LIKE operator. The LIKE operator comes from SQL, according to https://docs.oasis-open.org/cti/stix/v2.0/cs01/part5-stix-patterning/stix-v2.0-cs01-part5-stix-patterning.html#_Toc496717750 stix-shifter should use the pattern supplied by the user with as little modification as necessary. If the user wants wildcards at the start and end, they can add them.
LIKE
Example:
stix-shifter/stix_shifter_modules/qradar/stix_translation/query_constructor.py
Line 55 in d979348
Expected behavior Perform the search the user asked for, without changing its meaning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Some connectors (like qradar) are adding wildcards to the start and end of the user's value when translating the
LIKE
operator. TheLIKE
operator comes from SQL, according to https://docs.oasis-open.org/cti/stix/v2.0/cs01/part5-stix-patterning/stix-v2.0-cs01-part5-stix-patterning.html#_Toc496717750stix-shifter should use the pattern supplied by the user with as little modification as necessary. If the user wants wildcards at the start and end, they can add them.
Example:
stix-shifter/stix_shifter_modules/qradar/stix_translation/query_constructor.py
Line 55 in d979348
Expected behavior
Perform the search the user asked for, without changing its meaning.
The text was updated successfully, but these errors were encountered: