We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7f69a commit fcc1eb5Copy full SHA for fcc1eb5
api/src/contribution/repository.ts
@@ -15,6 +15,7 @@ export class ContributionRepository {
15
constructor(private readonly postgresService: PostgresService) {}
16
17
public async findTitle(contributionId: string) {
18
+ // todo-ZM: guard against SQL injections in all sql`` statements
19
const statement = sql`
20
SELECT
21
${contributionsTable.title}
0 commit comments