Skip to content

Security: ve-weiyi/ve-blog-golang

Security

SECURITY.md

添加远程监控分支

git remote add upstream https://github.com/ve-weiyi/ve-blog-golang.git
git fetch upstream

submodule

  1. init 为项目添加submodule
cd  submodule
git submodule init
git submodule add https://github.com/ve-weiyi/go-sdk.git  submodule/go-sdk
  1. submodule update 克隆项目后拉取submodule
git submodule update

There aren’t any published security advisories