Skip to content

fix(orm): Fixing issue with update query and values call#2043

Merged
elliotcourant merged 1 commit into
v10from
fix/update-query
May 29, 2026
Merged

fix(orm): Fixing issue with update query and values call#2043
elliotcourant merged 1 commit into
v10from
fix/update-query

Conversation

@elliotcourant
Copy link
Copy Markdown
Collaborator

This query function did not properly sanitize input and could be used
(if it was being used in this way) to allow for SQL injection if raw
user input was being passed into this query.

Co-authored-by: Elliot Courant me@elliotcourant.dev

This query function did not properly sanitize input and could be used
(if it was being used in this way) to allow for SQL injection if raw
user input was being passed into this query.

Co-authored-by: Elliot Courant <me@elliotcourant.dev>
@elliotcourant elliotcourant merged commit 89d33ca into v10 May 29, 2026
2 checks passed
@elliotcourant elliotcourant deleted the fix/update-query branch May 29, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants