Fix path traversal false positive: skip subst drive mapping for JVM backend
Build and Release / build (push) Has been cancelled
Build and Release / build (push) Has been cancelled
Java's getCanonicalFile() resolves subst drives inconsistently, causing secureResolve() to falsely block valid filenames. JVM handles long paths natively so subst is only needed for legacy UnRAR/7z. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
02b136dac7
commit
eefb536cb3
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "real-debrid-downloader",
|
||||
"version": "1.5.45",
|
||||
"version": "1.5.46",
|
||||
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
Reference in New Issue
Block a user