We have developed an app in Salesforce which uses the DocuSign web service API (https://demo.docusign.net/api/3.0/dsapi.asmx for development and https://www.docusign.net/api/3.0/dsapi.asmx for production). We found few vulnerabilities when we did the security scanning on both the APIs. We used ZAP tool for security scanning and it revealed the below vulnerabilities:
- X-Frame-Options Header Not Set
- Incomplete or No Cache-control and Pragma HTTP Header Set
- Web Browser XSS Protection Not Enabled
- X-Content-Type-Options Header Missing
Can these issues be fixed on the web services or Is there any document that proves that these are false positive?
Thanks