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

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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
ci: add plugin boundary codeql quality shard (#73447) · o...
vincentkoc · 2026-04-28 · via Recent Commits to openclaw:main

@@ -0,0 +1,76 @@

1+

name: openclaw-codeql-plugin-boundary-critical-quality

2+3+

disable-default-queries: true

4+5+

queries:

6+

- uses: security-and-quality

7+8+

query-filters:

9+

- include:

10+

problem.severity:

11+

- error

12+

- exclude:

13+

tags:

14+

- security

15+16+

paths:

17+

- src/plugins/activation-planner.ts

18+

- src/plugins/api-builder.ts

19+

- src/plugins/bundled-compat.ts

20+

- src/plugins/bundled-dir.ts

21+

- src/plugins/bundled-plugin-metadata.ts

22+

- src/plugins/bundled-public-surface-runtime-root.ts

23+

- src/plugins/bundled-runtime-deps.ts

24+

- src/plugins/bundled-runtime-root.ts

25+

- src/plugins/captured-registration.ts

26+

- src/plugins/config-activation-shared.ts

27+

- src/plugins/config-contracts.ts

28+

- src/plugins/config-normalization-shared.ts

29+

- src/plugins/config-policy.ts

30+

- src/plugins/config-schema.ts

31+

- src/plugins/config-state.ts

32+

- src/plugins/discovery.ts

33+

- src/plugins/effective-plugin-ids.ts

34+

- src/plugins/externalized-bundled-plugins.ts

35+

- src/plugins/installed-plugin-index*.ts

36+

- src/plugins/loader*.ts

37+

- src/plugins/manifest*.ts

38+

- src/plugins/module-export.ts

39+

- src/plugins/package-entrypoints.ts

40+

- src/plugins/plugin-registry*.ts

41+

- src/plugins/provider-contract-public-artifacts.ts

42+

- src/plugins/provider-public-artifacts.ts

43+

- src/plugins/public-surface*.ts

44+

- src/plugins/registry.ts

45+

- src/plugins/registry-types.ts

46+

- src/plugins/runtime

47+

- src/plugins/runtime-state.ts

48+

- src/plugins/runtime.ts

49+

- src/plugins/sdk-alias.ts

50+

- src/plugins/source-loader.ts

51+

- src/plugins/types.ts

52+

- src/plugins/validation-diagnostics.ts

53+

- src/plugins/web-provider-public-artifacts*.ts

54+

- src/plugin-sdk/*entry*.ts

55+

- src/plugin-sdk/*facade*.ts

56+

- src/plugin-sdk/api-baseline.ts

57+

- src/plugin-sdk/config-schema.ts

58+

- src/plugin-sdk/config-types.ts

59+

- src/plugin-sdk/core.ts

60+

- src/plugin-sdk/extension-shared.ts

61+62+

paths-ignore:

63+

- "**/node_modules"

64+

- "**/coverage"

65+

- "**/*.generated.ts"

66+

- "**/*.bundle.js"

67+

- "**/*-runtime.js"

68+

- "**/*.test.ts"

69+

- "**/*.test.tsx"

70+

- "**/*.e2e.test.ts"

71+

- "**/*.e2e.test.tsx"

72+

- "**/*test-support*"

73+

- "**/*test-helper*"

74+

- "**/*mock*"

75+

- "**/*fixture*"

76+

- "**/*bench*"