Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.15 KB

SECURITY.md

File metadata and controls

20 lines (11 loc) · 1.15 KB

Security, Threat, and Risk Assessment

The PowerShell script uses Robocopy, the Windows Robust File Copy command, to recursively duplicate a folder structure to another location. The location of Robocopy is user-controlled in the configuration file. There is minimal risk in using the script.

The configuration file contains information pertaining to your file system. It is excluded from the project using an entry in the project .gitignore file. Do not commit personal details to the project - instead, pull the sample file, rename, and add your personal configuration details.

Disclosure Policy

Any security issues encountered with the script should be raised as an issue within this project. These issues will be triaged and resolved, and details of the resolution and release will be published via the issue.

Security Update Policy

If an issue is encountered with this project, details of the severity and impact will be placed in the Known Issues section of this file.

Security Configuration

No special configuration is required to apply security to this project.

Known Issues

There are currently no issues with the project that require a security update.