Commit c8ee3db
committed
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 instead1 parent acbe020 commit c8ee3db
2 files changed
+16
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| |||
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 119 | + | |
127 | 120 | | |
128 | 121 | | |
129 | 122 | | |
| |||
137 | 130 | | |
138 | 131 | | |
139 | 132 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
145 | 136 | | |
146 | 137 | | |
147 | 138 | | |
| |||
189 | 180 | | |
190 | 181 | | |
191 | 182 | | |
192 | | - | |
| 183 | + | |
| 184 | + | |
193 | 185 | | |
194 | 186 | | |
195 | 187 | | |
196 | 188 | | |
197 | 189 | | |
198 | | - | |
| 190 | + | |
| 191 | + | |
199 | 192 | | |
200 | 193 | | |
201 | 194 | | |
| |||
236 | 229 | | |
237 | 230 | | |
238 | 231 | | |
239 | | - | |
| 232 | + | |
| 233 | + | |
240 | 234 | | |
241 | 235 | | |
242 | 236 | | |
243 | 237 | | |
244 | 238 | | |
245 | | - | |
| 239 | + | |
| 240 | + | |
246 | 241 | | |
247 | 242 | | |
248 | 243 | | |
| |||
0 commit comments