Codacy Issue ID: cf73f708bb503359bfb6c5e5b024b49d
| Field |
Value |
| File |
FileProcessor.BusinessLogic/Services/FileProcessorDomainService.cs |
| Line |
414 |
| Rule |
Security |
| Severity |
Error |
| Commit |
e25d03ccc5380e14e5092bb1c188d6779f1b6dbc |
Message: TypeNameHandling All is unsafe and can lead to arbitrary code execution in the context of the process.
🔗 View file in Codacy
Code Snippet:
TypeNameHandling = TypeNameHandling.All
Codacy Issue ID:
cf73f708bb503359bfb6c5e5b024b49dFileProcessor.BusinessLogic/Services/FileProcessorDomainService.cse25d03ccc5380e14e5092bb1c188d6779f1b6dbcMessage: TypeNameHandling All is unsafe and can lead to arbitrary code execution in the context of the process.
🔗 View file in Codacy
Code Snippet: