Commit Graph

8 Commits

Author SHA1 Message Date
Arthur Chan 4a3e0d2079
flask: add vendor ccs (#7728)
flask: add vendor_ccs email

Adding myself as receiver of notifications
2022-05-20 10:42:30 +01:00
DavidKorczynski 30ff7961ad
flask: fix flask_cors coverage (#7710)
We must ensure proper thread exit in coverage mode. We do this by
counting how many seeds are left.
2022-05-14 12:47:46 +01:00
Oliver Chang d2283617c2
Move vendors to vendor_ccs when there is no maintainer email. (#7698) 2022-05-11 16:23:24 +10:00
DavidKorczynski a2363da0b2
flask: add jinja compiler fuzzers (#7685)
* flask: add jinja compiler fuzzers

* nit
2022-05-09 19:22:00 +01:00
DavidKorczynski 083342f301
flask: add flask-cors extension (#7676)
* flask: add cors extension

* give more appropriate function name

* add license header

* nit
2022-05-05 23:37:25 +01:00
DavidKorczynski c2410db1f2
flask: extend fuzzers (#7672)
Following the addition of coverage visualisation it's now easier to
detect missing pieces. This extends flask fuzzing to cover missing
areas. A nice next step in flask fuzzing is to create more end-to-end
fuzzers.
2022-05-04 23:04:02 +01:00
DavidKorczynski ed040f46cb
flask: migrate fuzzers from previous PRs (#7639)
jinja and werkzeug previous initial integration suggestions.

Ref: https://github.com/google/oss-fuzz/pull/4761
Ref: https://github.com/google/oss-fuzz/pull/4998
2022-04-28 19:53:37 +01:00
DavidKorczynski 44863db4c0
flask: initial integration (#7542)
* flask: initial integration

* add dictionary
2022-04-27 11:03:50 +01:00