Skip to content
Snippets Groups Projects
Commit 7dd03cd3 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Add YAML files

parent c97f6a5c
No related branches found
No related tags found
No related merge requests found
Pipeline #4413 failed
name: 'baseline afl config'
fuzzing-time: '60 minutes'
input-timeout: '30 seconds'
memory-limit: '50 MB'
num-cores: 2
name: "gzip config"
preserve-program-name: false
name: "simple gzip"
cmdline :
- filename: '/tmp/input'
env:
- "LC_ALL="
files:
- name: "/tmp/input"
contents: "aaa"
permissions: "rw"
network:
name: "ls -l /tmp/passwd"
name: "long ls"
cmdline :
- '-l'
- '/tmp/password'
- filename: '/tmp/password'
env:
- "LC_ALL="
......@@ -15,3 +14,4 @@ files:
permissions: "rw"
network:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment