Skip to content

Update apps/backend/core/git_provider.py

951aae3
Select commit
Loading
Failed to load commit list.
Open

feat: Python env paths redesign v2 with PowerShell fixes #1229

Update apps/backend/core/git_provider.py
951aae3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 17, 2026 in 3s

14 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 3 medium

Other Alerts:

  • 1 warning
  • 9 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 264 in apps/backend/agents/coder.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'feedback_text' is unnecessary as it is
redefined
before this value is used.

Check notice on line 57 in apps/backend/core/worktree.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_cached_glab_path' is not used.

Check notice on line 74 in apps/backend/core/worktree.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_cached_glab_path' is not used.

Check notice on line 91 in apps/backend/core/worktree.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_cached_glab_path' is not used.

Check notice on line 93 in apps/backend/core/worktree.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 97 in apps/backend/core/worktree.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable '_cached_glab_path' is not used.

Check failure on line 141 in apps/frontend/src/main/agent/agent-manager.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure temporary file High

Insecure creation of file in
the os temp dir
.

Check warning on line 141 in apps/frontend/src/main/agent/agent-manager.ts

See this annotation in the file changed.

Code scanning / CodeQL

Network data written to file Medium

Write to file system depends on
Untrusted data
.
Write to file system depends on
Untrusted data
.

Check warning on line 996 in apps/frontend/src/main/python-env-manager.ts

See this annotation in the file changed.

Code scanning / CodeQL

Indirect uncontrolled command line Medium

This command depends on an unsanitized
environment variable
.
This command depends on an unsanitized
environment variable
.
This command depends on an unsanitized
environment variable
.

Check warning on line 1201 in apps/frontend/src/main/python-env-manager.ts

See this annotation in the file changed.

Code scanning / CodeQL

Indirect uncontrolled command line Medium

This command depends on an unsanitized
environment variable
.
This command depends on an unsanitized
environment variable
.
This command depends on an unsanitized
environment variable
.

Check notice on line 19 in apps/frontend/src/main/agent/agent-process.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import isValidActivationScript.

Check notice on line 34 in apps/frontend/src/main/agent/agent-process.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function sanitizeShellPath.

Check notice on line 22 in apps/frontend/src/main/ipc-handlers/claude-code-handlers.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import isLinux.

Check notice on line 777 in apps/frontend/src/main/python-env-manager.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function buildPythonCommandWithActivation.