Commit Graph

21 Commits

Author SHA1 Message Date
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Max Moroz c692c22620
[gnupg] Adds sqlite as gnupg dependency (#3223)
* Adds sqlie as gnupg dependency

* downloads latest sqlite for gnupg

* Adds lsqlite3 to gnupg fuzz targets

* remove sqlite package for gnupg

* Gnupg fuzz targets need INCLUDED_BY_MAIN_MODULE

* Remove sqlite

* Add license to gnupg fuzz targets
2020-03-05 07:38:41 -08:00
Catena cyber ad44b580d9 do not analyze too long inpus for gnupg list fuzz target (#3007) 2019-11-07 18:34:46 -08:00
Catena cyber f03d6345d4 Limits input size for gnupg list fuzz target (#2987) 2019-10-29 06:58:12 -07:00
Catena cyber 802224497d [gnupg] Limit size for gnupg decrypt target (#2962) 2019-10-17 12:14:18 -07:00
Catena cyber afd8743634 Fixes gnupg patch with conflict (#2906)
* Fixes gnupg patch with conflict

* Adds npth library to gnupg fuzz target build

* Adds npth lib for regular gnupg build
2019-09-29 06:27:24 -07:00
Catena cyber 0c09c35920 use git for all gnupg dependencies (#2894) 2019-09-27 08:06:01 -07:00
Catena cyber c58fc17c52 [gnupg] Updates fuzz targets for gnupg (#2576)
Adding an arugment to public_key_list
2019-07-08 06:29:22 -07:00
Abhishek Arya 56259f98d9
Revert "[gnupg] Disable afl (#2447)" (#2467)
This reverts commit b7227fdd01.
2019-05-27 17:38:59 -07:00
Catena cyber 34a719c97f Gnupg: avoids filling disk with logs (#2453) 2019-05-22 09:09:42 -07:00
jonathanmetzman b7227fdd01
[gnupg] Disable afl (#2447) 2019-05-20 17:28:55 -07:00
Catena cyber 0c8b8eaa21 [gnupg] Removes a patch applied to gnupg (#2422) 2019-05-15 11:18:54 -07:00
jonathanmetzman 3049c50d48
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-05-01 11:09:55 -04:00
Catena cyber cc0d4c8ab3 Gnupg uses separate fuzz targets (#1898) 2018-10-22 08:37:44 -07:00
Catena cyber 51e638b3d3 [gnupg] Limit size of inputs for gnupg import fuzz target (#1871)
* Limit size of inputs for gnupg import fuzz target

And adds the targets out of the diff

* Removes option limiting size for gnupg target import

As it is done in the target itself

* Removes max length options for fuzz targets in gnupg
2018-10-17 10:41:44 -07:00
Catena cyber 09b000b9f5 [gnupg] Change mail address for gnupg project (#1806) 2018-09-10 08:56:20 -07:00
Catena cyber f199b34afb [gnupg] Add diff file to oss-fuzz repo (#1795) 2018-09-06 10:55:40 -07:00
Catena cyber 62bbe5a3a3 [GPG] Use main repo (#1794)
And patch in build.sh
2018-09-05 07:43:43 -07:00
Catena cyber 6c0458a14c [gnupg] Generic listing of fuzz targets for project gnupg (#1686)
* Generic listing of fuzz targets for project gnupg

So that we will no longer need pull requests on oss-fuzz
when one new fuzz target is added in gnupg code

There is one new fuzz target : fuzz_list

* Updating libgpg-error to version 1.32
2018-08-03 09:18:48 -07:00
Catena cyber 13aca53072 [gnupg] Gnupg integration (#1310)
* Integrating GnuPG with oss-fuzz

* Building and running fuzz_verify for gnupg

* Add fuzz_import for gnupg

* Adding seed corpus for fuzz import

and fuzz target decrypt

* Automatically generated corpuses
2018-05-24 08:58:52 -07:00