mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +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:
@ -6,3 +6,9 @@ type Filter struct {
|
||||
Modifier string `json:"modifier"`
|
||||
Value []string `json:"value"`
|
||||
}
|
||||
|
||||
// FilterMapValue ...
|
||||
type FilterMapValue struct {
|
||||
Type string
|
||||
Field string
|
||||
}
|
||||
|
Reference in New Issue
Block a user