sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

meta: Allow old Next.js version for dependency review

Open mdtro opened this issue 1 year ago • 0 comments

Our tests need to support older versions of libraries. In this case there's a vulnerable version of NextJS in the tests that is failing the Dependency Review check.

This adds a configuration file that allows us to specifically exclude the vulnerable finding at least until our minimum supported NextJS version is >= 14.1.1 or GitHub adds support for excluding specific directories from dependency review.

mdtro avatar Oct 17 '24 18:10 mdtro