aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/quickjs
Commit message (Collapse)AuthorAge
* Enable MSAN for quickjs (#7607)Gravatar Julien Voisin2022-04-22
|
* Update with actual repository (#6265)Gravatar apascovici2021-08-22
| | | The old repository is not there anymore (or not publically accessible)
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* Fix building & repro on local source (#4594)Gravatar apascovici2020-11-03
| | | | | | | | | | | * 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>
* Update Dockerfile (#4577)Gravatar apascovici2020-10-29
| | | per https://bellard.org/quickjs/
* Update project.yaml (#4423)Gravatar apascovici2020-09-07
|
* Add a blackbox field to project.yaml (#4405)Gravatar Oliver Chang2020-09-03
| | | | | | | | 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.
* Fix leaks in quickjs targets (#3669)Gravatar Catena cyber2020-04-18
|
* Change mail address for QuickJS project (#3560)Gravatar Catena cyber2020-03-31
|
* Fix behavior in quickjs fuzz target (#3543)Gravatar Catena cyber2020-03-28
| | | | | | | * Fix behavior in quickjs fuzz target * Includes stdbool.h in quickjs fuzz target * Right include
* [quickjs] Adds project quickjs (#3540)Gravatar Catena cyber2020-03-26
| | | | | | | | | | | | | * Adds project quickjs * Activate ubsan for quickjs * Loop for fuzz targets * Revert "Activate ubsan for quickjs" This reverts commit 55678410adf64c84473a8b3356206089edfe8eb2. * Language for quickjs
* Revert "[quickjs] Add project (#3473)" (#3476)Gravatar Max Moroz2020-03-06
| | | This reverts commit f76ab1ea94f159c74e21b92350cf10c7c0605fcc.
* [quickjs] Add project (#3473)Gravatar Catena cyber2020-03-06