Difference between revisions of "Application and Interface Security"

From Hornbill
Jump to navigation Jump to search
(Created page with "== Application and Interface Security == All Hornbill code is generated inhouse and utilizes the best language for the given task (ServerSide is C++, Client side {including ap...")
 
Line 3: Line 3:
  
 
All applications and all programming interfaces are designed with the NIST principles in mind and tested against the OWASP top 10. These Automated and manual tests are used to detect security defects (amongst others) in code prior to production. Inputs are sanity checked and integrity routines in place against application and databases to prevent manual or systematic processing errors, corruption of data, or misuse.
 
All applications and all programming interfaces are designed with the NIST principles in mind and tested against the OWASP top 10. These Automated and manual tests are used to detect security defects (amongst others) in code prior to production. Inputs are sanity checked and integrity routines in place against application and databases to prevent manual or systematic processing errors, corruption of data, or misuse.
 +
 +
Hornbills architecture, design and development processes all incorporate indepth consideration of the OWASP Top 10 Application Security Risks - 2017. Hornbill seeks to ensure its staff and processes are informed about the consequences of the most common and most important web application security weaknesses.

Revision as of 11:41, 25 May 2018

Application and Interface Security

All Hornbill code is generated inhouse and utilizes the best language for the given task (ServerSide is C++, Client side {including apps} is HTML\JS\PHP).

All applications and all programming interfaces are designed with the NIST principles in mind and tested against the OWASP top 10. These Automated and manual tests are used to detect security defects (amongst others) in code prior to production. Inputs are sanity checked and integrity routines in place against application and databases to prevent manual or systematic processing errors, corruption of data, or misuse.

Hornbills architecture, design and development processes all incorporate indepth consideration of the OWASP Top 10 Application Security Risks - 2017. Hornbill seeks to ensure its staff and processes are informed about the consequences of the most common and most important web application security weaknesses.