Closed Bubblyworld closed 2 years ago
It's possible to crash same init at the end of the process by giving it invalid input, which it happily accepts:
same init
One or more of the provided parameters was invalid: {'metadata': [{'name': ["value does not match regex '^[\\d\\w ]+'"]}]}
We should validate the input properly.
It's possible to crash
same init
at the end of the process by giving it invalid input, which it happily accepts:We should validate the input properly.