Skip to content

Merge branch 'main' of https://github.com/byerlikaya/EntityGuardian #10

Merge branch 'main' of https://github.com/byerlikaya/EntityGuardian

Merge branch 'main' of https://github.com/byerlikaya/EntityGuardian #10

Triggered via push January 22, 2024 09:27
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.