[PR #127] [MERGED] sqlx: update dependency and protect against injections #556

Closed
opened 2026-02-27 08:17:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/127
Author: @nitnelave
Created: 3/22/2022
Status: Merged
Merged: 6/26/2022
Merged by: @nitnelave

Base: mainHead: sql_injection


📝 Commits (1)

  • 2a502de sqlx: update dependency and protect against injections

📊 Changes

10 files changed (+494 additions, -307 deletions)

View changed files

📝 Cargo.lock (+278 -175)
📝 Cargo.toml (+9 -0)
📝 app/Cargo.toml (+3 -0)
📝 auth/Cargo.toml (+1 -1)
📝 server/Cargo.toml (+8 -4)
📝 server/src/domain/sql_backend_handler.rs (+125 -70)
📝 server/src/domain/sql_opaque_handler.rs (+22 -16)
📝 server/src/domain/sql_tables.rs (+4 -4)
📝 server/src/infra/jwt_sql_tables.rs (+6 -6)
📝 server/src/infra/sql_backend_handler.rs (+38 -31)

📄 Description

Fixes #104


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/127 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 3/22/2022 **Status:** ✅ Merged **Merged:** 6/26/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `sql_injection` --- ### 📝 Commits (1) - [`2a502de`](https://github.com/lldap/lldap/commit/2a502de148fd8543198b57086e8ad58364e8022f) sqlx: update dependency and protect against injections ### 📊 Changes **10 files changed** (+494 additions, -307 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+278 -175) 📝 `Cargo.toml` (+9 -0) 📝 `app/Cargo.toml` (+3 -0) 📝 `auth/Cargo.toml` (+1 -1) 📝 `server/Cargo.toml` (+8 -4) 📝 `server/src/domain/sql_backend_handler.rs` (+125 -70) 📝 `server/src/domain/sql_opaque_handler.rs` (+22 -16) 📝 `server/src/domain/sql_tables.rs` (+4 -4) 📝 `server/src/infra/jwt_sql_tables.rs` (+6 -6) 📝 `server/src/infra/sql_backend_handler.rs` (+38 -31) </details> ### 📄 Description Fixes #104 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#556
No description provided.