Codacy ID: 4cecd4719d63c2ebe50caac0d616310a
File: TransactionProcessor/Handlers/TransactionHandlers.cs
Line: 29
Rule: Security (Error)
Commit: 562575a00b2277ed0bc6c116593ceeb78deca9a4
Message: TypeNameHandling Auto is unsafe and can lead to arbitrary code execution in the context of the process.
**Code Snippet:**
```csharp
new JsonSerializerSettings { TypeNameHandling = TypeNameHandling.Auto });
```
Codacy ID:
4cecd4719d63c2ebe50caac0d616310aFile:
TransactionProcessor/Handlers/TransactionHandlers.csLine: 29
Rule: Security (Error)
Commit:
562575a00b2277ed0bc6c116593ceeb78deca9a4Message: TypeNameHandling Auto is unsafe and can lead to arbitrary code execution in the context of the process.