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
A scan of the node_modules folder of Prebis.js revealed a major security issue.
The library json5 version 0.5.1 was detected in NPM library manager located at
./Prebid.js/node_modules/babel-core/node_modules/json5/package.json
and is vulnerable to CVE-2022-46175, which exists in versions < 1.0.2.
See also GHSA-9c47-m6qq-7p4h
This is not because of the babel-core used by Prebid.js itself but by it's dependencies,
like babel-register as mentioned in ISSUE 12010 but also coming through e.g. eslint-plugin-import.
This shows all packages that in itself depend on babel-core@6.XX:
more or less, it seems to be related to more then just "babel-register", but does that matter? It should be fixed anyway...
But you will surely see in the PR I did.
Type of issue
Security vulnerability
Description
A scan of the node_modules folder of Prebis.js revealed a major security issue.
The library json5 version 0.5.1 was detected in NPM library manager located at
./Prebid.js/node_modules/babel-core/node_modules/json5/package.json
and is vulnerable to CVE-2022-46175, which exists in versions < 1.0.2.
See also GHSA-9c47-m6qq-7p4h
This is not because of the babel-core used by Prebid.js itself but by it's dependencies,
like babel-register as mentioned in ISSUE 12010 but also coming through e.g. eslint-plugin-import.
This shows all packages that in itself depend on babel-core@6.XX:
Platform details
This affects at leastv9 (latest) of Prebid.js
Other information
Partly already mentioned in:
ISSUE 12010
The text was updated successfully, but these errors were encountered: