Analyzer: warn (and code fix) for use of interpolation in SQL methods accepting raw strings #30965
Labels
area-analyzer
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
type-enhancement
Milestone
When using overloads accepting FormattableString, interpolated values are sent as SQL parameters; but the raw overloads are vulnerable to SQL injection. Warn about these, and offer to fix to the interpolated versions
The text was updated successfully, but these errors were encountered: