mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00:00
Better checking for api sort param to prevent sql injection
And moved filters out and cached object reflection
This commit is contained in:
@ -26,7 +26,7 @@ type ListResponse struct {
|
||||
func ListQueryBuilder(
|
||||
pageInfo *model.PageInfo,
|
||||
filters []model.Filter,
|
||||
filterMap map[string]filterMapValue,
|
||||
filterMap map[string]model.FilterMapValue,
|
||||
) *gorm.DB {
|
||||
scopes := make([]func(*gorm.DB) *gorm.DB, 0)
|
||||
scopes = append(scopes, ScopeOffsetLimit(pageInfo))
|
||||
|
Reference in New Issue
Block a user