Commit Graph

12 Commits

Author SHA1 Message Date
jonathanmetzman 696180cc83
[libssh2][python3-libraries][django] Run apt-get update (#6371)
Not doing this relies on the base-builder image running apt-get
update "recently" and is a bad assumption.
2021-09-01 10:33:33 -07:00
Florian Apolloner df4675970d
Move django-fuzzers to a new location. (#5041)
Updated the python version while on it.
2021-01-23 17:52:59 +00:00
Abhishek Arya 1d5a2cd84e
Fill in main_repo for several projects. (#4816)
* Fill in main_repo for several projects.

* Add some go repos.
2020-12-09 21:52:40 -08:00
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 e6a5e0a666
[honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591). (#3609)
* [honggfuzz] Enable honggfuzz for 19 more projects (fixes #3591).

* rename fuzzing puzzles target
2020-04-09 13:47:54 -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
Guido Vranken 0a536515b5 [django] Fix coverage build (#3212) 2020-01-09 07:44:40 -08:00
Guido Vranken 9becf48c65 [django] No ASAN (#2696) 2019-08-14 12:38:02 -07:00
Markus Holtermann c607487f57 Hide wget output to reduce clutter (#2683)
When using wget to download files in a Dockerfile, the progress output of wget gets completely screwed up, making the build log almost impossible to read. By providing `-q` to wget the output will be hidden.
2019-08-11 07:37:44 -07:00
Guido Vranken 1d519ac1ea [django] Correct CC (#2658) 2019-08-06 07:02:14 -07:00
Guido Vranken d8db792b2b [django] Disable AFL and add CC (#2657) 2019-08-05 18:42:42 -07:00
Guido Vranken 8ffb51ead2 [django-fuzzers] Initial integration. (#2579)
* [django-fuzzers]

* [django] Update auto_ccs

* [django] Pack seed corpus. util -> utils.
2019-08-02 10:31:34 -07:00