Skip to content

Commit f076710

Browse files
committed
Update fuzzware commit to accepted artifact eval version
1 parent d236e7e commit f076710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh_hosts_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This script allows installing multiple Ubuntu cloud instances.
55
6-
We performed our latest tests on 18.04.6 LTS, however 20.04 has also previously worked for us.
6+
We performed our original tests on Ubuntu 18.04.6 LTS, however 20.04 has also previously worked for us.
77
"""
88
import argparse
99
import subprocess
@@ -30,7 +30,7 @@ def gen_hostname(host_num):
3030
DEFAULT_GIT_REPO_SITE="github.com"
3131
DEFAULT_GIT_REPO_OWNER="fuzzware-fuzzer"
3232
# Latest commit, but made explicit for artifact eval purposes.
33-
DEFAULT_FUZZWARE_COMMIT="79606d873922f98774b0f6ff534b566d9f289363"
33+
DEFAULT_FUZZWARE_COMMIT="ff751411d772a1b4a2f6503a1a5e60d53502c89d"
3434
def main():
3535
parser = argparse.ArgumentParser(description="Ubuntu Cloud Hosts Install Helper")
3636
parser.add_argument('--fuzzware-version', type=str, default=DEFAULT_FUZZWARE_COMMIT, help="(optional) Install a specific version of Fuzzware. Specify a tag name or fuzzware repo commit hash. The latest version of Fuzzware should cleanly replay crashing POC at the time of writing, but later versions may change the emulator behavior such that inputs replay slightly differently, which means crashing POC inputs may no longer reproduce.")

0 commit comments

Comments
 (0)