wails/v3/examples/dev
Lea Anthony d7ca5acaed fix(security): update rollup to fix XSS vulnerability
Regenerate package-lock.json to update rollup from 3.28.0 to 3.29.5,
which fixes CVE-2024-47068 (Improper Neutralization of Input During
Web Page Generation / Cross-site Scripting).

The vulnerability affected rollup when bundling JavaScript with
import.meta.url and certain output formats (cjs, umd, iife) with
unsanitized HTML element name attributes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 06:07:07 +11:00
..
build [v3] Add dev example 2023-08-18 10:51:02 +10:00
frontend fix(security): update rollup to fix XSS vulnerability 2026-01-22 06:07:07 +11:00
.gitignore Update contextmenus/dev example 2023-10-09 17:38:46 +11:00
go.mod feat(linux): generate .desktop file during build (#4575) (#4780) 2025-12-13 12:22:59 +11:00
go.sum feat(linux): generate .desktop file during build (#4575) (#4780) 2025-12-13 12:22:59 +11:00
main.go Refactor Manager API to use singular naming convention (#4367) 2025-06-22 12:19:14 +10:00
README.md Update Task to v3.31.0. Update deps. 2023-10-09 10:39:09 +11:00
Taskfile.yml Fix syso naming issue 2024-11-18 20:43:03 +11:00

Dev Example

NOTE: This example is currently a work in progress. It is not yet ready for use.