You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#16 is vulnerable to SQL Injection, as it cannot make use of sqlx::Query::bind. To fix this, we will have to wait until launchbadge/sqlx#291 is closed and then use the proposed QueryBuilder.
The text was updated successfully, but these errors were encountered:
#16 is vulnerable to SQL Injection, as it cannot make use of
sqlx::Query::bind
. To fix this, we will have to wait until launchbadge/sqlx#291 is closed and then use the proposedQueryBuilder
.The text was updated successfully, but these errors were encountered: