-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vulnerability in System.Linq.Dynamic.Core - CVE-2023-32571 #495
Comments
I am working on a PR to fix this. will update soon |
I recently upgrade from 4.0.0 to 5.0.1. I am getting errors across the board and it looks like it's related to this. In my Utils class I have static methods that take in strongly typed objects (see below). I keep getting a Common Language Runtime error when these rules execute. It appears to be because it can't actually execute my method in the Utils class. Suggestions? My expression: customers.Where(CreatedDate >= CreatedFilter).Where(Utils.IsExistingEmail(Emails, Customer)).Count() < threshold
|
I reviewed the Wiki but the examples shown with Utils is simple string parameters, but do not see any examples with extension methods utilizing strongly typed objects |
Hi,
The package System.Linq.Dynamic.Core used in the latest version has a vulnerability and needs to be updated to at least 1.3.0
The text was updated successfully, but these errors were encountered: