File tree Expand file tree Collapse file tree
tests/bug-detectors/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,22 +92,22 @@ module.exports.CallOriginalFriendlyAsyncCallingSync = async function (data) {
9292} ;
9393
9494module . exports . ForkModeCallOriginalEvil = makeFuzzFunctionWithInput (
95- 100 ,
95+ 1 ,
9696 evilCommand ,
9797) ;
9898
9999module . exports . ForkModeCallOriginalFriendly = makeFuzzFunctionWithInput (
100- 100 ,
100+ 1 ,
101101 friendlyCommand ,
102102) ;
103103
104104module . exports . ForkModeCallOriginalEvilAsync = makeAsyncFuzzFunctionWithInput (
105- 100 ,
105+ 1 ,
106106 evilCommand ,
107107) ;
108108
109109module . exports . ForkModeCallOriginalFriendlyAsync =
110- makeAsyncFuzzFunctionWithInput ( 100 , friendlyCommand ) ;
110+ makeAsyncFuzzFunctionWithInput ( 1 , friendlyCommand ) ;
111111
112112module . exports . DisableAllBugDetectors = makeFnCalledOnce ( async ( data ) => {
113113 // Command Injection : try to make an empty file named "jaz_zer" (our evil string)
You can’t perform that action at this time.
0 commit comments