logo
docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3
linux/amd64 docker.io

OWASP Threat Dragon是由OWASP(开放Web应用安全项目)支持的开源威胁建模工具,旨在帮助团队在软件开发过程中识别、评估和缓解潜在的安全威胁。该容器镜像提供了Threat Dragon的运行环境,方便用户快速部署和使用该工具进行威胁建模工作,支持创建数据流图、识别威胁并生成相应的缓解措施,适用于敏捷开发和DevSecOps流程。

13
浏览次数
4.31GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3
源镜像
docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3
镜像ID
sha256:83a4067de24db7fb46f59404cf7919f02238c3100ad1118744f75ca70dc5dc62
镜像 TAG
632-e1802b3
镜像大小
4.31GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/threat-dragon
OS/平台
linux/amd64
镜像创建
2026-04-21T14:50:15.441400924Z
同步时间
2026-07-09 01:16
浏览量
13 次
贡献者
⚙️ 环境变量 7
KeyValue
TZ=Etc/UTC 0
CHROME_BIN=/usr/bin/google-chrome 1
CHROME_PATH=/usr/bin/google-chrome 2
LANG=C.UTF-8 3
LC_ALL=C.UTF-8 4
NO_CONDA=1 5
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 6
🏷️ 镜像标签 3
KeyValue
1.38.1 io.buildah.version
ubuntu org.opencontainers.image.ref.name
22.04 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 22.04 Trivy 2026-07-09 01:18 查看完整报告
629
低危 LOW
4039
中危 MEDIUM
1273
高危 HIGH
106
严重 CRITICAL
受影响目标 (20)
docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3 (ubuntu 22.04) ubuntu Conda conda-pkg Node.js node-pkg Python python-pkg threat-dragon/node_modules/app-builder-bin/linux/arm/app-builder gobinary threat-dragon/node_modules/app-builder-bin/linux/arm64/app-builder gobinary threat-dragon/node_modules/app-builder-bin/linux/ia32/app-builder gobinary threat-dragon/node_modules/app-builder-bin/linux/x64/app-builder gobinary threat-dragon/node_modules/app-builder-bin/mac/app-builder_amd64 gobinary threat-dragon/node_modules/app-builder-bin/mac/app-builder_arm64 gobinary threat-dragon/node_modules/app-builder-bin/win/ia32/app-builder.exe gobinary threat-dragon/node_modules/app-builder-bin/win/x64/app-builder.exe gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/linux/arm/app-builder gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/linux/arm64/app-builder gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/linux/ia32/app-builder gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/linux/x64/app-builder gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/mac/app-builder_amd64 gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/mac/app-builder_arm64 gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/win/ia32/app-builder.exe gobinary threat-dragon/node_modules/vue-cli-plugin-electron-builder/node_modules/app-builder-bin/win/x64/app-builder.exe gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3  docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3  docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3

Shell快速替换命令

sed -i 's#swerebenchv2/owasp-threat-dragon:632-e1802b3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3  docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3  docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3'

镜像构建历史


# 2026-04-21 22:50:19  0.00B 
/bin/sh
                        
# 2026-02-22 06:38:34  1.34GB 
/bin/sh -c #(nop) COPY file:66525181acd920b3ccceb0fa388cc693b321d66d74c81e57a293aaf1be2c94f5 in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 06:38:20  0.00B 
/bin/sh -c #(nop) WORKDIR /threat-dragon
                        
# 2026-02-22 06:38:20  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/OWASP/threat-dragon /threat-dragon;
    chmod -R 777 /threat-dragon;
    cd /threat-dragon;
    git reset --hard e1802b32d90a762718aea0b25e064008032ea5cb;
    ( sed -i 's/"preinstall": "npx only-allow pnpm",//g' package.json ) || true;
    ( sed -i 's/"preinstall": "npx only-allow pnpm",//g' td.server/package.json ) || true;
    ( sed -i 's/"preinstall": "npx only-allow pnpm",//g' td.vue/package.json ) || true;
    ( npm install --ignore-scripts ) || true;
    ( cd td.server && npm install --ignore-scripts ) || true;
    ( cd ../td.vue && npm install --ignore-scripts ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach e1802b32d90a762718aea0b25e064008032ea5cb;
    for r in $(git remote); do
        git remote remove "$r";
    done;
    git for-each-ref --format='delete %(refname)' refs/heads refs/remotes refs/tags | git update-ref --stdin;
    git reflog expire --expire=now --expire-unreachable=now --all;
    git gc --prune=now;
                        
# 2026-02-22 06:35:46  0.00B 
/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:$PATH
                        
# 2026-02-22 06:35:33  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 06:35:26  0.00B 
/bin/sh -c mkdir -p /swebench_matterhorn     && tar -xzf /swebench_matterhorn_repo.tar.gz -C /swebench_matterhorn     && rm /swebench_matterhorn_repo.tar.gz     && mkdir -p /opt/conda/envs/swebench_matterhorn     && tar -xzf /swebench_matterhorn_env.tar.gz -C /opt/conda/envs/swebench_matterhorn     && rm /swebench_matterhorn_env.tar.gz     && /opt/conda/envs/swebench_matterhorn/bin/conda-unpack
                        
# 2026-02-22 06:35:19  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 06:35:18  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 06:35:18  0.00B 
/bin/sh -c wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-x86_64.sh -O ~/miniconda.sh &&     /bin/bash ~/miniconda.sh -b -p /opt/conda &&     rm ~/miniconda.sh &&     /opt/conda/bin/conda clean -tip &&     ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh &&     echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc
                        
# 2026-02-22 06:35:11  0.00B 
/bin/sh -c apt-get update --fix-missing &&     apt-get install -y bzip2 ca-certificates wget git &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
                        
# 2026-02-22 06:35:05  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 06:35:05  0.00B 
/bin/sh -c #(nop) ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2026-01-16 00:34:05  335.19KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c adduser --disabled-password --gecos 'dog' nonroot # buildkit
                        
# 2026-01-16 00:34:04  0.00B 设置环境变量 CHROME_PATH
ENV CHROME_PATH=/usr/bin/google-chrome
                        
# 2026-01-16 00:34:04  0.00B 设置环境变量 CHROME_BIN
ENV CHROME_BIN=/usr/bin/google-chrome
                        
# 2026-01-16 00:34:04  897.31MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list     && apt-get update     && apt-get install -y google-chrome-stable     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-16 00:31:54  0.00B 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c corepack enable pnpm # buildkit
                        
# 2026-01-16 00:31:53  3.73MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c npm install --global corepack@latest # buildkit
                        
# 2026-01-16 00:31:48  1.58KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c node -v && npm -v # buildkit
                        
# 2026-01-16 00:31:45  99.02MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y nodejs # buildkit
                        
# 2026-01-16 00:31:15  680.13KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c bash -c "set -eo pipefail && curl -fsSL https://deb.nodesource.com/setup_16.x | bash -" # buildkit
                        
# 2026-01-16 00:30:30  369.74MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt install -y     wget     curl     git     build-essential     jq     gnupg     ca-certificates     apt-transport-https # buildkit
                        
# 2026-01-16 00:30:30  0.00B 设置环境变量 TZ
ENV TZ=Etc/UTC
                        
# 2026-01-16 00:30:30  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-10-14 01:23:20  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-10-14 01:23:20  77.87MB 
/bin/sh -c #(nop) ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in / 
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:83a4067de24db7fb46f59404cf7919f02238c3100ad1118744f75ca70dc5dc62",
    "RepoTags": [
        "swerebenchv2/owasp-threat-dragon:632-e1802b3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3"
    ],
    "RepoDigests": [
        "swerebenchv2/owasp-threat-dragon@sha256:f88a325eb2997ebea9a9d83d956d039358717df35d9072a5f9f526c90bf7c10c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/owasp-threat-dragon@sha256:ef672d98e04d20351a88e0a09ad1eca3d1e0d647b0bff081846870a5f212ba3b"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3",
    "Created": "2026-04-21T14:50:15.441400924Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "591457eec529",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "TZ=Etc/UTC",
            "CHROME_BIN=/usr/bin/google-chrome",
            "CHROME_PATH=/usr/bin/google-chrome",
            "LANG=C.UTF-8",
            "LC_ALL=C.UTF-8",
            "NO_CONDA=1",
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/threat-dragon",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "io.buildah.version": "1.38.1",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 4314798854,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1292347f48517089c1af79fda22edafe8ea54f5b38c1f45a649f6e0300f11de4/diff:/var/lib/docker/overlay2/0f035ea519693f495fb1e4832734fe96626dd8185948362831fb2ea04166738d/diff:/var/lib/docker/overlay2/0b19f30636d352b2872d00c7e252a7daa8b2d416ef16fc8c7472742c4c84403a/diff:/var/lib/docker/overlay2/a94e0fff71163881f653a9a978ed695d2aa0bfc3695d41d71fe0707d9e92ae22/diff:/var/lib/docker/overlay2/e832b873722131ef3c25194e5e95453337b859bab6305b13cb783e7e7cf7fa3e/diff:/var/lib/docker/overlay2/6f50e77052c580265f9736cd843b9af7fb7c13e0c508671a7447d4214b2defd6/diff:/var/lib/docker/overlay2/56b5a4ff8d427d2eff2a79319f837d8be9ed342269c9958c80a07eca0b6f9a9f/diff:/var/lib/docker/overlay2/4a1936dedac575ff8b9d13ab22d108984b707262bdacd4c2a318c69d0574e90d/diff:/var/lib/docker/overlay2/f1113b48b27a8b56e4678153b26516eaed0b9920c9b1ff6efaac6d3a0515ab98/diff:/var/lib/docker/overlay2/6d1de739217f7c35aecd98ad8b21b92974a7f7043e8a0a35bc800be5cddb72f8/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/0046232332f95fe46d1745f5331506bc75a2175ebc955ac919857f5e19a173a5/merged",
            "UpperDir": "/var/lib/docker/overlay2/0046232332f95fe46d1745f5331506bc75a2175ebc955ac919857f5e19a173a5/diff",
            "WorkDir": "/var/lib/docker/overlay2/0046232332f95fe46d1745f5331506bc75a2175ebc955ac919857f5e19a173a5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:5afbb6362c62ee6709f2462e23c0e088fa3592af6de47c5f2f6ffa05b97a3267",
            "sha256:dfb2f7165ea8c9bd499f91fbbc5d409c825265c90a117421b2357d0c9da92d33",
            "sha256:d46f0c6fb6a468f1a12eba3417423639fbb6bfda66c7874fff7c656a17d82090",
            "sha256:2be5ccbfe25c0b5df3201d91a0c81ba805ccaabac965126a85d9588c53c3ec98",
            "sha256:944aeee15987f05b7ca633033cedd463a593ebce633f0f965d5619a2da4d57d9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1b027784ac8d254baa56182028de68cbdd6cdcb88920b6e77ceb0b91f515cc14",
            "sha256:5bddcd05982ea8a0e7f5169f1720018a334916f763c1fa3a3397b1bb75906d75",
            "sha256:5e3eeee27578e64543ec41bcf6d66462b213670c6d52b4a2c75b60d4ef1f17a3",
            "sha256:05b4c3bcfc1753387a49779ba28f2b0e7ac4aca8d4da9127f264ba160d9d061c",
            "sha256:2843b092a8a7617f4c22f4b3d8e5963be7902e6f930fa0d21557fa74449f79f4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-09T01:13:39.443348637+08:00"
    }
}

更多版本

docker.io/swerebenchv2/owasp-threat-dragon:632-e1802b3

linux/amd64 docker.io4.31GB2026-07-09 01:16
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×