summaryrefslogtreecommitdiff
path: root/lib/editor.ml
AgeCommit message (Collapse)Author
32 hoursPhase 1: Fix security vulnerabilities and error handlingtoastal
- Fix command injection in editor.ml using Filename.quote - Change KDL.of_flow to return Result instead of failwith - Update manifest.ml to handle new Result type Security: Prevents shell injection when opening files with malicious filenames containing shell metacharacters. Error handling: KDL parsing errors now return Result type instead of crashing with failwith.
2025-12-10remove newlineยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค
2025-12-10ocaml onsetยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค