aboutsummaryrefslogtreecommitdiff
path: root/projects/hcl/project.yaml
diff options
context:
space:
mode:
authorFederico Maggi <federico.maggi@gmail.com>2021-10-11 19:20:15 +0200
committerGitHub <noreply@github.com>2021-10-11 13:20:15 -0400
commit0c5679cd24e5e6130a8b8a2501a47e69edd09082 (patch)
tree7dae5c1ca6dda20079dd6a56a914c85f921c37ad /projects/hcl/project.yaml
parent7bda69cbeb3c58d117e2e13b06da16606870303e (diff)
downloadoss-fuzz-0c5679cd24e5e6130a8b8a2501a47e69edd09082.tar.gz
Run multiple jobs/workers by setting env vars (#5924)
* Run multiple jobs/workers by setting env vars ```bash $ infra/base-images/all.sh $ python3 infra/helper.py run_fuzzer -e N_JOBS=4 -e N_WORKERS=4 --engine $ENGINE $PROJECT_NAME $FUZZ_TARGET ``` * Switched from N_JOBS/WORKERS to FUZZER_EXTRA_ARGS * Added hashicorp/hcl/hclsyntax fuzzers * Getting rid of FUZZER_EXTRA_ARGS
Diffstat (limited to 'projects/hcl/project.yaml')
-rw-r--r--projects/hcl/project.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/projects/hcl/project.yaml b/projects/hcl/project.yaml
new file mode 100644
index 000000000..4abeeb5f5
--- /dev/null
+++ b/projects/hcl/project.yaml
@@ -0,0 +1,10 @@
+homepage: "https://github.com/hashicorp/hcl"
+language: go
+auto_ccs:
+ - federico.maggi@gmail.com
+fuzzing_engines:
+ - libfuzzer
+sanitizers:
+ - address
+primary_contact: "security@hashicorp.com"
+main_repo: 'https://github.com/hashicorp/hcl' \ No newline at end of file