Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

es5-ext dependency is quarantined by Nexus Firewall, blocking hermetic builds

クローズ 初心者向け
#7,788 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
68/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
typescript, vscode

調査の方向性

lib/vscode/package.json から始め、記載された依存関係チェーンをたどって es5-ext がどのように解決されるかを確認します。issue に記載された dependency override を適用し、その後、隔離されたパッケージが要求されなくなったことを確認するため、hermetic または hardened な依存関係取得ビルドを実行します。

索引モデルが issue の本文から書いたものです。

説明

bug code-server needs-investigation

Problem

The es5-ext npm package (both 0.10.63 and 0.10.64) has been quarantined by Nexus Firewall under advisory sonatype-2022-2248. Its _postinstall.js script makes network calls to geolocate the host and executes undisclosed code (classified as protestware). Both versions are flagged; there is no clean upstream version.

This blocks any hermetic/hardened supply chain build that prefetches npm dependencies through an artifact registry proxy, resulting in:

FetchError: 403, message='--- Requested item is quarantined ---'
url='https://artifact-registry-proxy.../npm-proxy/es5-ext/-/es5-ext-0.10.63.tgz'

Dependency chain

es5-ext enters code-server through the VS Code submodule (lib/vscode/):

  • gulp-sourcemapsdebug-fabulousmemoizeees5-ext (build tooling, devDependency)
  • Also via d, es6-iterator, es6-symbol, es6-weak-map, esniff, event-emitter, timers-ext

Upstream status

Suggested fix

Add an npm overrides entry in lib/vscode/package.json to alias es5-ext to @unes/es5-ext, a community fork that strips the postinstall script and rebases daily against upstream:

"overrides": {
    "es5-ext": "npm:@unes/es5-ext@0.10.64-1"
}

We have implemented this fix in our downstream build at opendatahub-io/notebooks#3556.

主要言語
TypeScript
スター
79.4k
フォーク
6.9k
平均マージ
2日 13時間
マージ済み PR(30日)
39

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

coder/code-server のほかの issue

coder/code-server の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。