James Brundage

Results 990 issues of James Brundage
trafficstars

PSMinifier should make itself available as a microservice, so that scripts can be minified without the direct installation of PSMinifier.

This approach yields excess warnings in some environments.

~~~PowerShell Compress-ScriptBlock -ScriptBlock { $c, $t, $id = 0, $allFiles.Count, $(Get-Random) } # Fails (but should not) Compress-ScriptBlock -ScriptBlock { $c, $t, $id = 0, $allFiles.Count, [Random]::new().Next() } # works...

bug

PSMinifier should be able to run in such a way that it keeps inline help.

enhancement

CodeQL does not currently support PowerShell. Given that PowerShell is quite a potent language that has been used to great effect by red team and blue team alike, this lack...

# Using git as objects Walk thru using git in PowerShell (with full object pipeline support) - Are you offering to write the post [Y/N]: Y - Proposed title: Using...

post-idea

# Using PowerShell with Docker The Community Blog could use one or more posts covering using PowerShell with Docker Details of requested document: - Are you offering to write the...

post-idea

The [ONBUILD instruction in a Dockerfile](https://docs.docker.com/reference/dockerfile/#onbuild) allows for instructions to an when the build is used from another layer. This should update any packages and otherwise perform and initialization steps...