Examples/Vulnerable_UnrestrictedPosixPermission_1.ps1

function Set-UnsafePosix1 {
    param($path)

    chmod o+rw $path
}