Skip to content

Commit 94ddc05

Browse files
committed
bumping fuzzware commit hash in ssh-based install script for metric generation API fix
1 parent cfe63a9 commit 94ddc05

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="58dfe6bffd750ffbcd64470571f0f8eadcc7abca"
33+
DEFAULT_FUZZWARE_COMMIT="79606d873922f98774b0f6ff534b566d9f289363"
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)