onyx-tasks/apps/tauri
Tristan Michael 68f1bff93b fix: prevent path traversal, enable CSP, and harden URL domain extraction
Validate that resolved list paths stay within the workspace root to prevent
directory traversal via malicious list names. Enable Content Security Policy
in Tauri config instead of leaving it null. Fix CLI domain extraction to
strip userinfo (user:pass@) from URLs before using as keyring service name.
2026-04-02 09:35:38 -07:00
..
src feat: overhaul subtask UX with three-panel navigation, custom confirmations, and main panel header redesign 2026-04-02 07:22:41 -07:00
src-tauri fix: prevent path traversal, enable CSP, and harden URL domain extraction 2026-04-02 09:35:38 -07:00
.gitignore tauri and flutter guis 2026-03-17 09:38:53 -07:00
index.html rename Tauri app from bevy-tasks to onyx 2026-03-31 09:47:07 -07:00
package-lock.json rename Tauri app from bevy-tasks to onyx 2026-03-31 09:47:07 -07:00
package.json rename Tauri app from bevy-tasks to onyx 2026-03-31 09:47:07 -07:00
svelte.config.js tauri and flutter guis 2026-03-17 09:38:53 -07:00
tsconfig.json tauri and flutter guis 2026-03-17 09:38:53 -07:00
vite.config.ts Commit to Tauri GUI: remove Flutter/egui, redesign task UI 2026-03-29 09:49:30 -07:00