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
The version of jest we use currently doesn't support all the features of Node.js v16 that Kibana runs on. This produces hard to debug/avoid problems in our tests (e.g. jest v26 doesn't support AbortSignal or AbortController as can be seen in #138877).
Jest v26 also has a bunch of security vulnerabilities in its sub-dependencies. While jest is only used in development this isn't a security concern for Kibana, however it does create quite a lot of noise for scanners that scan our code for vulnerabilities.
Hence we should upgrade jest ASAP in both 8.x and 7.x.
The text was updated successfully, but these errors were encountered:
The version of jest we use currently doesn't support all the features of Node.js v16 that Kibana runs on. This produces hard to debug/avoid problems in our tests (e.g. jest v26 doesn't support
AbortSignal
orAbortController
as can be seen in #138877).Jest v26 also has a bunch of security vulnerabilities in its sub-dependencies. While jest is only used in development this isn't a security concern for Kibana, however it does create quite a lot of noise for scanners that scan our code for vulnerabilities.
Hence we should upgrade jest ASAP in both 8.x and 7.x.
The text was updated successfully, but these errors were encountered: