Files
NexQuant/rdagent/app
TPTBusiness 820c27f91b fix: Harden _safe_resolve to fix CodeQL alert #3
- Use os.path.realpath for full resolution (handles symlinks and ..)
- Reject drive letters explicitly via os.path.splitdrive
- Reject absolute paths via os.path.isabs (not Path.is_absolute)
- Build candidate via os.path.join then resolve
- Validate with Path.relative_to after realpath resolution
- Fixes py/path-injection alert #3
- Preserves existing functionality
2026-04-03 10:48:43 +02:00
..
2024-07-25 15:20:04 +08:00
2026-03-18 14:04:52 +08:00