Commit 5645cb7
Address CodeQL findings in dotnet E2E harness
Use Path.Join instead of Path.Combine (never silently drops rooted
arguments) and replace the foreach scan with a LINQ Select +
FirstOrDefault when locating the platform package's index.js.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4c6cd17 commit 5645cb7
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
0 commit comments