Skip to content

Commit

Permalink
Minor issues in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianstaicu committed Jun 19, 2023
1 parent 07a83a5 commit f604f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After cloning the repository, use npm to install all the third-party dependencie
npm --prefix . install .
```

Note that the vulnerable version of vm2 sandbox used in the artifact evaluation is alread defined as dependency so you do not need to install it separately. To download and test other sandboxes, e.g., AdSafe or realms-shimt, we recommend downloading these sandboxes from their official resources (GitHub repository or npm) and build them and ensure they are accessible to SandDriller.
Note that the vulnerable version of `vm2` and `safe-eval` sandboxes used in the artifact evaluation are alread defined as dependency, so you do not need to install them separately. To download and test other sandboxes, e.g., `AdSafe` or `realms-shim`, we recommend downloading these sandboxes from their official resources (GitHub repository or npm) and ensure they are accessible to SandDriller, i.e., they can be directly imported using the `require()` statement.

To download the corpus used in the artifact evaluation (V8 tests), run the following commands:

Expand Down

0 comments on commit f604f9d

Please sign in to comment.