Fuzzing Django at Google OSS-Fuzz

2019-07-06 Thread Guido Vranken
Dear group, I've built a Django fuzzer that can be used with Google OSS-Fuzz [1]. The current fuzzer harness calls a host of django.util.* and related functions with pseudo-random inputs. Fuzzing these functions can be useful to see if any untrusted input can cause slowdowns, hangs, excessive m

Re: CommandTemplate Behavior Is Inconsistent

2019-07-06 Thread Adam Johnson
Hi John! Thanks for taking the time to compile a detailed bug report. Unfortunately, emailing django-developers isn't the right approach here - the mailing list is normally for higher level discussion. The normal process is to write a ticket on Trac, our ticket tracker: https://docs.djangoproject.