Skip to content

refactor(cli): move cache command under orchestrate subcommand

25dbf37
Select commit
Loading
Failed to load commit list.
Closed

LTS 2.0.0 -- Combined Release #815

refactor(cli): move cache command under orchestrate subcommand
25dbf37
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 10, 2026 in 2s

3 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 140 in src/model/orchestrator/providers/remote-powershell/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 144 in src/model/orchestrator/providers/remote-powershell/index.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check warning on line 86 in .github/workflows/release-cli.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}