aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
Commit message (Collapse)AuthorAge
* [In progress] Fuzzer for GNUTLS (#135)Gravatar Alex Gaynor2016-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First cut at gnutls. Doesn't actually find coverage. * link everything right * pipes are not sockets * send not write * these are not used * stick this here * this doesn't exit * remove jenkinsfile * move to the right dir * project file * update for more recent conventions * ugh, typo * new lib * docs take forever * name it client fuzzer * stick a cert store on there! * add a timeout, ugh * Shtudown the right side instead of using a timeout * Use boringssl's test corpus * simplify grabbing the tarballs * statically link things. pthread is still dynamically linked because I was not able to make it work * Added an x509 parser fuzzer * update for the lastest convention
* Update project.yamlGravatar inferno-chromium2016-12-08
|
* Delete JenkinsfileGravatar Mike Aizatsky2016-12-08
|
* [json] enabling undefined sanitizerGravatar Mike Aizatsky2016-12-08
|
* [brotli] remove executable bit from archiveGravatar Mike Aizatsky2016-12-08
|
* Use libFuzzingEngine instead of libfuzzer (#155)Gravatar Kurt Roeckx2016-12-08
| | | Fixes: #153
* Update DockerfileGravatar inferno-chromium2016-12-08
|
* Add botan fuzzer scripts (#150)Gravatar Jack Lloyd2016-12-08
|
* Add brotli fuzzer (#143)Gravatar Eugene Kliuchnikov2016-12-08
| | | | | | | | * Add brotli fuzzer * Add brotli fuzzer * Move fuzzer code to brotli repository
* Update project.yamlGravatar Mike Aizatsky2016-12-07
|
* [tpm2] enabling undefined sanitizerGravatar Mike Aizatsky2016-12-07
|
* [infra] using -lFuzzingEngine instead of -lfuzzerGravatar Mike Aizatsky2016-12-07
|
* Update project.yamlGravatar Kostya Serebryany2016-12-07
|
* Fix parallel make command (#144)Gravatar Kuang-che Wu2016-12-07
| | | 'make -j' will make targets parallelly. In other words, "clean" may run after "all" for 'make -j clean all' line.
* Fix typo, s/CCFLAGS/CFLAGS/ (#145)Gravatar Kuang-che Wu2016-12-07
|
* typoGravatar Mike Aizatsky2016-12-06
|
* [lcms] added primary contactGravatar Mike Aizatsky2016-12-06
|
* [harfbuzz] using fuzzer from harfbuzz repoGravatar Mike Aizatsky2016-12-06
|
* Update project.yamlGravatar inferno-chromium2016-12-06
|
* Application for realm-core (#137)Gravatar Emanuele Zattin2016-12-06
|
* Add libssh project (#138)Gravatar Andreas Schneider2016-12-06
|
* Use the fuzzer distributed with RE2. (#136)Gravatar Paul Wankadia2016-12-06
| | | Fixes #82.
* Fix email issue causing exception.Gravatar inferno-chromium2016-12-05
|
* Add WeeChat (#132)Gravatar txtsd2016-12-05
|
* Add H2O (#134)Gravatar Frederik Deweerdt2016-12-05
|
* Delete JenkinsfileGravatar Mike Aizatsky2016-12-04
|
* Update project.yaml (#130)Gravatar inferno-chromium2016-12-03
|
* Rename project.yml to project.yamlGravatar inferno-chromium2016-12-03
|
* Update project.yamlGravatar Mike Aizatsky2016-12-02
|
* Add Dropbear SSH (#122)Gravatar Matt Johnston2016-12-02
| | | thanks!
* OpenSSL: Use -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION (#126)Gravatar Kurt Roeckx2016-12-02
| | | | | This should make the server fuzzer more reproducible. Depends on https://github.com/openssl/openssl/pull/2023
* Update project.yamlGravatar Mike Aizatsky2016-12-02
|
* Update project.yamlGravatar Mike Aizatsky2016-12-02
|
* This is a pull request to add Botan TLS library to OSS-Fuzz submitted (#121)Gravatar Jack Lloyd2016-12-02
| | | | | | | | by primary maintainer. Two colloborating developers CCed. Jack Lloyd jack@randombit.net Google Account: jack.lloyd@gmail.com GitHub: randombit
* [json] switching json to develop branchGravatar Mike Aizatsky2016-12-02
| | | According to nlohmann@ this is where development happens
* added contact email (#124)Gravatar Niels Lohmann2016-12-02
| | | I am the maintainer of [JSON for Modern C++](https://github.com/nlohmann/json). I just wanted to open a pull request to add my project, and now I am thrilled that it is already here :-)
* Revert "coreutils: add build script" (#123)Gravatar Oliver Chang2016-12-02
|
* add util-linux project (#120)Gravatar Ruediger Meier2016-12-02
| | | | | | | | | | | | | | | | | | | | | | | | util-linux is the major collection of standard Linux utilities and libraries. It's used by most Linux distributions during system init (sysvinit, openrc, systemd) and by users or admins. I've set my committer email address as primary contact and the project maintainer (Karel Zak) on CC. These are the official links to the project: MAILING LIST: E-MAIL: util-linux@vger.kernel.org URL: http://vger.kernel.org/vger-lists.html#util-linux DOWNLOAD: ftp://ftp.kernel.org/pub/linux/utils/util-linux/ SOURCE CODE: Web interface: http://git.kernel.org/cgit/utils/util-linux/util-linux.git https://github.com/karelzak/util-linux Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* Add the PostgreSQL Project (#119)Gravatar sfrost2016-12-02
| | | | | | | | | | | This is a pull request to add the PostgreSQL project to OSS-Fuzz submitted by a long-time PostgreSQL Major Contributor and PostgreSQL Committer who is also a member of the PostgreSQL Security team: Stephen Frost sfrost@snowman.net sfrost@postgresql.org Google account: frost.stephen.p@gmail.com Github: sfrost
* coreutils: add build script (#118)Gravatar Pádraig Brady2016-12-02
| | | | | | | | | Tested like: export PROJECT_NAME='coreutils' python infra/helper.py build_image $PROJECT_NAME python infra/helper.py build_fuzzers $PROJECT_NAME python infra/helper.py run_fuzzer $PROJECT_NAME \ usr/local/bin/od -t fF -t fD -t fL /dev/null
* Drop FUZZER_LDFLAGS from the libyaml fuzzer (#116)Gravatar Alex Gaynor2016-12-02
| | | It is no longer required
* Add libreoffice as a project (#112)Gravatar Caolán McNamara2016-12-02
|
* Add the libyaml fuzzer (#115)Gravatar Alex Gaynor2016-12-01
| | | | | | | | | | | | | | | | | | | | | | * libyaml fuzzer * Update for new modern conventions * added seed corpus * added a dictionary * mark myself as the primary contact * Rename * --depth on git clone * rename * consistency * Other URL is better
* Nominating Tor (#114)Gravatar Nima Fatemi2016-12-01
|
* Add project.yaml for Mosh (mobile shell) (#113)Gravatar Keith Winstein2016-12-01
|
* Propose libyaml as a project (#107)Gravatar Alex Gaynor2016-12-01
|
* Update project.yamlGravatar inferno-chromium2016-12-01
|
* Add pidgin as a project (#111)Gravatar Gary Kramlich2016-12-01
|
* Rename node.js to nodejs.Gravatar Oliver Chang2016-12-01
|
* Adding Opus (#110)Gravatar Jean-Marc Valin2016-12-01
|