Add files via upload #11
Annotations
6 warnings
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.
|
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.
|