Skip to content

Commit 9d3e7dc

Browse files
committed
Fix wrong payload path
1 parent f320cd8 commit 9d3e7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/sources/http-server/checkIfRequestIsBlocked.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function checkIfRequestIsBlocked(
115115
source: "url",
116116
blocked: agent.shouldBlock(),
117117
stack: cleanupStackTrace(stackTraceError.stack!, getLibraryRoot()),
118-
paths: ["path"],
118+
paths: [".path"],
119119
metadata: {},
120120
request: context,
121121
payload: pathTraversalResult.payload,

0 commit comments

Comments
 (0)