Skip to content

build(amazonq): merge release candidate version rc-20260115 (#8503)

78fb3fd
Select commit
Loading
Failed to load commit list.
Open

Merge master into feature/logs #7319

build(amazonq): merge release candidate version rc-20260115 (#8503)
78fb3fd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 15, 2026 in 3s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 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 245 in .github/workflows/node.js.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {{contents: read}}

Check failure on line 170 in packages/core/src/auth/auth.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings with many repetitions of '#'.

Check failure on line 52 in packages/core/src/awsService/sagemaker/detached-server/routes/getSession.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of externally-controlled format string

Format string depends on a [user-provided value](1).

Check failure on line 31 in packages/core/src/codewhisperer/util/importAdderUtil.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings with many repetitions of ' '. This [regular expression](1) that depends on [library input](3) may run slow on strings with many repetitions of ' '. This [regular expression](1) that depends on [library input](4) may run slow on strings with many repetitions of ' '. This [regular expression](1) that depends on [library input](5) may run slow on strings with many repetitions of ' '.

Check failure on line 65 in packages/core/src/codewhisperer/util/importAdderUtil.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings starting with '=require(' and with many repetitions of '=require(!'. This [regular expression](1) that depends on [library input](3) may run slow on strings starting with '=require(' and with many repetitions of '=require(!'. This [regular expression](1) that depends on [library input](4) may run slow on strings starting with '=require(' and with many repetitions of '=require(!'. This [regular expression](1) that depends on [library input](5) may run slow on strings starting with '=require(' and with many repetitions of '=require(!'.

Check failure on line 559 in packages/core/src/sagemakerunifiedstudio/explorer/nodes/s3Strategy.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of '*'.

Check failure on line 94 in packages/core/src/shared/utilities/proxyUtil.ts

See this annotation in the file changed.

Code scanning / CodeQL

Disabling certificate validation

Disabling certificate validation is strongly discouraged.

Check failure on line 56 in packages/core/src/shared/utilities/textUtilities.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](3) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](4) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](5) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](6) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](7) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](8) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](9) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](10) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](11) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](12) may run slow on strings with many repetitions of '\n'.

Check failure on line 58 in packages/core/src/shared/utilities/textUtilities.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on [library input](2) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](3) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](4) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](5) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](6) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](7) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](8) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](9) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](10) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](11) may run slow on strings with many repetitions of '\n'. This [regular expression](1) that depends on [library input](12) may run slow on strings with many repetitions of '\n'.

Check failure on line 66 in packages/core/src/test/awsService/cloudformation/consoleLinksUtils.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization

'[eu-west-1.console.aws.amazon.com](1)' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 52 in packages/core/src/test/shared/extensions/ssh.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of '"'.

Check warning on line 241 in packages/core/src/awsService/sagemaker/commands.ts

See this annotation in the file changed.

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that overlaps with 0-9 in the same character class, and is equivalent to \[.\/0-9:;<=>?@A-Z\\[\\\\]^_\].