Skip to content

Commit f7d0d9e

Browse files
authored
Merge pull request #870 from AikidoSec/readd-bench-function
Re-enable function sink benchmark
2 parents e4b4bd7 + 6864564 commit f7d0d9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benchmarks/operations/benchmark.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ const modules = [
1414
module: "nosqli",
1515
name: "NoSQL query",
1616
},
17-
/*
18-
Disabled because functionName.constructor === Function is false after patching global
1917
{
2018
module: "jsinjection",
2119
name: "`new Function(...)`",
22-
},*/
20+
},
2321
{
2422
module: "shelli",
2523
name: "Shell command",

0 commit comments

Comments
 (0)