Skip to content

Commit 1eba2aa

Browse files
author
434b
committed
chore: merge #419 into this
2 parents 6f47c65 + ca6ca8e commit 1eba2aa

File tree

21 files changed

+602
-543
lines changed

21 files changed

+602
-543
lines changed

examples/bug-detectors/command-injection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"global-modules-path": "^2.3.1"
88
},
99
"scripts": {
10-
"fuzz": "jazzer fuzz -i global-modules-path --bugDetectors=commandInjectionDryRun --timeout=100000000 -- -runs=100000 --sync",
11-
"dryRun": "jazzer fuzz -i global-modules-path --bugDetectors=commandInjectionDryRun --sync -x Error -- -runs=100000 -seed=123456789"
10+
"fuzz": "jazzer fuzz -i global-modules-path --bugDetectors=commandInjectionSafe --timeout=100000000 -- -runs=100000 --sync",
11+
"dryRun": "jazzer fuzz -i global-modules-path --bugDetectors=commandInjectionSafe --sync -x Error -- -runs=100000 -seed=123456789"
1212
},
1313
"devDependencies": {
1414
"@jazzer.js/core": "file:../../packages/core"

examples/bug-detectors/fuzz.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/bug-detectors/package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)