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
chore: reduce DevSkim false positives and fix Azure SQL bulkcopy test
- Exclude tests/, **/test_*.py, and benchmarks/ from DevSkim scanning
(localhost in test connection strings is not debug code)
- Suppress DS176209 (TODO comments) — informational, not a security concern
- DS137138 (localhost) left enabled — path exclusions handle test files,
keeps coverage for accidental localhost in production code
- Fix test_bulkcopy_without_database_parameter: remove USE statement
which is not supported on Azure SQL Database, use fully qualified
table names with the default database instead
0 commit comments