Skip to content

ci: bump eslint from 8.57.0 to 9.12.0 #1871

ci: bump eslint from 8.57.0 to 9.12.0

ci: bump eslint from 8.57.0 to 9.12.0 #1871

Triggered via push October 17, 2024 20:31
Status Failure
Total duration 1m 15s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
build
Process completed with exit code 2.
build: src/DroidSolutions.Oss.JobService.Postgres/Repository/PostgresJobRepository.cs#L138
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: src/DroidSolutions.Oss.JobService.Postgres/Repository/PostgresJobRepository.cs#L203
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build: src/DroidSolutions.Oss.JobService.Postgres/Repository/PostgresJobRepository.cs#L138
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: src/DroidSolutions.Oss.JobService.Postgres/Repository/PostgresJobRepository.cs#L203
Method 'FromSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'FromSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.