@alexis@alexisart.me @hanna@wifey.dev not with variable names. but more with function calls and class stuff.
i mean, you can do stuff like this in php:
$a = "someClass";
$b = "someMethod";
$obj = new $a();
$obj->$b();
definitly could see there being security troubles ahead, sure. haven't seen such exploits in the wild yet tho
Conversation
Notices
-
Embed this notice
Puniko ? (puniko@mk.absturztau.be)'s status on Monday, 19-Jun-2023 18:25:21 JST Puniko ?
-
Embed this notice
Alexis :verifiedtransbian: (alexis@alexisart.me)'s status on Monday, 19-Jun-2023 18:25:22 JST Alexis :verifiedtransbian:
@hanna @puniko That sounds like a cool idea, but also a security nightmare. I'm curious how it's been working in practice
-
Embed this notice