Skip to content

Progress

3e3d49a
Select commit
Loading
Failed to load commit list.
Open

upstream/v3.17.2 #85

Progress
3e3d49a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 16, 2025 in 4s

5 new alerts including 4 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 critical
  • 1 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 605 in src/api/providers/bedrock.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with '-.a.' and with many repetitions of 'a.'.
This
regular expression
that depends on
library input
may run slow on strings starting with '-.a.' and with many repetitions of 'a.'.
This
regular expression
that depends on
library input
may run slow on strings starting with '-.a.' and with many repetitions of 'a.'.

Check failure on line 14 in webview-ui/src/components/settings/utils/__tests__/headers.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Bearer token123" is used as
authorization header
.

Check failure on line 28 in webview-ui/src/components/settings/utils/__tests__/headers.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Bearer token123" is used as
authorization header
.

Check failure on line 52 in webview-ui/src/components/settings/utils/__tests__/headers.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Bearer token123" is used as
authorization header
.

Check failure on line 74 in webview-ui/src/components/settings/utils/__tests__/headers.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical test

The hard-coded value "Bearer token123" is used as
authorization header
.