Disable DynamicLinq to fix CVE (#1242)

* Disable DynamicLinq

* Disable DynamicLinq functionality
This commit is contained in:
Stef Heyenrath
2025-01-22 10:30:52 +01:00
committed by GitHub
parent 888d913729
commit 12d2219752
96 changed files with 107 additions and 3912 deletions

View File

@@ -20,8 +20,9 @@
Name: test,
Matchers: [
{
Name: LinqMatcher,
Pattern: it.Length < 10
Name: ExactMatcher,
Pattern: abc,
IgnoreCase: false
}
]
}