Skip to content

Conversation

@geropl
Copy link
Member

@geropl geropl commented Jan 9, 2026

Description

Related Issue(s)

Related to CLC-2189

How to test

Documentation

Preview status

gitpod:summary

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • /werft preemptible
    Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • with-monitoring

/hold

Add resolutions for transitive dependencies with known vulnerabilities:
- @babel/traverse: CVE-2023-45133
- browserify-sign: pulls in fixed elliptic
- cipher-base: CVE-2025-21531
- elliptic: CVE-2024-48949
- exec-sh: removes vulnerable [email protected] (GHSA-7wpw-2hjm-89gp)
- loader-utils: CVE-2022-37601
- pbkdf2: CVE-2025-21532
- tough-cookie: CVE-2023-26136

Co-authored-by: Ona <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file seems unnecessary, maybe you can remove?

Copy link
Contributor

@kylos101 kylos101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a couple questions, not blocking

Comment on lines +29 to +37
"sha.js": "2.4.12",
"@babel/traverse": "^7.23.2",
"browserify-sign": "^4.2.5",
"cipher-base": "^1.0.5",
"elliptic": "^6.6.1",
"loader-utils": "^2.0.4",
"exec-sh": "^0.4.0",
"pbkdf2": "^3.1.3",
"tough-cookie": "^4.1.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting. I take it this is for any component, which is different from dev/npm-tools which is for global dependencies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants