Skip to content

fix(driver-memory): accept the engine QueryAST in aggregate() (analytics fallback)#1703

Merged
os-zhuang merged 1 commit into
mainfrom
fix/memory-driver-ast-aggregate
Jun 11, 2026
Merged

fix(driver-memory): accept the engine QueryAST in aggregate() (analytics fallback)#1703
os-zhuang merged 1 commit into
mainfrom
fix/memory-driver-ast-aggregate

fix(driver-memory): accept the engine QueryAST in aggregate() (analyt…

0a59c23
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 11, 2026 in 3s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 984 in packages/plugins/driver-memory/src/memory-driver.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
.
This assignment may alter Object.prototype if a malicious '__proto__' string is injected from library input.

Check warning on line 987 in packages/plugins/driver-memory/src/memory-driver.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
.
This assignment may alter Object.prototype if a malicious '__proto__' string is injected from library input.