|
Ran
|
Jobs
6
|
Files
216
|
Run time
2min
|
Badge
README BADGES
|
push
github
chore(deps): update dependency vite to v6.2.5 [security] (main) (#7191) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.2.4` -> `6.2.5`](https://renovatebot.com/diffs/npm/vite/6.2.4/6.2.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub Vulnerability Alerts #### [CVE-2025-31486](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-xcj6-pq6g-qj4x) ### Summary The contents of arbitrary files can be returned to the browser. ### Impact Only apps explicitly exposing the Vite dev server to the network (using --host or [server.host config option](https://vitejs.dev/config/server-options.html#server-host)) are affected.. ### Details #### `.svg` Requests ending with `.svg` are loaded at this line. https://github.com/vitejs/vite/blob/037f80107/packages/vite/src/node/plugins/asset.ts#L285-L290 By adding `?.svg` with `?.wasm?init` or with `sec-fetch-dest: script` header, the restriction was able to bypass. This bypass is only possible if the file is smaller than [`build.assetsInlineLimit`](https://vite.dev/config/build-options.html#build-assetsinlinelimit) (default: 4kB) and when using Vite 6.0+. #### relative paths The check was applied before the id normalization. This allowed requests to bypass wit... (continued)
2944 of 3900 branches covered (75.49%)
5124 of 5856 relevant lines covered (87.5%)
91391.71 hits per line
| ID | Flag name | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|---|
| 2 | main/src/internal | 14279013598.2 | 148 |
15.44 |
GitHub Action Run | |
| 3 | charts | 14279013598.3 | 205 |
28.04 |
GitHub Action Run | |
| 4 | compat | 14279013598.4 | 159 |
18.95 |
GitHub Action Run | |
| 5 | base | 14279013598.5 | 148 |
17.19 |
GitHub Action Run | |
| 6 | cypress-commands | 14279013598.6 | 148 |
15.46 |
GitHub Action Run | |
| 1 | main/src/components | 14242795242.1 | 148 |
84.98 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|