Min Numbers of Function Calls to Make Target Array with Python and JavaScript
With Python and Javascript solutions: Solving Minimum Numbers of Function Calls to Make Target Array, a medium leetcode problem... (more…)
Read more »This should have been obvious to me for a longer time, but until earlier
today I did not really realize the severity of the issues caused by
str.format on untrusted user input. It came up as a way to bypass the
Jinja2 Sandbox in a way that would permit r…