Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Upstream codebase diff #470

Draft
wants to merge 1,509 commits into
base: main
Choose a base branch
from

Support for multi step scheduling in enc dec models (#715)

8c4b41e
Select commit
Loading
Failed to load commit list.
Draft

[DO NOT MERGE] Upstream codebase diff #470

Support for multi step scheduling in enc dec models (#715)
8c4b41e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 24, 2025 in 4s

16 new alerts including 10 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 10 high
  • 6 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 warning on line 40 in benchmarks/disagg_benchmarks/round_robin_proxy.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium test

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 125 in tests/distributed/test_utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium test

'' binds a socket to all interfaces.

Check warning on line 762 in vllm/entrypoints/openai/api_server.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[' and containing many repetitions of 'AA(),'.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(' and containing many repetitions of 'AA=,'.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(A=' and containing many repetitions of ',A='.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(' and containing many repetitions of 'AA= ),A('.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(A=' and containing many repetitions of ' ),A(A='.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[' and containing many repetitions of 'AA()'.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(' and containing many repetitions of 'AA=,'.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(A=' and containing many repetitions of ',A='.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(' and containing many repetitions of 'AA=)A('.

Check failure on line 40 in vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '[A(A=' and containing many repetitions of ')A(A='.

Check warning on line 528 in vllm/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.

Check warning on line 537 in vllm/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.

Check warning on line 542 in vllm/utils.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.