Skip to content

Add Input Validation for Zendesk Subdomain

Compare
Choose a tag to compare
@thekindofme thekindofme released this 28 Apr 22:01
· 138 commits to master since this release
b451b74

Lack of input validation of the Zendesk subdomain could expose users of the library to Server Side Request Forgery (SSRF).

Validate the provided Zendesk subdomain to be a valid subdomain in:

  • getAuthUrl
  • getAccessToken

References