- Client portal image
- JupyterHub app image
- NexusOne deployer image
Bugs
Fixes to issues affecting apps or features on the NexusOne platform.Client-portal image
Addressed vulnerabilities by upgrading system and npm-level dependencies, such as:- Resolved vulnerabilities reported in dependency scanning results
- Ensured compatibility with the existing application build process
- Applied necessary
apkpackage updates to eliminate OS-level CVEs
JupyterHub
They were NexusOne customer reports of nested dependency vulnerabilities within the JupyterHub app. Nested dependencies, also known as transitive dependencies, are packages that aren’t directly installed by a project, but required by other dependencies within the dependency tree. Explicit pinning of specific npm dependencies to secure versions addresses the remaining vulnerabilities. To enforce these secure versions and ensure consistent, safe dependency resolution across the entire dependency tree, the NexusOne team added the following packages to theresolutions field of the
package.json file:
nx1-ai-api image
Upgradedpip and the following Python packages to secure versions:
- Fixes reported CVEs affecting the app runtime and transitive dependencies
- Ensured compatibility with the existing Python
v3.12runtime
Upgrades
Version upgrades to existing apps on the NexusOne platform.JupyterHub
JupyterHub contains the following new releases:- Upgraded the Jupyter base image from
v5.2tov5.4 - Updated the JupyterHub Dockerfile accordingly to reflect the new base image
- Explicitly ensured the environment remains on Python
v3.12, to prevent unintended upgrades to Python 3.13 - The upgrade to JupyterHub
v5.4resolves multiple underlying dependency vulnerabilities inherited from the previous base image
nx1-deployer image
The nx1-deployer image upgrade does the following:- Upgraded the Terraform binary to a newer stable version
- Updated Terraform providers to align with the upgraded Terraform binary version
- Upgraded Helm to the latest stable version
- Resolved all reported infrastructure tooling vulnerabilities in the image