• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SAP / ui5-webcomponents-react / 14063744184
89%

Build:
DEFAULT BRANCH: main
Ran 25 Mar 2025 03:36PM UTC
Jobs 6
Files 216
Run time 52min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Mar 2025 03:33PM UTC coverage: 87.483%. Remained the same
14063744184

push

github

web-flow
chore(deps): update dependency vite to v6.2.3 [security] (main) (#7143)

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.2` ->
`6.2.3`](https://renovatebot.com/diffs/npm/vite/6.2.2/6.2.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.2.2/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.2.2/6.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

### GitHub Vulnerability Alerts

####
[CVE-2025-30208](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-x574-m823-4x7w)

### 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
`@fs` denies access to files outside of Vite serving allow list. Adding
`?raw??` or `?import&raw??` to the URL bypasses this limitation and
returns the file content if it exists. This bypass exists because
trailing separators such as `?` are removed in several places, but are
not accounted for in query string regexes.

### PoC
```bash
$ npm create vite@latest
$ cd vite-project/
$ npm install
$ npm run dev

$ echo "top secret content" > /tmp/secret.txt

# expected behaviour
$ curl "http://localhost:5173/@​fs/tmp/secret.txt"

    <body>
      <h1>403 Restricted</h1>
      <p>The request url &quot;/tm... (continued)

2944 of 3900 branches covered (75.49%)

5123 of 5856 relevant lines covered (87.48%)

91684.2 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 cypress-commands 14063744184.1 25 Mar 2025 03:36PM UTC 148
15.46
GitHub Action Run
2 compat 14063744184.2 25 Mar 2025 03:36PM UTC 159
18.95
GitHub Action Run
3 base 14063744184.3 25 Mar 2025 03:36PM UTC 148
17.19
GitHub Action Run
4 charts 14063744184.4 25 Mar 2025 03:38PM UTC 205
28.02
GitHub Action Run
5 main/src/internal 14063744184.5 25 Mar 2025 03:36PM UTC 148
15.44
GitHub Action Run
6 main/src/components 14063744184.6 25 Mar 2025 03:40PM UTC 148
84.98
GitHub Action Run
Source Files on build 14063744184
  • Tree
  • List 216
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #14063744184
  • f25ef91d on github
  • Prev Build on main (#14055296185)
  • Next Build on main (#14100197343)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc