惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
A
About on SuperTechFans
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
F
Fortinet All Blogs
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
MyScale Blog
MyScale Blog
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
月光博客
月光博客
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
The Cloudflare Blog
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
T
Tailwind CSS Blog
Jina AI
Jina AI
有赞技术团队
有赞技术团队
博客园_首页

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
chore: update security codeowners team · openclaw/opencla...
vincentkoc · 2026-04-30 · via Recent Commits to openclaw:main

@@ -2,51 +2,51 @@

22

/.github/CODEOWNERS @steipete

3344

# WARNING: GitHub CODEOWNERS uses last-match-wins semantics.

5-

# If you add overlapping rules below the secops block, include @openclaw/secops

5+

# If you add overlapping rules below the secops block, include @openclaw/openclaw-secops

66

# on those entries too or you can silently remove required secops review.

77

# Security-sensitive code, config, and docs require secops review.

8-

/SECURITY.md @openclaw/secops

9-

/.github/dependabot.yml @openclaw/secops

10-

/.github/codeql/ @openclaw/secops

11-

/.github/workflows/codeql.yml @openclaw/secops

12-

/.github/workflows/codeql-android-critical-security.yml @openclaw/secops

13-

/.github/workflows/codeql-critical-quality.yml @openclaw/secops

14-

/src/security/ @openclaw/secops

15-

/src/secrets/ @openclaw/secops

16-

/src/config/*secret*.ts @openclaw/secops

17-

/src/config/**/*secret*.ts @openclaw/secops

18-

/src/gateway/*auth*.ts @openclaw/secops

19-

/src/gateway/**/*auth*.ts @openclaw/secops

20-

/src/gateway/*secret*.ts @openclaw/secops

21-

/src/gateway/**/*secret*.ts @openclaw/secops

22-

/src/gateway/security-path*.ts @openclaw/secops

23-

/src/gateway/resolve-configured-secret-input-string*.ts @openclaw/secops

24-

/src/gateway/protocol/**/*secret*.ts @openclaw/secops

25-

/src/gateway/server-methods/secrets*.ts @openclaw/secops

26-

/src/agents/*auth*.ts @openclaw/secops

27-

/src/agents/**/*auth*.ts @openclaw/secops

28-

/src/agents/auth-profiles*.ts @openclaw/secops

29-

/src/agents/auth-health*.ts @openclaw/secops

30-

/src/agents/auth-profiles/ @openclaw/secops

31-

/src/agents/sandbox.ts @openclaw/secops

32-

/src/agents/sandbox-*.ts @openclaw/secops

33-

/src/agents/sandbox/ @openclaw/secops

34-

/src/infra/secret-file*.ts @openclaw/secops

35-

/src/cron/stagger.ts @openclaw/secops

36-

/src/cron/service/jobs.ts @openclaw/secops

37-

/docs/security/ @openclaw/secops

38-

/docs/gateway/authentication.md @openclaw/secops

39-

/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md @openclaw/secops

40-

/docs/gateway/sandboxing.md @openclaw/secops

41-

/docs/gateway/secrets-plan-contract.md @openclaw/secops

42-

/docs/gateway/secrets.md @openclaw/secops

43-

/docs/gateway/security/ @openclaw/secops

44-

/docs/cli/approvals.md @openclaw/secops

45-

/docs/cli/sandbox.md @openclaw/secops

46-

/docs/cli/security.md @openclaw/secops

47-

/docs/cli/secrets.md @openclaw/secops

48-

/docs/reference/secretref-credential-surface.md @openclaw/secops

49-

/docs/reference/secretref-user-supplied-credentials-matrix.json @openclaw/secops

8+

/SECURITY.md @openclaw/openclaw-secops

9+

/.github/dependabot.yml @openclaw/openclaw-secops

10+

/.github/codeql/ @openclaw/openclaw-secops

11+

/.github/workflows/codeql.yml @openclaw/openclaw-secops

12+

/.github/workflows/codeql-android-critical-security.yml @openclaw/openclaw-secops

13+

/.github/workflows/codeql-critical-quality.yml @openclaw/openclaw-secops

14+

/src/security/ @openclaw/openclaw-secops

15+

/src/secrets/ @openclaw/openclaw-secops

16+

/src/config/*secret*.ts @openclaw/openclaw-secops

17+

/src/config/**/*secret*.ts @openclaw/openclaw-secops

18+

/src/gateway/*auth*.ts @openclaw/openclaw-secops

19+

/src/gateway/**/*auth*.ts @openclaw/openclaw-secops

20+

/src/gateway/*secret*.ts @openclaw/openclaw-secops

21+

/src/gateway/**/*secret*.ts @openclaw/openclaw-secops

22+

/src/gateway/security-path*.ts @openclaw/openclaw-secops

23+

/src/gateway/resolve-configured-secret-input-string*.ts @openclaw/openclaw-secops

24+

/src/gateway/protocol/**/*secret*.ts @openclaw/openclaw-secops

25+

/src/gateway/server-methods/secrets*.ts @openclaw/openclaw-secops

26+

/src/agents/*auth*.ts @openclaw/openclaw-secops

27+

/src/agents/**/*auth*.ts @openclaw/openclaw-secops

28+

/src/agents/auth-profiles*.ts @openclaw/openclaw-secops

29+

/src/agents/auth-health*.ts @openclaw/openclaw-secops

30+

/src/agents/auth-profiles/ @openclaw/openclaw-secops

31+

/src/agents/sandbox.ts @openclaw/openclaw-secops

32+

/src/agents/sandbox-*.ts @openclaw/openclaw-secops

33+

/src/agents/sandbox/ @openclaw/openclaw-secops

34+

/src/infra/secret-file*.ts @openclaw/openclaw-secops

35+

/src/cron/stagger.ts @openclaw/openclaw-secops

36+

/src/cron/service/jobs.ts @openclaw/openclaw-secops

37+

/docs/security/ @openclaw/openclaw-secops

38+

/docs/gateway/authentication.md @openclaw/openclaw-secops

39+

/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md @openclaw/openclaw-secops

40+

/docs/gateway/sandboxing.md @openclaw/openclaw-secops

41+

/docs/gateway/secrets-plan-contract.md @openclaw/openclaw-secops

42+

/docs/gateway/secrets.md @openclaw/openclaw-secops

43+

/docs/gateway/security/ @openclaw/openclaw-secops

44+

/docs/cli/approvals.md @openclaw/openclaw-secops

45+

/docs/cli/sandbox.md @openclaw/openclaw-secops

46+

/docs/cli/security.md @openclaw/openclaw-secops

47+

/docs/cli/secrets.md @openclaw/openclaw-secops

48+

/docs/reference/secretref-credential-surface.md @openclaw/openclaw-secops

49+

/docs/reference/secretref-user-supplied-credentials-matrix.json @openclaw/openclaw-secops

50505151

# Release workflow and its supporting release-path checks.

5252

/.github/workflows/openclaw-npm-release.yml @openclaw/openclaw-release-managers