From 7b806dca63b998f092a468120c73d362f087e105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6ssler?= Date: Mon, 9 Dec 2024 15:14:48 +0100 Subject: [PATCH] Update library/helpers/attackPath.ts Co-authored-by: Hans Ott --- library/helpers/attackPath.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/helpers/attackPath.ts b/library/helpers/attackPath.ts index 71a9753f..2261c3d9 100644 --- a/library/helpers/attackPath.ts +++ b/library/helpers/attackPath.ts @@ -2,7 +2,7 @@ import { isPlainObject } from "./isPlainObject"; import { tryDecodeAsJWT } from "./tryDecodeAsJWT"; // Maximum match count to return -const MAX_MATCH_COUNT = 10; +const MAX_MATCH_COUNT = 1; export type PathPart = | { type: "jwt" }