gaylordjohnson / exp-traq

0 stars 0 forks source link

Bug: messing with query string can crash the app #2

Open gaylordjohnson opened 2 years ago

gaylordjohnson commented 2 years ago

If you take this query string: http://localhost:8080/?exp_traq_name=default&show=all&showAs=list and replace show=all with show=<gibberish that's not an integer>, the app crashes with an exception that int() call couldn't convert the gibberish into an integer.

gaylordjohnson commented 2 years ago

assigning to @gaylordjohnson