Fedora Account System
Red Hat Associate
Red Hat Customer
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.
ws is explicitly declared as a webpack external in staging/webpack.config.js and is entirely absent from the browser-side static bundle (absent from third-party-licenses.json). JupyterLab's browser build uses the native WebSocket global; ws is a Node.js-only library used by @jupyterlab/services only in Node.js environments (tests/server-side), never bundled for the browser.