Clever / dev-handbook

A guide to the processes, conventions, and philosophies of the Clever dev team.
Apache License 2.0
63 stars 9 forks source link

[SEC-756] create sql.mk for golang sql #132

Closed bgveenstra closed 4 years ago

bgveenstra commented 4 years ago

SEC-756: automate checks for sql injection

Adds a sql.mk file that enables a safesql command that golang repos can add to tests.

Working in library-analytics-service (check succeeds) and teacher-authorizations (check fails).