Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

spode

Username
spode
Joined
Visits
504
Last Active
Roles
Member
Badges
0
Points
0
Posts
201

Activity

  • yann
    This issue is because of an unsafe use of ForceIncomingString() in the addon. Each and every use of this function should be wrapped in htmlspecialchars() to avoid XSS attacks. Edit files the files default.php library/Function.TagThis.php and make change all instances of ForceIncomingString([...]) to htmlspecialchars(ForceIncomingString([...])) and the code should be safe.
    December 2009
  • yann
    December 2009