Skip to content

Commit 2e70bac

Browse files
authored
Merge pull request #32 from ForAllSecure/update-mayhemfiles
Update Mayhemfiles to work on current version
2 parents 68cc1b5 + b19506d commit 2e70bac

15 files changed

Lines changed: 21 additions & 36 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
version: '1.3'
21
project: cereal-cve-2020-11104-11105
32
target: cereal-32bit
4-
baseimage: forallsecure/cereal-cve-2020-11104-11105
3+
image: forallsecure/cereal-cve-2020-11104-11105
54
duration: 30
65
cmds:
76
- cmd: /src/cereal/fuzzer/fuzzer32
87
libfuzzer: true
9-
asan: true
8+
sanitizer: true

cereal-cve-2020-11104-11105/mayhem/cereal-standalone/Mayhemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.3'
21
project: cereal-cve-2020-11104-11105
32
target: cereal-standalone
4-
baseimage: forallsecure/cereal-cve-2020-11104-11105
3+
image: forallsecure/cereal-cve-2020-11104-11105
54
duration: 30
65
advanced_triage: true
76
cmds:
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
version: '1.3'
21
project: cereal-cve-2020-11104-11105
32
target: cereal
4-
baseimage: forallsecure/cereal-cve-2020-11104-11105
3+
image: forallsecure/cereal-cve-2020-11104-11105
54
duration: 30
65
cmds:
76
- cmd: /src/cereal/fuzzer/fuzzer
87
libfuzzer: true
9-
asan: true
8+
sanitizer: true

jq-defect-2020/mayhem/jq_parse_fuzzer/Mayhemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.5'
21
project: jq-defect-2020
32
target: jq_parse_fuzzer
4-
baseimage: forallsecure/jq-defect-2020
3+
image: forallsecure/jq-defect-2020
54
duration: 1200
65

76
cmds:

libm-cve-2020-10029/mayhem/libm-tester/Mayhemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.4'
21
project: libm-cve-2020-10029
32
target: libm-tester
4-
baseimage: forallsecure/libm-cve-2020-10029
3+
image: forallsecure/libm-cve-2020-10029
54
duration: 600
65
advanced_triage: true
76

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.3'
21
project: matio-cve-2019-13107
32
target: matio
4-
baseimage: forallsecure/matio-cve-2019-13107
3+
image: forallsecure/matio-cve-2019-13107
54
cmds:
65
- cmd: /mayhem/matio-libfuzzer
76
- cmd: /mayhem/matio-standalone @@

ncsahttpd-cve-1999-0067/mayhem/phf/Mayhemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.9'
21
project: ncsa-httpd
32
target: phf
4-
baseimage: $MAYHEM_DOCKER_REGISTRY/phf
3+
image: forallsecure/ncsahttpd-cve-1999-0067
54

65
duration: 300 # normally takes ~30s but let's be safe
76
advanced_triage: true
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.8'
21
project: netflix-cve-2019-10028
32
target: dial
4-
baseimage: forallsecure/netflix-cve-2019-10028
3+
image: forallsecure/netflix-cve-2019-10028
54
duration: 120
65
advanced_triage: true
76

@@ -10,5 +9,5 @@ cmds:
109
dictionary: /fuzz/server/http.dict
1110
network:
1211
url: tcp://localhost:56790
13-
is_client: false
12+
client: false
1413
timeout: 2.0

objdump-cve-2017-124xx/mayhem/objdump/Mayhemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.4'
21
project: objdump-cve-2017-124xx
32
target: objdump
4-
baseimage: forallsecure/objdump-cve-2017-124xx
3+
image: forallsecure/objdump-cve-2017-124xx
54
advanced_triage: true
65
duration: 3600
76
cmds:

oniguruma-cve-2019-13224-13225/mayhem/oniguruma/Mayhemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: '1.0'
21
project: oniguruma
32
target: deluxe
4-
baseimage: forallsecure/oniguruma-cve-2019-13224-13225
3+
image: forallsecure/oniguruma-cve-2019-13224-13225
54
duration: 600
65

76
cmds:

0 commit comments

Comments
 (0)