Skip to content

Commit 82f8521

Browse files
committed
updating the stable commit hash to the fuzzware repository used for the installation
1 parent ef48290 commit 82f8521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh_hosts_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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="f108fa7585cf4bed922acab89a56584e471cb2c9"
33+
DEFAULT_FUZZWARE_COMMIT="58dfe6bffd750ffbcd64470571f0f8eadcc7abca"
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)