docusign-esign-php-client icon indicating copy to clipboard operation
docusign-esign-php-client copied to clipboard

GetDocument without writing to file for PCI compliance

Open td234 opened this issue 7 years ago • 1 comments

Hi,

This is really just a suggestion for a possible feature that would be nice. When I use getDocument it creates a file in /tmp. This file could potentially have client sensitive information and with most merchant accounts this should not be saved on a hard rive. I would suggest it would be helpful to be able to getDocument and get the document bytes in a string that could then be manipulate as needed, without having to clean up a file in /tmp.

Just a thought as I build my docusignapi scripts.

T

td234 avatar Mar 17 '18 17:03 td234

I have created internal ticket DCM-3211 to address this InfoSec issue. Thank you for the report.

LarryKlugerDS avatar Mar 31 '19 11:03 LarryKlugerDS