mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-25 22:55:52 +03:00
[PR #27] [MERGED] LDAP injection prevention (escaping) #32
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asalimonov/authelia-admin/pull/27
Author: @asalimonov
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @asalimonov
Base:
main← Head:feature/ldap-fixes📝 Commits (2)
1ae42c6LDAP injection prevention (escaping)38c6056Fixed build with regexps📊 Changes
11 files changed (+301 additions, -24 deletions)
View changed files
📝
README.md(+1 -0)📝
src/hooks.server.ts(+2 -1)📝
src/lib/server/ldap.ts(+10 -3)➕
src/lib/utils/ldap.ts(+198 -0)➕
src/lib/utils/validation.ts(+53 -0)📝
src/routes/(app)/banned/ip/+page.server.ts(+3 -1)📝
src/routes/(app)/banned/ip/+page.svelte(+2 -2)📝
src/routes/(app)/banned/users/+page.server.ts(+7 -1)📝
src/routes/(app)/banned/users/+page.svelte(+2 -2)📝
src/routes/(app)/users/[userid]/+page.server.ts(+9 -7)📝
src/routes/(app)/users/[userid]/+page.svelte(+14 -7)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.