EV Technology - Connected Vehicle (V2X)
In a connected EV system, the code below causes a security flaw:
What is the main problem?
def authenticate(user_input):
if user_input == "admin":
return True
else:
return FalseWhat is the main problem?
