Skip to content

Perf query cell#762

Open
xuewenjie123 wants to merge 2 commits into
mainfrom
perf-query-cell
Open

Perf query cell#762
xuewenjie123 wants to merge 2 commits into
mainfrom
perf-query-cell

fix: add datasource select sortable ...

7204a5d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL failed May 19, 2025 in 2s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 83 in packages/studio-query/src/components/QueryCell/index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Bad HTML filtering regexp High

This regular expression only parses --> and not --!> as a HTML comment end tag.

Check failure on line 190 in packages/studio-query/src/components/QueryCell/index.tsx

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 '''.

Check failure on line 190 in packages/studio-query/src/components/QueryCell/index.tsx

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 '''.