From 284fbb169c543b0858f757137d521bc75a80c358 Mon Sep 17 00:00:00 2001 From: Alexandru Cuciureanu Date: Wed, 8 Feb 2023 20:58:40 +0200 Subject: [PATCH] feat(enhanced the prototype pollution detection mecanism): better checking for prototype pollution --- sandbox/index.html | 4 ++-- sandbox/js/check.payload.js | 31 ++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/sandbox/index.html b/sandbox/index.html index 1d4b602..c2c236d 100644 --- a/sandbox/index.html +++ b/sandbox/index.html @@ -21,12 +21,12 @@ types.reduce((acc, type) => intersectProtoPropNameReducer(acc, type, prev, curr), {}); + + - -