manunio
674a4e29d0
flask: fix build error ( #8439 )
...
- Upgrades pip to fix build error.
2022-09-08 12:38:40 +01:00
DavidKorczynski
192c822f85
flask: extend fuzzing ( #8209 )
...
* flask: catch more exceptions fuzzer
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50011
* flask: catch MemoryError exception
I assume this is non-interesting. Fixes:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47372
* nit
* flask: jinja_env_fuzzer: catch more exceptions
2022-08-10 19:12:57 +01:00
DavidKorczynski
b4ba42d58e
flask: fix build ( #7989 )
...
Builds Werkzeug from latest, which is also needed for proper fuzzing.
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49025
2022-07-11 13:30:53 +01:00
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