GDPR compliance
GDPR Compliance at JobTeaser
Everything you need to know about information security at JobTeaser.
JobTeaser utilizes modern web framework (e.g. Ruby on Rails, Phoenix) and makes use of its security controls to limit exposure to OWASP Top 10 security flaws. These include inherent controls that reduce our exposure to Cross Site Scripting (XSS), Cross Site Request Forgery (CSRF), and SQL Injection (SQLi), among others.
A Web application firewall (WAF) is used to protect JobTeaser’s public-facing applications and platform components.
Each source code change goes through several reviews:
For development and testing environments, an anonymised subset of production data is automatically created every day and loaded into JobTeaser’s staging environment. This allows engineers to thoroughly test their releases with production-grade inputs before rolling out to the production environment.