Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Web applications such as XperienCentral operate in a hostile environment. Over the last few years many powerful and extremely common types of security flaws have been found in web applications. It is an unfortunate truth that security flaws are very easy to introduce into an application. This section provides some basic guidelines for avoiding some common security errors when developing plugins. It is advised that every web developer at least be aware of the Open Web Application Security Project (OWASP) and its top ten list of security vulnerabilities for web applications. The list is updated each year and is located here: https://www.owasp.org/index.php/OWASP_Top_10.

 

Note

More complete security guidelines are available in the section Security Guidelines. This section is only visible to certified GX Software partners and customers who are logged in to the GX Software domain.

 

Escape Input from the User

...