1 Star 0 Fork 0

openvinotoolkit-prc / docker_ci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SECURITY.md 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
Ilya Naumov 提交于 2021-09-17 16:42 . feat: drop centos7 support (#183)

Security guideline

Before commit to our repository please scan code on security vulnerabilities via bandit tool. Run snyk scan on code and on a docker image if you do changes in dockerfile.

Before target using a docker container, please update third-party packages to get the last security fixes. It needs because an docker image has 3d party snapshot on the time that it was built. When you will use a docker container based on the image, several new security vulnerabilities may be already fixed and need just update these 3d party packages.

# for Ubuntu
apt update && apt upgrade -y --no-install-recommends && rm -rf /var/lib/apt/lists/*

# for RHEL
yum -y update-minimal --security --setopt=tsflags=nodocs && yum clean all

We recommend to use the latest version of PyPi packages installer to resolve dependency issues as well.

python -m pip install --upgrade pip

As well we recommend to use the official Intel® Distribution of OpenVINO™ toolkit packages from trusted resources. See more on the product page.

Report a Vulnerability

Please report security issues or vulnerabilities to the Intel® Security Center. For more information on how Intel® works to resolve security issues, see Vulnerability Handling Guidelines.

Python
1
https://gitee.com/openvinotoolkit-prc/docker_ci.git
git@gitee.com:openvinotoolkit-prc/docker_ci.git
openvinotoolkit-prc
docker_ci
docker_ci
master

搜索帮助