You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Expose globbing code from Semaphore to Python (#288)
This exposes the globbing code we have in Semaphore through the Python library to Python.
This fulfills two purposes: they are now compatible with each other behavior wise and they
both use a non backtracking regex engine which we need for untrusted inputs that we have
from rules.
0 commit comments