Given the rule:
Expected result is to exclude x$somethingorother but not exclude myextratable. Currently both are getting excluded.
Most likely this bug is caused by the table matching logic not properly checking for left-side boundary when performing the regex check.
Given the rule:
Expected result is to exclude
x$somethingorotherbut not excludemyextratable. Currently both are getting excluded.Most likely this bug is caused by the table matching logic not properly checking for left-side boundary when performing the regex check.