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

新增对doris的支持 #2536

Merged
merged 7 commits into from
Mar 17, 2024

Merge pull request #1 from LeoQuote/more_ut

62db9a2
Select commit
Loading
Failed to load commit list.
Merged

新增对doris的支持 #2536

Merge pull request #1 from LeoQuote/more_ut
62db9a2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 17, 2024 in 2s

9 new alerts including 9 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 9 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 208 in sql/db_diagnostic.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 243 in sql/db_diagnostic.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 194 in sql/instance.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 64 in sql/instance_account.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 112 in sql/instance_account.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 317 in sql/instance_account.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 395 in sql/instance_account.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 65 in sql/instance_database.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check warning on line 214 in sql_api/api_instance.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

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

Check failure on line 156 in sql/engines/doris.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (password)
as clear text.

Check failure on line 38 in sql/engines/doris.py

See this annotation in the file changed.

Code scanning / CodeQL

SQL query built from user-controlled sources High

This SQL query depends on a
user-provided value
.