Commit Graph

10 Commits

Author SHA1 Message Date
apascovici d987cc1021
Fix building & repro on local source (#4594)
* Fix building & repro on local source

With this
https://google.github.io/oss-fuzz/advanced-topics/reproducing/#reproduce-using-local-source-checkout
actually works

* Update Dockerfile

Co-authored-by: Abhishek Arya <inferno@chromium.org>
2020-11-03 09:49:47 -08:00
apascovici 2d57e6e37a
Update Dockerfile (#4577)
per https://bellard.org/quickjs/
2020-10-29 09:16:38 -07:00
apascovici d3d9cbbe5a
Update project.yaml (#4423) 2020-09-07 17:31:12 -07:00
Oliver Chang a8263735f5
Add a blackbox field to project.yaml (#4405)
This is needed for CF to determine whether or not to allocate the
project on a higher end bot to run the blackbox fuzzer.

Previously this was keyed on the "none" entry under fuzzing_engines,
which wasn't very descriptive. This change also lets us do both blackbox
and greybox fuzzing in the same project, which will be done for quickjs.
2020-09-03 11:08:09 +10:00
Catena cyber e94eb00367
Fix leaks in quickjs targets (#3669) 2020-04-18 12:55:52 -07:00
Catena cyber d99a6ac865
Change mail address for QuickJS project (#3560) 2020-03-31 09:31:14 -07:00
Catena cyber 5b3190a2e9
Fix behavior in quickjs fuzz target (#3543)
* Fix behavior in quickjs fuzz target

* Includes stdbool.h in quickjs fuzz target

* Right include
2020-03-28 09:43:12 -07:00
Catena cyber b100a222fb
[quickjs] Adds project quickjs (#3540)
* Adds project quickjs

* Activate ubsan for quickjs

* Loop for fuzz targets

* Revert "Activate ubsan for quickjs"

This reverts commit 55678410ad.

* Language for quickjs
2020-03-26 01:25:55 -07:00
Max Moroz 73a75759a2
Revert "[quickjs] Add project (#3473)" (#3476)
This reverts commit f76ab1ea94.
2020-03-06 10:44:17 -08:00
Catena cyber f76ab1ea94
[quickjs] Add project (#3473) 2020-03-06 10:40:49 -08:00