I am working on an Iphone application and I have a credit card payment process. I also save the credit card for quick use later.
I want to make sure I follow all the security standarts presented by PCI-DSS
https://www.pcisecuritystandards.org/documents/pci_dss_v2.pdf (link to the pdf)
There is a point that say:
6.2 Establish a process to identify and assign a risk ranking to newly discovered security vulnerabilities
How can I identify security vulnerability in my Iphone app? is there a tool that I can use or a process to follow in order to detect them?
I am a little lost on what that means and what process should I follow to detect security vulnerability.
Thanks for any help, links or clarifications on this.