• 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…
  • SugarCRM Mobile App Configurator Service now available!

    Sugar Developers now have a new tool for building upgrade safe mobile customizations that address most branding, theming, and mobile security requirements. Introducing Sugar MACS Introducing the Sugar Mobile Application Configurator Service (Sugar MACS…
  • 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…
  • Tips for managing Sugar file permissions

    The Sugar application requires that a number of directories be writable in order to properly function. The precise directories and minimum permissions needed are covered in the Sugar Install Guide . A common practice for Sugar Developers to work around…