...
Compliant Solution (Windows)
The Windows API provides the CreateFile()
function to create new, and open existing files.
Risk Assessment
Creating files without appropriate access permissions may allow unintended access to those files.
...
...
The Windows API provides the CreateFile()
function to create new, and open existing files.
Creating files without appropriate access permissions may allow unintended access to those files.
...