D76C6399A0F334216B3A58BE07C3C3137D5E14542BC13CA38EB0800D9FFC1FE6
D76C6399A0F334216B3A58BE07C3C3137D5E14542BC13CA38EB0800D9FFC1FE6
Test-Compliance needs to be moved to its own repo and then should be rewritten. Implement it in a C# library that is also exposed via PowerShell cmdlets. Use a real...
Move the automation tools to their own repository in preparation for gutting this repo of all content except GPOs and automation tool config files.
Similar to #41 but for MDM. Might be able to accomplish both with the same mechanism. - https://docs.microsoft.com/en-us/windows/client-management/mdm/understanding-admx-backed-policies - https://docs.microsoft.com/en-us/windows/client-management/mdm/enable-admx-backed-policies-in-mdm - https://docs.microsoft.com/en-us/windows/client-management/mdm/configuration-service-provider-reference - https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-configuration-service-provider
Windows Server 2016 SHB was recently released. I need to add the GPOs and update the scripts that apply the GPOs.
There's a [comment](https://github.com/presidential-innovation-fellows/code-gov-web/issues/183#issuecomment-268933094) in #183 that I think deserves its own issue. Getting files updated on official agency web sites is a herculean effort especially if it is updated often....
Please check uses of jquery in the project. There was a recent vulnerability fixed in 3.4.0 and newer versions of jquery. Additional info: * https://nvd.nist.gov/vuln/detail/CVE-2019-11358 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358 * https://snyk.io/vuln/SNYK-JS-JQUERY-174006 *...
Retrieve signature information for pe files. Need to handle embedded signatures and files that are catalog signed. Some random links: * http://www.exploit-monday.com/2017/08/application-of-authenticode-signatures.html * https://blog.didierstevens.com/2008/01/11/the-case-of-the-missing-digital-signatures-tab/ * https://stackoverflow.com/questions/16818281/how-does-windows-link-a-pe-file-to-its-signature-in-a-catalog-file * https://blog.didierstevens.com/programs/disitool/ * https://blog.didierstevens.com/programs/authenticode-tools/...
Right now the zip file attached to releases contains all the WELM data for all OSes. It gets to be fairly large even when zipped. In addition to having a...