
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
github.com/xi-yuer/go-cms
简体中文 | English
基于RBAC的权限管理系统,使用Go + Gin框架,Mysql作为数据库,前端采用 React + Antd 实现。支持国际化,主题色切换,权限控制,菜单管理,用户管理,角色管理,数据字典管理,日志管理,系统监控,代码生成器,接口文档等功能。
克隆项目到本地
https://github.com/Xi-Yuer/GO-CMS.git
安装依赖
cd server
go mod tidy
修改运行项目设置环境变量 server/config/config.go
{
NAME: "root", // 数据库用户名
PASSWORD: "xxxxxx", // 密码
HOST: "localhost", // 主机地址
DB: "cms", // 数据库名称
PORT: "3306", // 端口
}
创建MySQL运行环境
运行项目
go run server/main.go
克隆项目到本地
https://github.com/Xi-Yuer/GO-CMS.git
安装依赖
cd web
pnpm install
运行项目
pnpm run dev
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.