Application security: security at the heart of the solution
Security: The confidentiality and integrity of your data are guaranteed by the solution's code
These days, malicious attacks no longer target networks or infrastructure, which are generally well protected. The main security vulnerabilities lie in applications.
Appropriate technological choices
We have selected proven and trusted technologies to ensure a set of reliable building blocks.
The goal: to reduce the risk of errors and improve maintainability and security:
- MariaDB (MySQL) for the database,
- PHP for server-side applications using the CodeIgniter framework,
- HTML, JavaScript, and jQuery for the user interface.
Multi-level access management
- On the DAMAaaS interface (display only what the user is authorized to see),
- Regarding the app's processing (execute only authorized actions),
- Regarding hosted data (only retrieve authorized data from the database).
Systematic checks of data validity
Validating every piece of data entered by users prevents attacks such as code injection, XSS (Cross-Site Scripting), or CSRF (Cross-Site Request Forgery).