You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This line uses the argument passed from eosio-init -p without sanitizing or such. If I pass a Kebab case string e.g., 'hello-world', this will create CONTRACT hello-world which is not valid name for a class.
It'd be good to camelize the input string or prevent the string cannot be used as identifier in C++.
The text was updated successfully, but these errors were encountered:
This line uses the argument passed from
eosio-init -p
without sanitizing or such. If I pass a Kebab case string e.g., 'hello-world', this will createCONTRACT hello-world
which is not valid name for a class.It'd be good to camelize the input string or prevent the string cannot be used as identifier in C++.
The text was updated successfully, but these errors were encountered: