Merge branch 'main' of https://github.com/byerlikaya/EntityGuardian #10
Annotations
6 warnings
Pack:
src/EntityGuardian/Storages/SqlServer/SqlServerStorage.cs#L15
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
Pack:
src/EntityGuardian/Storages/SqlServer/SqlServerStorage.cs#L16
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
Build:
src/EntityGuardian/Storages/SqlServer/SqlServerStorage.cs#L15
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
Build:
src/EntityGuardian/Storages/SqlServer/SqlServerStorage.cs#L16
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
Build:
src/EntityGuardian/Storages/SqlServer/SqlServerStorage.cs#L15
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
Build:
src/EntityGuardian/Storages/SqlServer/SqlServerStorage.cs#L16
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
|
The logs for this run have expired and are no longer available.
Loading