What are the different processes we follow for our securing application?
We can secure our application by performing the following tests:
a)Static Testing
- Analyses code at fixed points during its development.
- Useful for developers to ensure the security is being maintained or not.
b) Dynamic testing
- Analyses during executing.
- More useful as it can stimulate attacks on production systems and reveal more complex patterns of systems.
c)Interactive testing
- Combines elements of both static and dynamic testing.
d)Mobile testing
- Designed especially for mobile environments and can examine how others can leverage the mobile OS and apps running on that.
e) By testing the XSS, CSRF, SQL Injection method, by the developer itself by hiring a hacker.
Comments
Post a Comment