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
taint-mode: Disable symbolic-propagation when matching taint propagators
to prevent unintended interactions. See https://semgrep.dev/playground/s/7KE0k. (code-8054)
Fixed pattern match deduplication to avoid an O(n^2) worst-case complexity, and
optimized the matching of ordered ..., PAT, ... patterns. (saf-682)