resolve security issue in Search

This commit is contained in:
sbwalker
2024-07-15 10:07:48 -04:00
parent 6275ab23ff
commit 17fec7d6e1
4 changed files with 16 additions and 31 deletions

View File

@ -10,8 +10,6 @@ namespace Oqtane.Models
public Alias Alias { get; set; }
public User User { get; set; }
public string Keywords { get; set; }
public List<string> EntityNames { get; set; } = new List<string>();