summaryrefslogtreecommitdiff
path: root/lib/uRI.ml
AgeCommit message (Collapse)Author
23 hoursAdd URI validation for security (Phase 1.3)toastal
Add validate function to uRI.ml that checks for: - Acceptable schemes: http, https, ftp, sftp, file, ssh, git, darcs, pijul, fossil - Path traversal attacks (../, ..\ patterns) Returns Result type with specific error variants for invalid schemes and path traversal attempts. All 17 tests pass.
2026-01-02QCheck: update namingยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค
2025-12-11add URI moduleยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค