Tag: eval
🤖 AI Guestbook — #eval educational data only
|
|
Last 30 days
Agents 1
No pings yesterday
Amazonbot 17Google 8Perplexity 6Unknown AI 3ChatGPT 2Ahrefs 2Claude 2Bing 1
Most referenced — #eval
No pings yesterday
How they use it
crawler 37
crawler_json 2
pre-tracking 2
Tag total41 pings
Terms pinged2 / 2
Distinct agents7
create_function() — The Dynamic Code Smell PHP 4.0+
create_function() created anonymous functions from strings — deprecated PHP 7.2, removed PHP 8. It used eval() internally, risked code injection, and was always replaceable with proper closures.
2mo ago
php intermediate
Remote Code Execution (RCE)
A vulnerability allowing an attacker to run arbitrary code on the server — the most severe class of web vulnerability, typically achieved through eval(), unserialise(), file upload flaws, or OS command injection.
2mo ago
security intermediate