Fix SCA vulnerabilities

Last updated: Mar 24, 2026


It is common for Software Composition Analysis (SCA) reports to flag vulnerabilities within transitive dependencies. Resolving these issues is often complex, as you lack direct control over the versioning of a transitive dependency; instead, its version is governed by a direct or intermediate dependency.

To help you navigate these challenges, the following sections provide remediation guides for vulnerabilities within JavaScript (npm), Python (uv), and Kotlin (gradle) ecosystems.