Security fixes pass #2
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
export default function isSafePath({ filePath, allowedDir, }: {
|
||||
filePath: string;
|
||||
allowedDir: string;
|
||||
}): boolean;
|
||||
Reference in New Issue
Block a user