• Use of prepared statements in Sugar 7.9

    What are Prepared Statements? Prepared Statements , also known as parameterized statements, is a database feature that allows the same or similar queries to be executed with more efficiency and greater security. It has also been a common Sugar platform…
  • CSRF Tokens in Sugar 7.7

    What is a Cross Site Request Forgery (CSRF)? A CSRF is a type of exploit that a malicious website or attacker could employ to have a user send unauthorized commands to a website or application. It is a type of confused deputy attack against a user's web…