# Safety standards

- Input sanitization used in SQL, using either 
    - Escape all string parameters using DbConnection.EscapeSQL
    - Prepared statements
- All Page codeunits should contain some user group restrictions, and set to be default off