Steve Lee
Steve Lee
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Summary...
[Injection Hunter](https://www.powershellgallery.com/packages/InjectionHunter) is a module that has rules to detect coding practices leading to injection attacks. We should integrate this module with PSSA.
# PR Summary Update to latest crates ## PR Context
# PR Summary Start of creating usable Windows configuration examples for security baseline and inventory via WMI
### Summary of the new feature / enhancement In the `Microsoft.DSC` section of metadata, allow configuration to specify a timeout. It may also make sense to just have a default...
### Summary of the new feature / enhancement Support offline image configuration by having a group resource handle the mounting/unmounting of an image and passing the mounted path to resources...
### Summary of the new feature / enhancement Need a cross-platform `file` resource. Probably base it initially on the built-in `file` resource that is part of DSCv1. ### Proposed technical...
### Summary of the new feature / enhancement Windows exe's can have resources embedded in them so they can ship/sign just one file. `dsc` would need to check every exe...
### Summary of the new feature / enhancement Looking at existing Azure policies defined in https://github.com/Azure/azure-policy/blob/master/samples/GuestConfiguration/package-samples/configurations/AzureWindowsBaseline/AzureWindowsBaseline.mof, it seems that it may be useful to have a common Policy resource that...
### Summary of the new feature / enhancement As part of configuration deployment, there are scenarios that require an init stage for the purpose of downloading artifacts that would be...