Skip to content

Sync drizzle-orm fork to v1 RC4 - #28

Draft
joe-thom wants to merge 1747 commits into
mainfrom
joe-thom/drizzle-v1-rc4-sync
Draft

Sync drizzle-orm fork to v1 RC4#28
joe-thom wants to merge 1747 commits into
mainfrom
joe-thom/drizzle-v1-rc4-sync

Run focused CI in the Replit fork

a377f57
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 17, 2026 in 3s

23 new alerts including 20 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 20 high
  • 3 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 failure on line 713 in drizzle-orm/src/sql/sql.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 158 in drizzle-kit/tests/singlestore/mocks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 414 in drizzle-kit/tests/postgres/mocks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 403 in drizzle-kit/tests/postgres/mocks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 287 in drizzle-kit/tests/postgres/mocks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 242 in drizzle-kit/tests/mssql/mocks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 245 in drizzle-kit/tests/cockroach/mocks.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 278 in drizzle-kit/src/dialects/sqlite/typescript.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 1978 in drizzle-kit/src/dialects/postgres/grammar.ts

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 '\t\twith\ttime\tzone::'.

Check failure on line 1345 in drizzle-kit/src/dialects/postgres/grammar.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '{'.

Check failure on line 1345 in drizzle-kit/src/dialects/postgres/grammar.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '}'.

Check failure on line 1330 in drizzle-kit/src/dialects/postgres/grammar.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '{'.

Check failure on line 1330 in drizzle-kit/src/dialects/postgres/grammar.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '}'.

Check failure on line 402 in drizzle-kit/src/dialects/mysql/typescript.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 326 in drizzle-kit/src/dialects/mysql/typescript.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 320 in drizzle-kit/src/dialects/mysql/grammar.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '"'.

Check failure on line 40 in drizzle-kit/src/cli/views.ts

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to password
as clear text.
This logs sensitive data returned by
an access to password
as clear text.

Check failure on line 570 in drizzle-kit/src/cli/commands/studio.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of password hash with insufficient computational effort High

Password from
an access to password
is hashed insecurely.

Check failure on line 402 in drizzle-kit/src/cli/commands/studio.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of password hash with insufficient computational effort High

Password from
an access to password
is hashed insecurely.

Check failure on line 342 in drizzle-kit/src/cli/commands/studio.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of password hash with insufficient computational effort High

Password from
an access to password
is hashed insecurely.

Check warning on line 808 in drizzle-orm/src/relations.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 811 in drizzle-orm/src/relations.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 842 in drizzle-orm/src/relations.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.