Dashboard Widgets: Danger
Saturday, April 30th, 2005Windows is regarded as an insecure system, but the biggest problem Windows has is that users are routinely tricked into running malicious code.
When I was implementing my SNL Widget, I ran across something disturbing in the JavaScript samples I was looking at:
1 outString = widget.system("/usr/bin/uptime", null).outputString;
When you see a shiny new widget on a website [...]