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
chore: temporarily restrict yarn audit to prod deps only in CI (#5874)
There's a potential ReDoS vulnerability in `brace-expansion` which is a
dev-sub-dependency of ours (the `dd-trace` is not vulnerable). As of
now, we don't have an upgrade path, which unfortunately means this
blocks all CI.
Temporarily disable running `yarn audit` on dev-dependencies to allow work
to be done in the repo.
0 commit comments