Skip to content

MapScan DSH v1.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 08:03
· 4 commits to main since this release

Fixed

  • shell 执行策略崩溃修复:插件路径调用 ctx.shell.run 未携带 sandboxPolicy,在部署默认策略缺失时执行器因 const { mode } = policy 解构 undefined 崩溃,导致所有 API 调用失败;现改为显式解析策略(ctx.sandboxPolicy.resolve()),解析失败时按环境实际生效策略回落为 danger-full-access(仅在策略服务无结果时兜底,不覆盖正常部署约束)