Skip to content

feat: left pannel bar

301855c
Select commit
Loading
Failed to load commit list.
Open

feat: enhance AI functionality + ChatBox with context menu and utili… #137

feat: left pannel bar
301855c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 29, 2025 in 3s

4 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high

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 78 in backend/main.py

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings with many repetitions of '9'.

Check failure on line 112 in backend/main.py

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'from !' and with many repetitions of 'aa'.

Check failure on line 138 in backend/main.py

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings with many repetitions of '!'.
This
regular expression
that depends on a
user-provided value
may run slow on strings starting with '!' and with many repetitions of 'aa'.

Check failure on line 144 in backend/main.py

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on a
user-provided value
may run slow on strings starting with 'make ' and with many repetitions of ' '.