What is Application Security?
Aims to prevent, detect, and remediate security vulnerabilities on apps
What is Input Validation?
Acts as a gatekeeper to ensure that apps process well-defined and secure data
What are Cookies?
Small pieces of data stored on user’s computer by web browsers, while browsing a website
What are Secure Cookies?
Transmitted over secure HTTPS connections for enhanced security
What is SAST (Static Code Analysis)?*stationary
A method of debugging an application by reviewing and examining its source code before running the program
What is DAST (Dynamic Code Analysis)?*drive
Analyzes applications while they run
What is Fuzzing (Fuzz Testing)?
Inputs random data to provoke crashes or exceptions in order to find security flaws
What is Stress Testing?
Software testing that evaluates system stability and reliability under extreme conditions
What is Code Signing?
Confirms the software author’s identity and integrity to protect against code tampering
What is Sandboxing?
Isolates untested or untrusted programs, limiting their access to resources in order to prevent harmful actions,