HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ankaz

no profile record

投稿

[untitled]

1 ポイント·投稿者 ankaz·7 か月前·0 コメント

コメント

ankaz
·2 か月前·議論
[dead]
ankaz
·2 か月前·議論
[dead]
ankaz
·2 か月前·議論
[dead]
ankaz
·2 か月前·議論
[dead]
ankaz
·3 か月前·議論
[dead]
ankaz
·3 か月前·議論
[dead]
ankaz
·3 か月前·議論
[dead]
ankaz
·3 か月前·議論
[dead]
ankaz
·3 か月前·議論
The source repo doesn't have a package.json, so I extracted the version directly from the binary (~/.local/share/claude/versions/2.1.87)

Axios sets a VERSION constant that it uses in user-agent headers, boundaries and errors. I scanned the binary for all references like axios, isAxiosError and AxiosError - the code references the same variable namespace (X1H, Tj, eq), suggesting a single bundled copy. In the minified bundle, that VERSION constant was stored in a variable called X1H. Searching the binary for all references to X1H confirms it's only used in axios contexts:

  var X1H="1.13.6"
  E.set("User-Agent","axios/"+X1H, ...)
  {tag:`axios-${X1H}-boundary`, ...}
  "[Axios v"+X1H+"] Transitional option ..."
  Tj.VERSION=X1H; Tj.AxiosError=eq; Tj.CancelToken=...
The bundled version is 1.13.6 - well before the compromised 1.14.1. I also checked that "1.14.1", "plain-crypto", and "sfrclak.com" are all absent from the binary.
ankaz
·3 か月前·議論
I've checked, current Claude Code 2.1.87 uses Axios version is 1.14.0, just one before the compromised 1.14.1

To stop Claude Code from auto-updating, add `export DISABLE_AUTOUPDATER=1` to your global environment variables (~/.bashrc, ~/.zshrc, or such), restart all sessions and check that it works with `claude doctor`, it should show `Auto-updates: disabled (DISABLE_AUTOUPDATER set)`
ankaz
·4 か月前·議論
[dead]
ankaz
·4 か月前·議論
[dead]
ankaz
·4 か月前·議論
[dead]
ankaz
·4 か月前·議論
[dead]
ankaz
·4 か月前·議論
[dead]