.NET Version release #341
Annotations
2 warnings
|
build:
Microting.EformAngularFrontendBase.Tests/DbTestFixture.cs#L123
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
|
build:
Microting.EformAngularFrontendBase.Tests/DbTestFixture.cs#L123
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|