- 08 Apr, 2026 1 commit
-
-
shaw authored
Fixes GO-2026-4947, GO-2026-4946, GO-2026-4870, GO-2026-4869, GO-2026-4866, GO-2026-4865 in crypto/x509, crypto/tls, archive/tar, and html/template.
-
- 16 Mar, 2026 1 commit
-
-
shaw authored
Docker named volumes and host bind-mounts may be owned by root, causing "open data/model_pricing.sha256: permission denied" when the container runs as the non-root sub2api user. Add an entrypoint script that fixes /app/data ownership before dropping to sub2api via su-exec. Replace USER directive with the entrypoint approach across all three Dockerfiles and update both GoReleaser configs to include the script in Docker build contexts.
-
- 13 Mar, 2026 1 commit
-
-
Rose Ding authored
新增管理员专属的数据库备份与恢复功能: - 全量 PostgreSQL 备份(pg_dump),gzip 压缩后上传到 S3 兼容存储 - 支持手动备份和 cron 定时备份 - 支持从备份恢复(psql --single-transaction) - 备份文件自动过期清理(默认 14 天) - 前端完整管理页面(S3 配置、定时配置、备份列表、恢复/下载/删除) - 内置 Cloudflare R2 配置教程弹窗 - Dockerfile 从 postgres 镜像多阶段复制 pg_dump/psql,确保版本一致 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
- 07 Mar, 2026 1 commit
-
-
shaw authored
GO-2026-4602 (os), GO-2026-4601 (net/url), GO-2026-4600 and GO-2026-4599 (crypto/x509). The crypto/x509 fixes are only available in go1.26.1+, not backported to go1.25.x.
-
- 28 Feb, 2026 1 commit
-
-
yangjianbo authored
-
- 14 Feb, 2026 2 commits
-
-
yangjianbo authored
-
yangjianbo authored
-
- 05 Feb, 2026 1 commit
-
-
yangjianbo authored
-
- 02 Feb, 2026 1 commit
-
-
song authored
-
- 30 Jan, 2026 1 commit
-
-
shaw authored
修复GO-2026-4341和GO-2026-4340两个标准库漏洞
-
- 06 Jan, 2026 1 commit
-
-
yangjianbo authored
主要改动: - 固定 Go 1.25.5 与 CI 校验并更新扫描流程 - 升级 quic-go、x/crypto、req 等依赖并通过 govulncheck - 强化 JWT 校验、TLS 配置与 xlsx 动态加载 - 新增审计豁免清单与校验脚本
-
- 05 Jan, 2026 1 commit
-
-
Jiahao Luo authored
- 修复 Dockerfile 使用 pnpm 替代 npm ci(适配 pnpm 迁移) - 为 docker-compose-test.yml 添加自动构建配置 - 更新测试配置文档说明一键构建命令
🤖 Generated with [Claude Code](https://claude.com/claude-code ) Co-Authored-By:Claude Sonnet 4.5 <noreply@anthropic.com>
-
- 29 Dec, 2025 2 commits
-
-
yangjianbo authored
-
yangjianbo authored
允许通过构建参数/脚本选项切换基础镜像来源,避免镜像源 403 影响构建
-
- 27 Dec, 2025 2 commits
-
-
程序猿MT authored
golang 1.24-> 1.25 node 20 -> node 24 具体提升请查看官方文档 Co-authored-by:yangjianbo <yangjianbo@leagsoft.com>
-
yangjianbo authored
golang 1.24-> 1.25 node 20 -> node 24 具体提升请查看官方文档
-
- 20 Dec, 2025 1 commit
-
-
shaw authored
- Add -tags=embed flag to GoReleaser builds - Add -tags embed flag to Dockerfile builds - Fix Dockerfile COPY order to prevent frontend dist being overwritten - Update README build instructions with embed tag explanation
-
- 18 Dec, 2025 1 commit
-
-
shaw authored
-