This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Security Integration System"

From OWASP
Jump to: navigation, search
(What SCAT does not do)
(What is the Secure code assurance tool (SCAT))
Line 6: Line 6:
 
==What is the Secure code assurance tool (SCAT)==
 
==What is the Secure code assurance tool (SCAT)==
 
<h1><b>What is the SCAT</b></h1>
 
<h1><b>What is the SCAT</b></h1>
 +
 +
==Process integrity VS point in time==
  
 
<ul>
 
<ul>

Revision as of 08:05, 7 October 2019

OWASP Project Header.jpg

What is the Secure code assurance tool (SCAT)

Process integrity VS point in time

  • SCAT is a process integrity tool, implementing a consistent, authorized and auditable software development process
  • SCAT is used by development teams to build, verify and assure secure software
    • Build: uses a combination of code level guidance, on demand training and DAST tools to train, guide and verify correct implementation
    • Verify: uses a combination of manual test plans and SATS tools to guide and verify correct implementation
    • Assure: centrally stores and publishes evidence of secure development and testing as an audit trail. Providing traceability through requirements and proving that security controls operate efficiently over a period of time
  • SCAT is not a point in time security verification tool for detecting vulnerabilities after development